summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Target.cpp
AgeCommit message (Expand)Author
2023-07-06Refine the reporting mechanism for interruption.Jim Ingham
2023-07-05[lldb] Fix incorrect uses of LLDB_LOG_ERRORJonas Devlieghere
2023-07-03[lldb][NFCI] Target::StopHook::GetDescription should take a Stream ref instea...Alex Langford
2023-07-03[lldb][NFCI] Change return type of GetProcessPluginNameAlex Langford
2023-06-26[lldb][NFCI] Remove unneeded ConstString constructions for OptionValuePropert...Alex Langford
2023-06-26[lldb][NFCI] UUID::Dump should take a reference instead of a pointerAlex Langford
2023-06-06[lldb/Target] Add ability to set a label to targetsMed Ismail Bennani
2023-06-05[lldb][NFCI] Use size_t in OptionValuePropertiesAlex Langford
2023-05-05[lldb] Migrate to GetPropertyAtIndexAs for ArchSpec (NFC)Jonas Devlieghere
2023-05-05[lldb] Migrate to GetPropertyAtIndexAs for LanguageType (NFC)Jonas Devlieghere
2023-05-04[lldb] Migrate to GetPropertyAtIndexAs for FileSpecList (NFC)Jonas Devlieghere
2023-05-04[lldb] Eliminate {Get,Set}PropertyAtIndexAsFileSpec (NFC)Jonas Devlieghere
2023-05-04[lldb] Use templates to simplify {Get,Set}PropertyAtIndex (NFC)Jonas Devlieghere
2023-05-02[lldb] Fix 8be139fc1251 for propery value changesJonas Devlieghere
2023-05-02[lldb] Add settings for expression evaluation memory allocations.Ilya Kuklin
2023-05-02[lldb] Make exe_ctx an optional argument in OptionValueProperties (NFC)Jonas Devlieghere
2023-05-02[lldb] Remove unused will_modify argument (NFC)Jonas Devlieghere
2023-05-01[lldb] Refactor OptionValueProperties to return a std::optional (NFC)Jonas Devlieghere
2023-04-25[lldb/Utility] Add opt-in shadow mode to event listenersMed Ismail Bennani
2023-04-25[LLDB][REPL] Destroy the repl instances correctlywalter erquinigo
2023-04-21Make sure SelectMostRelevantFrame happens only when returning to the user.Jim Ingham
2023-04-19[lldb] Fix bug to update process public run lock with process stateMed Ismail Bennani
2023-04-19[lldb] Change setting descriptions to use StringRef instead of ConstStringAlex Langford
2023-04-19Revert "[lldb] Fix bug to update process public run lock with process state"Med Ismail Bennani
2023-04-19[lldb] Fix bug to update process public run lock with process stateMed Ismail Bennani
2023-04-13[lldb] Show register fields using bitfield struct typesDavid Spickett
2023-04-11[lldb] Change return type of EventData::GetFlavorAlex Langford
2023-03-03[lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani
2023-02-28Fix the run locker setting for async launches that don't stop at theJim Ingham
2023-02-14[LLDB] add arch-specific watchpoint behavior defaults to lldbJason Molenda
2023-01-27[lldb][Target] GetScratchTypeSystems: sort TypeSystems with strict weak orderingMichael Buch
2023-01-13Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani
2023-01-12[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-08[NFC] Fix leak handling breakpoint names.Jordan Rupprecht
2022-12-05Reland "[lldb][Target] Flush the scratch TypeSystem when owning lldb_private:...Michael Buch
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-12-02Revert "[lldb][Target] Flush the scratch TypeSystem when owning lldb_private:...Michael Buch
2022-12-02[lldb][Target] Flush the scratch TypeSystem when owning lldb_private::Module ...Michael Buch
2022-11-16Fix use of std::unique / erase. This fixes a bot error after D136650.Adrian Prantl
2022-11-16Make CompilerType safeAdrian Prantl
2022-11-03Have GetSupportedArchitectures report all supported archesJason Molenda
2022-10-17Make sure Target::EvaluateExpression() passes up an error instead of silently...Adrian Prantl
2022-10-17Revert "Make sure Target::EvaluateExpression() passes up an error instead of ...Adrian Prantl
2022-10-17Make sure Target::EvaluateExpression() passes up an error instead of silently...Adrian Prantl
2022-10-06[lldb] Move breakpoint hit reset code to Target::CleanupProcessPavel Labath
2022-09-19Add auto deduce source map settingJeffrey Tan
2022-09-19[lldb] Reset breakpoint hit count before new runsFelipe de Azevedo Piovezan
2022-09-01Fix inconsistent target arch when attaching to arm64 binaries onAdrian Prantl