summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Adapt for NetBSD-9.99.30 ptrace(2) API changesKamil Rytarowski2019-12-242-2/+21
* test: ensure that we dead-strip in the linkerSaleem Abdulrasool2019-12-241-0/+1
* [lldb][NFC] Move ClangASTContext::m_scratch_ast_source_up to the appropriate ...Raphael Isemann2019-12-242-11/+17
* [lldb][NFC] Remove ClangExternalASTSourceCommonRaphael Isemann2019-12-249-142/+33
* test: correct flags for WindowsSaleem Abdulrasool2019-12-231-0/+2
* Revert "[lldb] Don't process symlinks deep inside DWARFUnit"Jonas Devlieghere2019-12-232-12/+20
* [lldb/CMake] Always set a value for find_package when finding optional depend...Alex Langford2019-12-231-0/+1
* [lldb/Test] Disable TestSynchronous.test on Windows.Jonas Devlieghere2019-12-231-0/+1
* [lldb] Remove DWARFUnit::AppendDIEsWithTagPavel Labath2019-12-233-24/+6
* [lldb/DWARF] Fix hostname-stripping logicPavel Labath2019-12-232-0/+51
* [lldb][NFC] Remove unused callback functionality from ClangASTContextRaphael Isemann2019-12-232-8/+0
* [lldb][NFC] Simplify ClangExternalASTSourceCallbacksRaphael Isemann2019-12-234-182/+27
* [lldb][NFC] Remove unused 'type' parameter in ClangExpressionDeclMap::FindGlo...Raphael Isemann2019-12-232-23/+6
* [lldb][NFC] Remove wrong and unused ClangASTContext::CopyDecl methodRaphael Isemann2019-12-232-20/+0
* [lldb][NFC] Delete all 'else return ...' in CompilerDeclContext.cppRaphael Isemann2019-12-231-8/+4
* [lldb] Add sanity check to CreateDeclContext and fixed illformed CompilerCont...Raphael Isemann2019-12-233-2/+6
* [lldb] Don't process symlinks deep inside DWARFUnitPavel Labath2019-12-232-20/+12
* [lldb] Fix a -Wreturn-type gcc warning in ScriptInterpreter.cppPavel Labath2019-12-231-0/+1
* [lldb/lua] Fix bindings.test for lua-5.1Pavel Labath2019-12-231-1/+1
* [lldb][NFC] Simplify ClangASTContext::GetTranslationUnitDeclRaphael Isemann2019-12-232-11/+3
* [lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann2019-12-2327-231/+261
* [lldb][NFC] Document CompilerDeclContext constructorsRaphael Isemann2019-12-231-1/+7
* [lldb][NFC] Make CompilerDeclContext construction type safeRaphael Isemann2019-12-239-21/+25
* [lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)Jonas Devlieghere2019-12-227-26/+12
* build: use `find_package(Python3)` rather than `PYTHON_HOME`Saleem Abdulrasool2019-12-221-0/+1
* [lldb/ScriptInterpreter] Unify error message for command script importJonas Devlieghere2019-12-224-11/+11
* build: improve python checks for WindowsSaleem Abdulrasool2019-12-222-167/+25
* [lldb] Remove unused CompilerDeclContext::IsStructUnionOrClassRaphael Isemann2019-12-225-20/+0
* [LLDB] Fix building without SWIGMartin Storsjö2019-12-221-1/+3
* [lldb/ScriptInterpreter] Fix stale/bogus error messagesJonas Devlieghere2019-12-213-2/+15
* [lldb/Commands] Honor the scripting language passed (2/2)Jonas Devlieghere2019-12-211-14/+26
* [lldb/Lua] Add missing boiler plate to ScriptInterpreter.Jonas Devlieghere2019-12-213-17/+14
* [lldb/Commands] Use the default scripting langauge for BP functionsJonas Devlieghere2019-12-211-1/+4
* [lldb/Commands] Honor the scripting language passedJonas Devlieghere2019-12-212-2/+13
* [lldb/Commands] Fix bogus enum entry and add Lua (NFC)Jonas Devlieghere2019-12-211-5/+12
* [lldb/Core] Support asking the debugger for a specific script interpreterJonas Devlieghere2019-12-212-9/+16
* [Lldb/Lua] Persist Lua state across script interpreter calls.Jonas Devlieghere2019-12-215-9/+24
* [lldb] Fix windows build after getASTContext() changeRaphael Isemann2019-12-211-3/+2
* [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2019-12-2118-735/+682
* [Lldb/Lua] Generate Lua BindingsJonas Devlieghere2019-12-218-28/+107
* [lldb][NFC] Remove all ASTContext getter wrappers from ClangASTContextRaphael Isemann2019-12-217-120/+59
* [lldb] disable thread-step-out-ret-addr-check on windowsPavel Labath2019-12-211-0/+1
* [lldb] One more attempt to fix thread-step-out-ret-addr-check on windowsPavel Labath2019-12-211-0/+1
* [lldb] Force the preprocessor to run in thread-step-out-ret-addr-check.testPavel Labath2019-12-211-1/+1
* [lldb] Fix -Wstringop-truncation in PythonReadline.cppPavel Labath2019-12-211-1/+1
* [lldb] [testsuite] Fix Linux fail: Unwind/thread-step-out-ret-addr-check.testJan Kratochvil2019-12-212-3/+7
* [lldb] Fix ARM32 inferior callsJan Kratochvil2019-12-216-15/+15
* [lldb/test] Update !DIModule for isysroot renameJonas Devlieghere2019-12-201-2/+2
* [lldb/test] Skip editline tests when LLDB_ENABLE_LIBEDIT is off.Jonas Devlieghere2019-12-205-0/+8
* [lldb] Expose more optional dependencies through GetBuildConfiguration()Jonas Devlieghere2019-12-201-0/+12
OpenPOWER on IntegriCloud