aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2020-07-07[lldb] Make TestIOHandlerResizeNoEditline pass with Python 2Raphael Isemann2-1/+1
2020-07-07[lldb/DWARF] Add a utility function for (forceful) completion of typesPavel Labath2-74/+32
2020-07-06Use CMAKE_OSX_SYSROOT instead of the environment variable SYSROOTAdrian Prantl1-1/+1
2020-07-06[lldb] Always round down in NSDate's formatter to match NSDate's builtin formatRaphael Isemann3-1/+18
2020-07-06[lldb/Utility] Merge Scalar::Get(Value)TypeAsCStringPavel Labath3-40/+2
2020-07-06[lldb/DWARF] Look for complete array element definitions in other modulesPavel Labath6-25/+49
2020-07-05[lldb][NFC] Clarify that spaces can't be in breakpoint namesRaphael Isemann1-1/+1
2020-07-05[lldb][NFC] Remove an unnecessary cast in SBCommandInterpreterRaphael Isemann1-1/+1
2020-07-03[lldb/DWARF] Look for complete member definitions in other modulesPavel Labath7-135/+62
2020-07-03[lldb/Utility] Simplify more Scalar methodsPavel Labath1-491/+129
2020-07-03[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextNodeDumperBruno Ricci1-2/+3
2020-07-03[lldb] Fix missing characters when autocompleting LLDB commands in REPLMartin Svensson1-0/+4
2020-07-02[lldb] Fix type conversion in the Scalar gettersPavel Labath6-60/+98
2020-07-02[lldb] Add a host-independent test for handling -flimit-debug-infoPavel Labath1-0/+131
2020-07-02[lldb] Skip TestLimitDebugInfo on windowsPavel Labath3-16/+7
2020-07-02[lldb][NFC] Don't pass around passthrough from ClangDiagnosticManagerAdapterRaphael Isemann1-6/+12
2020-07-02[lldb][NFC] Fix a variable name in ClangDiagnosticManagerAdapterRaphael Isemann1-4/+4
2020-07-01[lldb/build.py] Always pass an SDK to the compiler on DarwinFred Riss1-0/+9
2020-07-01[lldb/ObjC] Add support for direct selector referencesFred Riss2-9/+16
2020-07-01[lldb/ObjCRuntime] Implement support for small method listsFred Riss2-18/+44
2020-07-01[lldb/API] Add missing LLDB_RECORD_RESULTJonas Devlieghere1-1/+1
2020-07-01debugserver: Return a nullptr in GetPlatformString()Adrian Prantl1-1/+1
2020-07-01Revert "Revert "Improve the detection of iOS/tvOS/watchOS simulator binaries ...Adrian Prantl5-104/+255
2020-07-01Revert "Improve the detection of iOS/tvOS/watchOS simulator binaries in"Jonas Devlieghere5-255/+104
2020-07-01[lldb] Replace StringConvert with llvm::to_integer when parsing integer value...Raphael Isemann21-64/+255
2020-07-01[lldb] Attempt to fix TestLimitDebugInfo on windowsPavel Labath2-4/+16
2020-07-01[lldb] Fix NSDate test after Scalar changeRaphael Isemann1-1/+1
2020-07-01[lldb] Add basic -flimit-debug-info support to expression evaluatorPavel Labath10-18/+202
2020-07-01[lldb/api] Improve error reporting in SBBreakpoint::AddName (NFCI)Med Ismail Bennani4-16/+32
2020-07-01Revert "[lldb/api] Improve error reporting in SBBreakpoint::AddName (NFCI)"Med Ismail Bennani4-32/+16
2020-07-01[lldb/api] Improve error reporting in SBBreakpoint::AddName (NFCI)Med Ismail Bennani4-16/+32
2020-07-01[lldb] Scalar re-fix UB in float->int conversionsPavel Labath2-69/+45
2020-07-01[LLDB][Clang Integration][NFC] Remove redundant conditionAdam Balogh1-4/+2
2020-07-01[LLDB][NFC] Remove redundant conditionAdam Balogh3-3/+3
2020-06-30Skip arm-(fp|gp)-read.test on Darwin.Davide Italiano2-2/+2
2020-06-30[TestReturnValue] Skip based on architecutre, not platform.Davide Italiano2-3/+4
2020-06-30[lldb/Scalar] Fix undefined behaviorJonas Devlieghere1-1/+11
2020-06-30[lldb/Test] Skip TestIOHandlerResizeNoEditline with reproducersJonas Devlieghere1-0/+1
2020-06-30Improve the detection of iOS/tvOS/watchOS simulator binaries inAdrian Prantl5-104/+255
2020-06-30[lldb/Test] Skip recognizer tests when Python is disabledJonas Devlieghere1-0/+2
2020-06-30[lldb/Scripts]Pavel Labath1-1/+1
2020-06-30[lldb/Test] Introduce "assertSuccess"Pavel Labath17-121/+73
2020-06-30[lldb] Fix TestModuleGetXcodeSDK test after DWARFYAML changeRaphael Isemann1-2/+1
2020-06-30[lldb] Tab completion for `frame recognizer delete`Gongyu Deng2-0/+31
2020-06-30[lldb] Tab completion for `frame select`Gongyu Deng2-0/+23
2020-06-30[lldb][NFC] Remove ImportInProgress lock in ClangASTSourceRaphael Isemann3-23/+3
2020-06-30[lldb] Modernize TestOperatorOverload.py assertsRaphael Isemann1-6/+2
2020-06-30[DWARFYAML][debug_info] Replace 'InitialLength' with 'Format' and 'Length'.Xing GUO4-8/+4
2020-06-29Simplify conditionals in DNBArchMachARM64::EnableHardwareSingleStepJason Molenda1-10/+8
2020-06-29[ProcessGDBRemote] Get rid of an unused function.Davide Italiano1-15/+0