summaryrefslogtreecommitdiff
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Allow aliases to aliases of raw input commandsDave Lee2022-01-212-2/+10
* [lldb] Fix timer logging inverted quiet conditionDave Lee2022-01-211-2/+2
* Remove dependency from raw_ostream on <chrono>serge-sans-paille2022-01-211-0/+2
* [llvm] Cleanup header dependencies in ADT and Supportserge-sans-paille2022-01-211-0/+1
* [lldb] Update the modulemapJonas Devlieghere2022-01-201-1/+1
* [lldb] Instrument SB API with signpostsJonas Devlieghere2022-01-202-6/+14
* [lldb] Decouple instrumentation from the reproducersJonas Devlieghere2022-01-2074-3674/+2230
* [lldb] Revive lldb-instrJonas Devlieghere2022-01-203-0/+190
* Work around a module build failure on the bots.Adrian Prantl2022-01-201-0/+7
* [lldb] Surround LLDB_API-defining code with #ifndef LLDB_APIPavel Labath2022-01-201-0/+2
* [cmake] Make include(GNUInstallDirs) always below project(..)John Ericson2022-01-203-4/+12
* Add missing include to fix modular buildAdrian Prantl2022-01-201-0/+1
* [lldb] Remove non-address bits from addresses given to memory tag commandsDavid Spickett2022-01-203-3/+39
* [lldb] Rename MemoryTagManager RemoveNonAddressBits to RemoveTagBitsDavid Spickett2022-01-205-16/+15
* [lldb] Fix LLDB_FULL_VERSION_STRINGJonas Devlieghere2022-01-191-1/+1
* [lldb] Initialize Python exactly onceJonas Devlieghere2022-01-193-38/+25
* [lldb] Make StatsDuration thread-safePavel Labath2022-01-1911-31/+52
* [LLDB] Adjust compiler-full-path.test for Windows/Arm64TCWG2022-01-191-1/+1
* [lldb] Introduce SBPlatform::SetSDKRootPavel Labath2022-01-196-12/+25
* [lldb] Remove the requirement for windows clients to specify -DIMPORT_LIBLLDBPavel Labath2022-01-195-21/+11
* [lldb] Fix NativeThreadLinux to build with older compilersPavel Labath2022-01-191-1/+1
* [lldb] Fix D114722 for python<=3.6Pavel Labath2022-01-192-13/+23
* [lldb] Print an error message when we're reading libobjc.A.dylib from memoryJonas Devlieghere2022-01-182-1/+28
* [lldb] Delete TestStopReplyContainsThreadPcsPavel Labath2022-01-182-60/+0
* [lldb] s/dyn_cast/isa in TypeSystemClangPavel Labath2022-01-181-1/+1
* [lldb] Fix compiler warning in CommunicationTestPavel Labath2022-01-181-1/+1
* [lldb/python] Use PythonObject in LLDBSwigPython functionsPavel Labath2022-01-188-181/+154
* [lldb] [gdb-remote] Support client fallback for servers without reg defsMichał Górny2022-01-175-0/+464
* [LLDB] Fix Python GIL-not-held issuesRalf Grosse-Kunstleve2022-01-173-66/+57
* [lldb] Set result error state in 'frame variable'Dave Lee2022-01-151-16/+14
* [lldb] Use PlatformMacOSX for Mac CatalystJonas Devlieghere2022-01-151-0/+3
* [CMake][LLDB] Resolve install conflict when `LLDB_BUILD_FRAMEWORK=ON`paperchalice2022-01-151-1/+1
* [lldb] Correctly display the number of types foundJonas Devlieghere2022-01-152-2/+11
* [lldb] Remove anon struct from frame-var-anon-unions testDave Lee2022-01-152-9/+0
* [lldb] Remove PlatformDarwin::GetCompatibleArch helperJonas Devlieghere2022-01-152-107/+2
* [lldb/doc] Rephrase tutorial paragraph (NFC)Med Ismail Bennani2022-01-141-3/+3
* [lldb] Only promote -Wignored-attributes to an errorJonas Devlieghere2022-01-141-1/+1
* [lldb] Fix platform selection on Apple SiliconJonas Devlieghere2022-01-146-8/+21
* [LLDB] Skip TestIOHandlerPythonREPLSigint.py on AArch64/LinuxMuhammad Omair Javaid2022-01-152-1/+2
* [LLDB][NFC] Fix a typo in commentCoelacanthus2022-01-141-1/+1
* [LLDB] Skip TestIOHandlerPythonREPLSigint.py on Arm/LinuxMuhammad Omair Javaid2022-01-141-0/+1
* [lldb] Use __lldb_init_module instead of "if lldb.debugger" idiomDave Lee2022-01-1310-70/+77
* [lldb] Fix that the embedded Python REPL crashes if it receives SIGINTJonas Devlieghere2022-01-132-0/+143
* Revert "Revert "[LLDB][NativePDB] Add support for inlined functions""Zequan Wu2022-01-137-95/+1181
* [lldb] Add long help to `crashlog`Dave Lee2022-01-131-12/+27
* [lldb][AArch64] Remove armv8.3-a flag from tagged memory read testDavid Spickett2022-01-131-1/+0
* [lldb] [llgs] Implement qXfer:siginfo:readMichał Górny2022-01-1312-9/+171
* [CODE OWNERS] Add wallace as code ownerWalter Erquinigo2022-01-121-2/+7
* [lldb] Disable one more watchpoint test on WindowsStella Stamenova2022-01-121-0/+1
* Revert "[LLDB][NativePDB] Add support for inlined functions"Stella Stamenova2022-01-127-1178/+95