aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2022-02-15[lldb] [Commands] Implement "thread siginfo"Michał Górny3-0/+99
2022-02-15Reland "[lldb] Remove non address bits when looking up memory regions"David Spickett18-49/+186
2022-02-08[lldb] Use mangled symbol name to look for __asan::AsanDie()Jonas Devlieghere1-1/+1
2022-02-08[lldb] Rename DemangleWithRichManglingInfo to GetRichManglingInfo (NFC)Jonas Devlieghere3-9/+8
2022-02-08[lldb] Don't construct the demangled strings while indexing the symbol tableJonas Devlieghere3-17/+7
2022-02-08[lldb] Improve RichManglingContext ergonomics (NFC)Jonas Devlieghere5-89/+47
2022-02-07[lldb][CMake] Fix linking of gdb-remote when LLVM_ENABLE_ZLIB is ONMariusz Ceier1-0/+5
2022-02-01[lldb] Convert ProcessGDBRemoteLog to the new APIPavel Labath7-105/+65
2022-01-31[lldb] Use the build's python interpreter in the shell testsJonas Devlieghere3-4/+4
2022-01-31[lldb] Support Rosetta registers in crashlog.pyJonas Devlieghere3-1/+16
2022-01-31[lldb] Convert Process KDP Log to the new APIPavel Labath4-30/+15
2022-01-30[lldb] Forward-declare ClangExpressionParser (NFC)Kazu Hirata2-1/+2
2022-01-29[lldb] TypeSystemClang - use castAs/cast<> instead of getAs/dyn_cast<> to avo...Simon Pilgrim1-16/+16
2022-01-29Raise the minimum Visual Studio version to VS2019Simon Pilgrim2-5/+5
2022-01-28[lldb] Update the lldb build instructions on WindowsStella Stamenova1-7/+14
2022-01-28[lldb] [gdb-remote] Support getting siginfo via APIMichał Górny10-0/+181
2022-01-28[lldb] Make ReadCStringFromMemory default to read from the file-cache.Augusto Noronha2-7/+10
2022-01-28[lldb] Convert DWARF log to the new APIPavel Labath9-175/+35
2022-01-28Revert "[lldb] [gdb-remote] Support getting siginfo via API"Michał Górny12-197/+0
2022-01-28[lldb][ARM/AArch64] Update dissembler to v9.3-aDavid Spickett1-8/+8
2022-01-27[lldb] Remove reproducers documentationJonas Devlieghere2-206/+0
2022-01-27Fixed typos in TestLldbGdbServer.pyShubham Sandeep Rastogi1-4/+4
2022-01-27Disable TestLldbGdbServer on Dwarf2 and clang versions below 14Shubham Sandeep Rastogi1-0/+98
2022-01-27Revert "Disable TestLldbGdbServer on Dwarf2 and clang versions below 14"Shubham Sandeep Rastogi1-98/+0
2022-01-27Disable TestLldbGdbServer on Dwarf2 and clang versions below 14Shubham Sandeep Rastogi1-0/+98
2022-01-27[lldb/test] Disable test_launch_scripted_process_stack_frames on x86_64Med Ismail Bennani1-0/+1
2022-01-27[lldb] Delete TestBacktraceAll.pyPavel Labath3-216/+0
2022-01-27[lldb] [gdb-remote] Support getting siginfo via APIMichał Górny12-0/+197
2022-01-27[lldb] [Platform] Support synthesizing siginfo_tMichał Górny11-0/+852
2022-01-27[lldb/test] Fix gnu-style-compression.yamlPavel Labath1-14/+14
2022-01-27[lldb] Convert ProcessWindowsLog to the new APIPavel Labath12-76/+58
2022-01-27[lldb/DWARF] Make manual dwarf index deterministicPavel Labath3-4/+44
2022-01-27[lldb/test] Replace gnu-style-compression.cpp with a yaml filePavel Labath2-14/+56
2022-01-27[lldb/test] Skip TestSBModule unless darwinMed Ismail Bennani1-1/+1
2022-01-27Revert "[lldb/test] Try to fix TestSBModule failure"Med Ismail Bennani2-4/+14
2022-01-27[lldb/test] Try to fix TestSBModule failureMed Ismail Bennani2-14/+4
2022-01-26[lldb/API] Add ability to check if module is backed by a file on diskMed Ismail Bennani6-0/+89
2022-01-26[lldb] Remove ConstString::StaticMemorySizeJonas Devlieghere7-43/+0
2022-01-26[lldb] Fix a couple of use-of-uninit-var errors in Materializer.cppPavel Labath1-2/+2
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer40-101/+101
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille40-101/+101
2022-01-26[lldb] Add option to show memory tags in memory read outputDavid Spickett5-10/+266
2022-01-26[lldb] Correct \params to \param in StackFrame Doxygen commentsDavid Spickett2-10/+10
2022-01-26[lldb] Correct some uses of \b in Doxygen documentationDavid Spickett5-8/+8
2022-01-26[lldb] Add MemoryTagMap classDavid Spickett5-0/+245
2022-01-26[lldb] Convert POSIXLog to use the new APIPavel Labath12-107/+97
2022-01-26[lldb][AArch64] Add MakeTaggedRanges to MemoryTagManagerDavid Spickett4-8/+244
2022-01-25[lldb] Fix ProcessKDPLog for the logging refactorPavel Labath2-31/+47
2022-01-25[lldb] Only include mach headers on DarwinJonas Devlieghere1-4/+3
2022-01-25[lldb] Use new dyld SPIs to query the shared cache local symbolsJonas Devlieghere1-204/+107