summaryrefslogtreecommitdiff
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [lldb] [Commands] Implement "thread siginfo"Michał Górny2022-02-153-0/+99
* Reland "[lldb] Remove non address bits when looking up memory regions"David Spickett2022-02-1518-49/+186
* [lldb] Use mangled symbol name to look for __asan::AsanDie()Jonas Devlieghere2022-02-081-1/+1
* [lldb] Rename DemangleWithRichManglingInfo to GetRichManglingInfo (NFC)Jonas Devlieghere2022-02-083-9/+8
* [lldb] Don't construct the demangled strings while indexing the symbol tableJonas Devlieghere2022-02-083-17/+7
* [lldb] Improve RichManglingContext ergonomics (NFC)Jonas Devlieghere2022-02-085-89/+47
* [lldb][CMake] Fix linking of gdb-remote when LLVM_ENABLE_ZLIB is ONMariusz Ceier2022-02-071-0/+5
* [lldb] Convert ProcessGDBRemoteLog to the new APIPavel Labath2022-02-017-105/+65
* [lldb] Use the build's python interpreter in the shell testsJonas Devlieghere2022-01-313-4/+4
* [lldb] Support Rosetta registers in crashlog.pyJonas Devlieghere2022-01-313-1/+16
* [lldb] Convert Process KDP Log to the new APIPavel Labath2022-01-314-30/+15
* [lldb] Forward-declare ClangExpressionParser (NFC)Kazu Hirata2022-01-302-1/+2
* [lldb] TypeSystemClang - use castAs/cast<> instead of getAs/dyn_cast<> to avo...Simon Pilgrim2022-01-291-16/+16
* Raise the minimum Visual Studio version to VS2019Simon Pilgrim2022-01-292-5/+5
* [lldb] Update the lldb build instructions on WindowsStella Stamenova2022-01-281-7/+14
* [lldb] [gdb-remote] Support getting siginfo via APIMichał Górny2022-01-2810-0/+181
* [lldb] Make ReadCStringFromMemory default to read from the file-cache.Augusto Noronha2022-01-282-7/+10
* [lldb] Convert DWARF log to the new APIPavel Labath2022-01-289-175/+35
* Revert "[lldb] [gdb-remote] Support getting siginfo via API"Michał Górny2022-01-2812-197/+0
* [lldb][ARM/AArch64] Update dissembler to v9.3-aDavid Spickett2022-01-281-8/+8
* [lldb] Remove reproducers documentationJonas Devlieghere2022-01-272-206/+0
* Fixed typos in TestLldbGdbServer.pyShubham Sandeep Rastogi2022-01-271-4/+4
* Disable TestLldbGdbServer on Dwarf2 and clang versions below 14Shubham Sandeep Rastogi2022-01-271-0/+98
* Revert "Disable TestLldbGdbServer on Dwarf2 and clang versions below 14"Shubham Sandeep Rastogi2022-01-271-98/+0
* Disable TestLldbGdbServer on Dwarf2 and clang versions below 14Shubham Sandeep Rastogi2022-01-271-0/+98
* [lldb/test] Disable test_launch_scripted_process_stack_frames on x86_64Med Ismail Bennani2022-01-271-0/+1
* [lldb] Delete TestBacktraceAll.pyPavel Labath2022-01-273-216/+0
* [lldb] [gdb-remote] Support getting siginfo via APIMichał Górny2022-01-2712-0/+197
* [lldb] [Platform] Support synthesizing siginfo_tMichał Górny2022-01-2711-0/+852
* [lldb/test] Fix gnu-style-compression.yamlPavel Labath2022-01-271-14/+14
* [lldb] Convert ProcessWindowsLog to the new APIPavel Labath2022-01-2712-76/+58
* [lldb/DWARF] Make manual dwarf index deterministicPavel Labath2022-01-273-4/+44
* [lldb/test] Replace gnu-style-compression.cpp with a yaml filePavel Labath2022-01-272-14/+56
* [lldb/test] Skip TestSBModule unless darwinMed Ismail Bennani2022-01-271-1/+1
* Revert "[lldb/test] Try to fix TestSBModule failure"Med Ismail Bennani2022-01-272-4/+14
* [lldb/test] Try to fix TestSBModule failureMed Ismail Bennani2022-01-272-14/+4
* [lldb/API] Add ability to check if module is backed by a file on diskMed Ismail Bennani2022-01-266-0/+89
* [lldb] Remove ConstString::StaticMemorySizeJonas Devlieghere2022-01-267-43/+0
* [lldb] Fix a couple of use-of-uninit-var errors in Materializer.cppPavel Labath2022-01-261-2/+2
* Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer2022-01-2640-101/+101
* Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille2022-01-2640-101/+101
* [lldb] Add option to show memory tags in memory read outputDavid Spickett2022-01-265-10/+266
* [lldb] Correct \params to \param in StackFrame Doxygen commentsDavid Spickett2022-01-262-10/+10
* [lldb] Correct some uses of \b in Doxygen documentationDavid Spickett2022-01-265-8/+8
* [lldb] Add MemoryTagMap classDavid Spickett2022-01-265-0/+245
* [lldb] Convert POSIXLog to use the new APIPavel Labath2022-01-2612-107/+97
* [lldb][AArch64] Add MakeTaggedRanges to MemoryTagManagerDavid Spickett2022-01-264-8/+244
* [lldb] Fix ProcessKDPLog for the logging refactorPavel Labath2022-01-252-31/+47
* [lldb] Only include mach headers on DarwinJonas Devlieghere2022-01-251-4/+3
* [lldb] Use new dyld SPIs to query the shared cache local symbolsJonas Devlieghere2022-01-251-204/+107