summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectPlatform.cpp
AgeCommit message (Expand)Author
2025-05-02[LLDB][NFC] Remove unneeded conditional (#138321)satyajanga
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham
2024-02-20Add the RegisterCompleter to eArgTypeRegisterName in g_argument_table (#82428)jimingham
2024-02-19Revert "Centralize the handling of completion for simple argument lists. (#82...Shubham Sandeep Rastogi
2024-02-19Centralize the handling of completion for simple argument lists. (#82085)jimingham
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2023-06-29Reland "[LLDB] Fix the use of "platform process launch" with no extra arguments"David Spickett
2023-06-27[lldb] Duplicate Target::Launch resuming logic into CommandObjectPlatformProc...Dave Lee
2023-06-27Revert "[LLDB] Fix the use of "platform process launch" with no extra arguments"David Spickett
2023-06-27[LLDB] Fix the use of "platform process launch" with no extra argumentsDavid Spickett
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani
2023-03-06[lldb/Utility] Fix layering violation caused by ScriptedMetadataMed Ismail Bennani
2023-03-03[lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani
2023-03-03[lldb] Add scripted process launch/attach option to {,platform }process commandsMed Ismail Bennani
2023-01-16[LLDB] Fix help text for "platform settings"David Spickett
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-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2022-12-08[NFC] Fix leak in command options configuration.Jordan Rupprecht
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour
2022-03-02[lldb/Platform] Prepare decouple instance and plugin namesPavel Labath
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata
2021-10-26[lldb] Remove ConstString from Platform plugin namesPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-10-05[lldb] Improve help for platform put-fileKeith Smiley
2021-09-16[lldb] Make Platform::DebugProcess take a Target referencePavel Labath
2021-09-10[lldb] Add new commands and tests for getting file perms & existsMichał Górny
2021-09-08[lldb] [Commands] Remove 'append' from 'platform file open' modeMichał Górny
2021-09-08[lldb] [Commands] Fix reporting errors in 'platform file read/write'Michał Górny
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-22[lldb] Remove more redundant SetStatus(eReturnStatusFailed)David Spickett
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
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-01-20[lldb/Commands] Refactor ProcessLaunchCommandOptions to use TableGen (NFC)Med Ismail Bennani
2020-09-02[lldb/Target] Add custom interpreter option to `platform shell`Med Ismail Bennani
2020-08-24[lldb] Remote disk file/directory completion for platform commandsGongyu Deng
2020-08-24[lldb] common completion for process pids and process namesGongyu Deng
2020-08-10[lldb] tab completion for `platform target-install`Gongyu Deng
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-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine
2020-05-15[lldb/Commands] Add ability to run shell command on the host.Med Ismail Bennani
2020-03-12[lldb/Utility] Replace ProcessInstanceInfoList with std::vector. (NFCI)Jonas Devlieghere