aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectPlatform.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-02[LLDB][NFC] Remove unneeded conditional (#138321)satyajanga1-68/+65
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-22/+22
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham1-67/+13
2024-02-20Add the RegisterCompleter to eArgTypeRegisterName in g_argument_table (#82428)jimingham1-57/+18
2024-02-19Revert "Centralize the handling of completion for simple argument lists. (#82...Shubham Sandeep Rastogi1-18/+57
2024-02-19Centralize the handling of completion for simple argument lists. (#82085)jimingham1-57/+18
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence1-62/+40
2023-06-29Reland "[LLDB] Fix the use of "platform process launch" with no extra arguments"David Spickett1-4/+6
2023-06-27[lldb] Duplicate Target::Launch resuming logic into CommandObjectPlatformProc...Dave Lee1-5/+56
2023-06-27Revert "[LLDB] Fix the use of "platform process launch" with no extra arguments"David Spickett1-6/+2
2023-06-27[LLDB] Fix the use of "platform process launch" with no extra argumentsDavid Spickett1-2/+6
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani1-34/+29
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-65/+37
2023-01-16[LLDB] Fix help text for "platform settings"David Spickett1-2/+1
2023-01-13Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani1-43/+48
2023-01-12[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani1-48/+43
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-6/+6
2022-12-08[NFC] Fix leak in command options configuration.Jordan Rupprecht1-2/+4
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere1-0/+1
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham1-79/+108
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour1-4/+4
2022-03-02[lldb/Platform] Prepare decouple instance and plugin namesPavel Labath1-6/+5
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata1-23/+13
2021-10-26[lldb] Remove ConstString from Platform plugin namesPavel Labath1-6/+4
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath1-16/+13
2021-10-05[lldb] Improve help for platform put-fileKeith Smiley1-1/+12
2021-09-16[lldb] Make Platform::DebugProcess take a Target referencePavel Labath1-1/+1
2021-09-10[lldb] Add new commands and tests for getting file perms & existsMichał Górny1-0/+139
2021-09-08[lldb] [Commands] Remove 'append' from 'platform file open' modeMichał Górny1-2/+1
2021-09-08[lldb] [Commands] Fix reporting errors in 'platform file read/write'Michał Górny1-7/+15
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny1-2/+2
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere1-1/+1
2021-06-22[lldb] Remove more redundant SetStatus(eReturnStatusFailed)David Spickett1-8/+4
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett1-48/+0
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere1-4/+3
2021-03-23[lldb/Commands] Add command options for ScriptedProcess to ProcessLaunchMed Ismail Bennani1-2/+6
2021-03-01[lldb] Revert ScriptedProcess patchesMed Ismail Bennani1-6/+2
2021-03-01[lldb/Commands] Add command options for ScriptedProcess to ProcessLaunchMed Ismail Bennani1-2/+6
2021-01-20[lldb/Commands] Refactor ProcessLaunchCommandOptions to use TableGen (NFC)Med Ismail Bennani1-1/+2
2020-09-02[lldb/Target] Add custom interpreter option to `platform shell`Med Ismail Bennani1-2/+16
2020-08-24[lldb] Remote disk file/directory completion for platform commandsGongyu Deng1-1/+48
2020-08-24[lldb] common completion for process pids and process namesGongyu Deng1-40/+8
2020-08-10[lldb] tab completion for `platform target-install`Gongyu Deng1-0/+10
2020-07-01[lldb] Replace StringConvert with llvm::to_integer when parsing integer value...Raphael Isemann1-7/+21
2020-06-15[lldb] Remove redundant access specifiers (NFC)Jonas Devlieghere1-2/+0
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine1-3/+8
2020-05-15[lldb/Commands] Add ability to run shell command on the host.Med Ismail Bennani1-5/+21
2020-03-12[lldb/Utility] Replace ProcessInstanceInfoList with std::vector. (NFCI)Jonas Devlieghere1-3/+3