aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectProcess.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere1-1/+1
2025-07-18[LLDB] Fix Memory64 BaseRVA, move all non-stack memory to Mem64. (#146777)Jacob Lalonde1-1/+2
2025-07-09[lldb] Change breakpoint interfaces for error handling (#146972)Jonas Devlieghere1-4/+13
2025-06-23[lldb] add plugin names to process save-core error output. (#143126)Ebuka Ezike1-1/+23
2025-06-04[lldb] Do not accept invalid `process save-core` plugins (#142684)Ebuka Ezike1-1/+1
2025-05-02Reland "[lldb] Do not bump memory modificator ID when "internal" debugger mem...David Spickett1-0/+13
2025-05-02Revert "[lldb] Do not bump memory modificator ID when "internal" debugger mem...David Spickett1-13/+0
2025-05-01[lldb] Do not bump memory modificator ID when "internal" debugger memory is u...Mikhail Zakharov1-0/+13
2025-04-23[lldb] Implement CLI support for reverse-continue (#132783)Robert O'Callahan1-1/+12
2025-02-22[lldb] Document <run-args> behavior in process launch help (#128215)Jonas Devlieghere1-2/+3
2024-11-05[LLDB] Retry Add a target.launch-working-dir settingwalter erquinigo1-0/+7
2024-11-05Revert "[LLDB] Add a target.launch-working-dir setting" (#114973)Walter Erquinigo1-7/+0
2024-11-05[LLDB] Add a target.launch-working-dir setting (#113521)Walter Erquinigo1-0/+7
2024-09-24[lldb] Fix typos in various help messages. (#109851)Ryan Mansfield1-1/+1
2024-09-11[LLDB] Reapply SBSaveCore Add Memory List (#107937)Jacob Lalonde1-0/+1
2024-09-07Revert "[LLDB] Reappply SBSaveCore AddMemoryList" (#107731)Jonas Devlieghere1-1/+0
2024-09-06[LLDB] Reappply SBSaveCore AddMemoryList (#107159)Jacob Lalonde1-0/+1
2024-08-27Revert "[LLDB][SBSaveCore] Add selectable memory regions to SBSaveCor… (#10...Jacob Lalonde1-1/+0
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-3/+3
2024-08-27[LLDB][SBSaveCore] Add selectable memory regions to SBSaveCore (#105442)Jacob Lalonde1-0/+1
2024-08-02[lldb] Eliminate more Targer* in favor of Target& in CommandObjects (NFC)Jonas Devlieghere1-3/+3
2024-07-31[lldb] Unify the way we get the Target in CommandObject (#101208)Jonas Devlieghere1-1/+1
2024-07-23[lldb] Don't crash when attaching to pid and no binaries found (#100287)Jason Molenda1-10/+8
2024-07-18[LLDB][SaveCore] Add SBSaveCoreOptions Object, and SBProcess::SaveCore() over...Jacob Lalonde1-13/+12
2024-07-16[LLDB] Make 'process load' take remote os path delimiter into account (#98690)Vladislav Dzhidzhoev1-1/+3
2024-03-06[lldb] Address mask sbprocess apis and new mask invalid const (#83663)Jason Molenda1-1/+1
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham1-43/+7
2024-02-20Add the RegisterCompleter to eArgTypeRegisterName in g_argument_table (#82428)jimingham1-18/+1
2024-02-19Revert "Centralize the handling of completion for simple argument lists. (#82...Shubham Sandeep Rastogi1-1/+18
2024-02-19Centralize the handling of completion for simple argument lists. (#82085)jimingham1-18/+1
2024-02-14[lldb][NFCI] Remove CommandObjectProcessHandle::VerifyCommandOptionValue (#79...Alex Langford1-67/+59
2024-01-26[lldb][NFCI] Change BreakpointIDList::FindBreakpointID to BreakpointIDList::C...Alex Langford1-3/+1
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda1-2/+2
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett1-2/+2
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda1-2/+2
2023-11-24[lldb] correct inconsistent order of messages on process launch (#73173)José Lira Junior1-3/+5
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence1-58/+35
2023-08-21[lldb] Change UnixSignals::GetSignalAsCString to GetSignalAsStringRefAlex Langford1-4/+4
2023-06-13[lldb] Improve corefile saving ergonomicsMed Ismail Bennani1-0/+8
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani1-6/+4
2023-03-06[lldb/Utility] Fix layering violation caused by ScriptedMetadataMed Ismail Bennani1-1/+1
2023-03-03[lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani1-8/+6
2023-03-03[lldb] Add scripted process launch/attach option to {,platform }process commandsMed Ismail Bennani1-66/+21
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-8/+8
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-2/+2
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-11-03[lldb/Utility] Add GetDescription(Stream&) to StructureData::*Med Ismail Bennani1-1/+2
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere1-15/+2
2022-07-13[trace] Add an option to save a compact trace bundleWalter Erquinigo1-102/+26
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham1-43/+27