aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2024-09-20Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...Adrian Prantl4-273/+103
2024-09-20[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl4-103/+273
2024-09-20[lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of...Med Ismail Bennani22-224/+304
2024-09-20[lldb-dap] Add feature to remember last non-empty expression. (#107485)cmtice5-5/+49
2024-09-20[lldb-dap][docs] Improve README (#109266)Adrian Vogelsgesang1-70/+92
2024-09-20[lldb] Add support for disabling frame recognizers (#109219)Adrian Vogelsgesang8-75/+204
2024-09-20Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...David Spickett4-269/+103
2024-09-20Revert "[SystemZ][z/OS] Propagate IsText parameter to open text files as text...Abhina Sreeskantharajan2-2/+2
2024-09-20Revert "[lldb] Fix SWIG wrapper compilation error"David Spickett21-298/+221
2024-09-20[lldb] Fix SWIG wrapper compilation errorDavid Spickett1-1/+1
2024-09-19[lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ...Med Ismail Bennani21-222/+299
2024-09-19[lldb/Interpreter] Add requirements to Scripted Interface abstract methods (#...Med Ismail Bennani7-54/+158
2024-09-19[SystemZ][z/OS] Propagate IsText parameter to open text files as text (#107906)Abhina Sree2-2/+2
2024-09-19[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl4-103/+269
2024-09-19[lldb] Only send "posix" error codes through the gdb-remote protocolPavel Labath2-4/+6
2024-09-19[lldb/DWARF] Downgrade the "parent of variable is not CU" error (#108806)Pavel Labath1-4/+3
2024-09-19[lldb][FrameRecognizer] Display the first non-std frame on verbose_trap (#108...Michael Buch11-1/+214
2024-09-18[lldb] [debugserver] Use "full" x86_64 GPR state when available. (#108663)Brendan Shanks3-15/+61
2024-09-18Add docs and an example use of the scripted command get_flags API. (#109176)jimingham2-0/+9
2024-09-18Revert "[lldb] Only send "posix" error codes through the gdb-remote protocol"Adrian Prantl2-6/+4
2024-09-18Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...Adrian Prantl5-285/+108
2024-09-18Revert "Add noexcept qualifier to placate g++"Adrian Prantl1-4/+2
2024-09-18Revert "[lldb] Update SocketTestUtilities.cpp to use CloneableECError"Adrian Prantl1-2/+3
2024-09-18Revert "[lldb] Store ECError as CloneableECError in Status"Adrian Prantl1-8/+2
2024-09-18Revert "[lldb] Add handling of ECError to unit test to validate a hypothesis ...Adrian Prantl1-8/+0
2024-09-18[lldb] Add handling of ECError to unit test to validate a hypothesis on the botsAdrian Prantl1-0/+8
2024-09-18[lldb] Store ECError as CloneableECError in StatusAdrian Prantl1-2/+8
2024-09-18[lldb] Update SocketTestUtilities.cpp to use CloneableECErrorAdrian Prantl1-3/+2
2024-09-18Add noexcept qualifier to placate g++Adrian Prantl1-2/+4
2024-09-18[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl5-108/+285
2024-09-18[lldb] Only send "posix" error codes through the gdb-remote protocolPavel Labath2-4/+6
2024-09-18[lldb-dap][test] Fix `readMemory` test (#109057)Adrian Vogelsgesang1-8/+0
2024-09-18[LLDB] Fix operators <= and >= returning a wrong result when comparing to a f...Ilia Kuklin5-32/+168
2024-09-18[LLDB][lldb-dap][vscode-lldb] Add Environment configuration for the lldb-dap ...Serban3-5/+21
2024-09-17[lldb][intel-pt] Fix build error on conversion from llvm::Error to Status::Fr...Wanyi1-2/+2
2024-09-17[lldb][lldb-dap] Disable read memory test on WindowsDavid Spickett1-0/+4
2024-09-17[lldb][lldb-dap] Remove unused includes in memory testDavid Spickett1-3/+0
2024-09-17[lldb-dap] Provide `declarationLocation` for variables (#102928)Adrian Vogelsgesang9-102/+288
2024-09-16[LLDB][Minidump] Add a progress bar to minidump (#108309)Jacob Lalonde3-12/+32
2024-09-16[lldb-dap] Support inspecting memory (#104317)Adrian Vogelsgesang7-12/+361
2024-09-16[lldb][test] Add a new __compressed_pair layout to libcxx simulator tests (#9...Michael Buch5-24/+107
2024-09-16[lldb][test] Add TestNoUniqueAddress.pyMichael Buch3-0/+105
2024-09-16[lldb][test] Remove benchmark API tests (#108629)Michael Buch19-925/+0
2024-09-16[lldb] Support new libc++ __compressed_pair layout (#96538)Michael Buch8-153/+282
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim37-69/+35
2024-09-14Revert "[lldb] Do not use LC_FUNCTION_STARTS data to determine symbol size as...Jonas Devlieghere1-0/+63
2024-09-13[lldb] Emit signpost intervals for progress events (NFC) (#108498)Jonas Devlieghere1-0/+10
2024-09-13[lldb] Do not use LC_FUNCTION_STARTS data to determine symbol size as symbols...Alex Langford1-63/+0
2024-09-13Avoid expression evaluation in libStdC++ std::vector<bool> synthetic children...jeffreytan813-5/+19
2024-09-13Add a comment in the SB API doc about keeping the SB API's lightweight. (#108...jimingham1-0/+11