summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectProcess.cpp
AgeCommit message (Expand)Author
2022-06-22Fix a bug with "process continue -b" when no breakpoints areJim Ingham
2022-06-22Add a "-b" option to "process continue" to run to a set of breakpoints,Jim Ingham
2022-05-26Store a by name list of signals with their actions in the TargetJim Ingham
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2022-02-14Add a repeat command option for "thread backtrace --count N".Jim Ingham
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata
2021-11-17Revert "Revert "Make it possible for lldb to launch a remote binary with no l...Jim Ingham
2021-11-16Revert "Make it possible for lldb to launch a remote binary with no local file."Jim Ingham
2021-11-16Make it possible for lldb to launch a remote binary with no local file.Jim Ingham
2021-10-21[lldb] Remove ConstString from GetPluginNameStatic of some pluginsPavel Labath
2021-09-29Make "process attach -c" work correctly, and add a test for it.Jim Ingham
2021-09-01[lldb] Add minidump save-core functionality to ELF object filesAndrej Korman
2021-08-31Revert "[lldb] Add minidump save-core functionality to ELF object files"Andy Yankovsky
2021-08-31[lldb] Add minidump save-core functionality to ELF object filesAndrej Korman
2021-08-27[trace] [intel pt] Create a "process trace save" commandWalter Erquinigo
2021-08-11Add the ability to process save-core stack-memory-only corefilesJason Molenda
2021-08-11[lldb/Commands] Fix heap-use-after-free error in CommandObjectProcessMed Ismail Bennani
2021-07-22[lldb] Fix that `process signal` completion always returns all signalsRaphael Isemann
2021-07-22Read and write a LC_NOTE "addrable bits" for addressing maskJason Molenda
2021-06-23[lldb] Remove CommandReturnObject's SetError(StringRef)David Spickett
2021-06-20Add a corefile style option to process save-core; skinny corefilesJason Molenda
2021-06-17[trace][intel-pt] Create basic SB APIWalter Erquinigo
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-03-30[trace][intel-pt] Implement trace start and trace stopWalter Erquinigo
2021-03-23[lldb/Commands] Add command options for ScriptedProcess to ProcessLaunchMed Ismail Bennani
2021-03-01[lldb] Revert ScriptedProcess patchesMed Ismail Bennani
2021-03-01[lldb/Commands] Add command options for ScriptedProcess to ProcessLaunchMed Ismail Bennani
2021-02-08Reland "[lldb] Make CommandInterpreter's execution context the same as debugg...Tatyana Krasnukha
2021-01-20[lldb/Commands] Refactor ProcessLaunchCommandOptions to use TableGen (NFC)Med Ismail Bennani
2020-12-17Revert "[lldb] Make CommandInterpreter's execution context the same as debugg...Pavel Labath
2020-12-12[lldb] Make CommandInterpreter's execution context the same as debugger's one.Tatyana Krasnukha
2020-12-12[lldb] "target create" shouldn't save target if the command failedTatyana Krasnukha
2020-08-24[lldb] common completion for process pids and process namesGongyu Deng
2020-08-21[lldb] Tab completion for process load/unloadGongyu Deng
2020-08-05[lldb] Add an option to inherit TCC permissions from parent.Jonas Devlieghere
2020-07-27[lldb] Modernize away some snprintf callsRaphael Isemann
2020-07-14[lldb] Make `process connect` blocking in synchronous mode.Jonas Devlieghere
2020-07-01[lldb] Replace StringConvert with llvm::to_integer when parsing integer value...Raphael Isemann
2020-06-15[lldb] Remove redundant access specifiers (NFC)Jonas Devlieghere
2020-05-27[lldb] Tab completion for process plugin nameGongyu Deng
2020-03-12[lldb/Utility] Replace ProcessInstanceInfoList with std::vector. (NFCI)Jonas Devlieghere
2020-03-06tab completion for process signalRaphael Isemann
2020-02-24[lldb/Plugins] Move SBTarget::GetExtendedCrashInformation to SBProcessMed Ismail Bennani
2020-02-21[lldb/Plugins] Add ability to fetch crash information on crashed processesMed Ismail Bennani
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann
2019-10-30Run clang-format on lldb/source/Commands (NFC)Adrian Prantl