summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Target.cpp
AgeCommit message (Expand)Author
2024-09-27[lldb] Store expression evaluator diagnostics in an llvm::Error (NFC) (#106442)Adrian Prantl
2024-09-25[lldb] Fix two formatv issues in LDB_LOG (NFC)Jonas Devlieghere
2024-09-23[lldb] refactor Target::Install function (#108996)dlav-sc
2024-09-20[lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of...Med Ismail Bennani
2024-09-20Revert "[lldb] Fix SWIG wrapper compilation error"David Spickett
2024-09-19[lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ...Med Ismail Bennani
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim
2024-09-10[LLDB][Data Formatters] Calculate average and total time for summary provider...Jacob Lalonde
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
2024-08-28Revert "[lldb] unique_ptr-ify some GetUserExpression APIs. (#106034)"Lang Hames
2024-08-28[lldb] unique_ptr-ify some GetUserExpression APIs. (#106034)Lang Hames
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-22[lldb] Change the two remaining SInt64 settings in Target to uint (#105460)Jason Molenda
2024-08-15[lldb] Realpath symlinks for breakpoints (#102223)royitaqi
2024-07-31[lldb] Allow mapping object file paths (#101361)Alexandre Perez
2024-05-23Add a createError variant without error code (NFC) (#93209)Adrian Prantl
2024-05-14[lldb] Fix redundant condition in Target.cpp (#91882)aabhinavg
2024-04-29Add a new SBExpressionOptions::SetLanguage() API (NFCI) (#89981)Adrian Prantl
2024-04-24[lldb][nfc] Move broadcaster class strings away from ConstString (#89690)Alex Langford
2024-03-06[lldb] Extract getter function for experimental target properties (NFC) (#83504)Dave Lee
2024-02-27Aim debugserver workaround more precisely. (#83099)Adrian Prantl
2024-02-26Change debugserver to report the cpu(sub)type of process, not the host.Adrian Prantl
2024-02-26Replace ArchSpec::PiecewiseCompare() with Triple::operator==()Adrian Prantl
2024-02-23Revert "Replace ArchSpec::PiecewiseCompare() with Triple::operator==()"Adrian Prantl
2024-02-23Replace ArchSpec::PiecewiseCompare() with Triple::operator==() (#82804)Adrian Prantl
2024-02-06Support statistics dump summary only mode (#80745)Wanyi
2024-01-22[lldb][NFCI] Remove EventData* param from BroadcastEvent (#78773)Alex Langford
2023-12-07Fix a stall in running `quit` while a live process is running (#74687)jimingham
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-06[lldb][NFCI] Change parameter type in Target::AddNameToBreakpoint (#71241)Alex Langford
2023-10-19[lldb] Remove FileSpecList::GetFileSpecPointerAtIndex (NFC)Jonas Devlieghere
2023-10-09[lldb] add stop-at-user-entry option to process launch (#67019)José Lira Junior
2023-09-21Reland "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett
2023-09-21Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett
2023-09-20[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda
2023-09-18Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"Jason Molenda
2023-09-18[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda
2023-09-18[LLDB] Add a setting for printing ValueObject hex values without leading zero...Walter Erquinigo
2023-09-14[lldb][NFCI] Remove use of ConstString in StructuredDataAlex Langford
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2023-08-31[lldb][NFCI] Remove unneeded ConstString conversionsAlex Langford
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-07-30[lldb] Remove inconsequential radar link (NFC)Jonas Devlieghere
2023-07-25[lldb][LocateModuleCallback] Call locate module callback in Platform tooKazuki Sakamoto
2023-07-14Revert "Revert "[lldb][LocateModuleCallback] Call locate module callback""Shubham Sandeep Rastogi
2023-07-14Revert "[lldb][LocateModuleCallback] Call locate module callback"Shubham Sandeep Rastogi
2023-07-12[lldb][LocateModuleCallback] Call locate module callbackKazuki Sakamoto
2023-07-11[lldb][NFCI] Methods to load scripting resources should take a Stream by refe...Alex Langford