summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Target.cpp
AgeCommit message (Expand)Author
2022-08-20Remove redundant initialization of Optional (NFC)Kazu Hirata
2022-08-02[lldb] Create an enum to specify the kind of ArchSpec matchingPavel Labath
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-27Call WatchpointList::RemoveAll in Target::Destroy.Jim Ingham
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-23Use the range-based overload of llvm::sort where possibleDmitri Gribenko
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-06-21[lldb] Add a setting to specify the preferred dynamic class info extractor oJonas Devlieghere
2022-06-09[lldb] Silence a GCC warning about missing returns after a fully covered swit...Martin Storsjö
2022-05-26Store a by name list of signals with their actions in the TargetJim Ingham
2022-05-18[lldb] Remove non-address bits from read/write addresses in lldbDavid Spickett
2022-05-09Revert "[lldb] parallelize calling of Module::PreloadSymbols()"Pavel Labath
2022-05-04[lldb] parallelize calling of Module::PreloadSymbols()Luboš Luňák
2022-05-03[lldb] Add setting for max depth of value object printing (NFC)Dave Lee
2022-04-13[lldb] Remove the global platform listPavel Labath
2022-03-21[trace] clear any existing tracing sessions before relaunching the binaryWalter Erquinigo
2022-03-16[lldb] Update TargetProperties::CheckJITObjectsDir to use ReportErrorJonas Devlieghere
2022-03-14Don't report memory return values on MacOS_arm64 of SysV_arm64 ABI's.Jim Ingham
2022-03-14[lldb] Plumb process host architecture through platform selectionJonas Devlieghere
2022-03-11[lldb] Removed scoped timer from ReadMemoryFromFileCacheDave Lee
2022-03-09Revert "[lldb] Remove the global platform list"Pavel Labath
2022-03-09[lldb] Remove the global platform listPavel Labath
2022-03-07Change "target.save-jit-objects" to "target.save-jit-objects-dir".Jim Ingham
2022-03-03Fix the order of modules-loaded event and the resultant breakpoint-changed ev...Jim Ingham
2022-02-22[lldb] Fix race condition between lldb-vscode and stop hooks executorIlya Nozhkin
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2022-01-28[lldb] Make ReadCStringFromMemory default to read from the file-cache.Augusto Noronha
2022-01-05[lldb] Create a property to store the REPL languageJonas Devlieghere
2021-12-13[lldb] Clarify StructuredDataImpl ownershipPavel Labath
2021-12-06[lldb/qemu] Add support for pty redirectionPavel Labath
2021-11-18[lldb] (Partially) enable formatting of utf strings before the program is sta...Pavel Labath
2021-10-25Add modules stats into the "statistics dump" command.Greg Clayton
2021-10-21Modify "statistics dump" to dump JSON.Greg Clayton
2021-10-19[lldb] Filter duplicates in Target::GetScratchTypeSystemsRaphael Isemann
2021-10-08[lldb] Remove shared_ptr from some global Properties objectsPavel Labath
2021-09-28[lldb] Remove non-stop mode codePavel Labath
2021-09-16[lldb] Make Platform::DebugProcess take a Target referencePavel Labath
2021-08-18[LLDB][GUI] Add Process Launch formOmar Emara
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny
2021-07-29Revert "[lldb] Assert filecache and live memory match on debug under a setting"Stella Stamenova
2021-07-29[lldb] Assert filecache and live memory match on debug under a settingAugusto Noronha
2021-07-22Fix the logic so stop-hooks get run after a breakpoint that ran an expressionJim Ingham
2021-07-22[lldb/Plugins] Add ScriptedProcess Process PluginMed Ismail Bennani
2021-07-20[lldb] Remove unused variable. NFCIBenjamin Kramer
2021-07-20[lldb] Make WatchpointList iterableMichał Górny
2021-07-12Support AArch64/Linux watchpoint on tagged addressesMuhammad Omair Javaid
2021-07-09Add scoped timers to ReadMemoryFromInferior and ReadMemoryFromFileCache.Adrian Prantl
2021-06-17[trace][intel-pt] Create basic SB APIWalter Erquinigo
2021-05-24[lldb][NFC] Remove unused header from TargetAlex Langford