summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
...
* [lldb/Lua] Implement a Simple Lua Script Interpreter PrototypeJonas Devlieghere2019-12-2014-12/+235
* In 'thread step-out' command, only insert a breakpoint in executable memory.Jim Ingham2019-12-204-1/+63
* ThreadPlanTracer::TracingStarted can't call virtual methods on Thread.Jim Ingham2019-12-201-4/+5
* [lldb][NFC] Remove utility methods in TestClangASTImporterRaphael Isemann2019-12-201-35/+8
* [lldb][NFC] Remove redundant ASTContext args to CopyDecl/DeportDeclRaphael Isemann2019-12-206-28/+14
* [lldb/cmake] Delete LLDB_LINKER_SUPPORTS_GROUPSPavel Labath2019-12-201-6/+0
* [lldb] Fix an unused variable warningPavel Labath2019-12-201-1/+1
* [lldb/cmake] Remove support for LLDB_DISABLE_CURSESPavel Labath2019-12-201-6/+1
* [lldb][NFC] Move utility functions from ClangASTImporter and ClangExpressionD...Raphael Isemann2019-12-204-84/+129
* [lldb] Put the headers in unittests/TestingSupport/ into modulesRaphael Isemann2019-12-201-0/+11
* [lldb] Fix a -Wreturn-type warning on gccPavel Labath2019-12-201-0/+1
* [lldb/pexpect] Force-set the TERM environment variablePavel Labath2019-12-201-1/+7
* [lldb] Add tests for ClangASTImporter's DeportType and DeportDecl methodsRaphael Isemann2019-12-201-11/+82
* [lldb] Fix test using lld on non-linux systemsJohannes Altmanninger2019-12-202-4/+4
* [lldb] Make that we can call HostInfo::Initialize and HostInfo::Terminate mul...Raphael Isemann2019-12-201-44/+41
* [lldb] Added test for objc_direct calls with categoriesRaphael Isemann2019-12-201-0/+13
* [lldb] Remove XFAIL from TestDeadStrip.pyPavel Labath2019-12-201-2/+0
* [LLDB] Fix address computation for inline functionJohannes Altmanninger2019-12-203-3/+40
* [ASTImporter][LLDB] Modifying ImportDeclContext(...) to ensure that we comple...shafik2019-12-193-1/+44
* [lldb/Lua] Add Boilerplate for a Lua Script InterpreterJonas Devlieghere2019-12-199-0/+146
* [lldb][NFC] Change if statements in ClangASTImporter to follow LLVM code styleRaphael Isemann2019-12-192-24/+13
* [lldb/Scripting] Simplify code by removing the #if.Jonas Devlieghere2019-12-181-11/+3
* make err msg in MachSymtabSectionInfo::GetSection clear about the fileJason Molenda2019-12-181-2/+8
* [lldb/test] Move script interpreter testsJonas Devlieghere2019-12-182-2/+4
* Add prototype for a function we call.Jason Molenda2019-12-181-0/+2
* [lldb/MachO] "Fix" intentional out-of-bounds error (NFC)Jonas Devlieghere2019-12-182-6/+8
* [lldb][NFC] Add unit test for persistent variable lookup with ClangExpression...Raphael Isemann2019-12-183-23/+126
* [lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClassRaphael Isemann2019-12-176-18/+22
* [lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...Raphael Isemann2019-12-176-7/+14
* [lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...Raphael Isemann2019-12-179-21/+109
* [lldb] Remove modern-type-lookupRaphael Isemann2019-12-1724-463/+8
* [lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.hRaphael Isemann2019-12-175-5/+3
* [lldb-vscode] Centrally skip debug info variants for vscode testsPavel Labath2019-12-1710-25/+2
* [lldb][NFC] Remove implementation of GetOriginalDecl and just call GetDeclOri...Raphael Isemann2019-12-171-12/+1
* [lldb] Add support for calling objc_direct methods from LLDB's expression eva...Raphael Isemann2019-12-177-3/+109
* [lldb][NFC] Make clang-format happy by removing trailing space in ArchSpec.cppRaphael Isemann2019-12-171-1/+1
* [lldb] Fix unused variable warning in ThreadPlanStepRange.cppRaphael Isemann2019-12-171-1/+0
* Explicitly specify -std=c++11 and include <mutex> and <condition_variable>.Jim Ingham2019-12-164-0/+6
* Run all threads when extending a next range over a call.Jim Ingham2019-12-1612-94/+232
* [lldb] Respect previously set values of LLDB_TABLEGEN_EXEAlex Langford2019-12-161-11/+13
* [lldb] Use file-based synchronization in TestVSCode_attachPavel Labath2019-12-162-14/+26
* [lldb] Add unit test for ClangASTImporterRaphael Isemann2019-12-162-0/+221
* [lldb][NFC] Remove all overloads of Copy/DeportType in ClangASTImporterRaphael Isemann2019-12-164-72/+42
* [lldb] Centralize desugaring of decltype-like types in ClangASTContextPavel Labath2019-12-162-78/+48
* [lldb][NFC] Move definition of ClangASTMetadata out of ClangExternalASTSource...Raphael Isemann2019-12-166-104/+138
* [lldb][NFC] Fix file header of TestClangASTContext.cppRaphael Isemann2019-12-161-3/+1
* [lldb][NFC] Remove ClangASTImporter::ResolveDeclOriginRaphael Isemann2019-12-164-56/+30
* [lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann2019-12-1644-122/+0
* [lldb][NFC] Replace ClangASTImporter's use of map/set with SmallPtrSet and De...Raphael Isemann2019-12-162-10/+8
* [lldb] Remove RTTI in ClangExternalASTSourceCommon based on a global map of k...Raphael Isemann2019-12-153-61/+25
OpenPOWER on IntegriCloud