summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/ProcessLaunchInfo.cpp
AgeCommit message (Expand)Author
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-07-05[lldb] Fix incorrect uses of formatv specifiers in LLDB_LOGJonas Devlieghere
2023-07-03[lldb][NFCI] Change return type of GetProcessPluginNameAlex Langford
2023-04-25[lldb] Unify default/hijack listener between Process{Attach,Launch}Info (NFC)Med Ismail Bennani
2023-03-07[lldb] Respect empty arguments in target.run-argsAlex Langford
2023-03-03[lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2022-02-24[lldb/host] Remove monitor_signals argument from process monitoring functionsPavel Labath
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-12-06[lldb/qemu] Add support for pty redirectionPavel Labath
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
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
2020-10-27[lldb][NFC] Make GetResumeCountForLaunchInfo return an unsigned.Raphael Isemann
2020-10-22[lldb][NFC] Make GetShellSafeArgument return std::string and unittest it.Raphael Isemann
2020-10-14[lldb] Modernize PseudoTerminal::OpenFirstAvailablePrimaryPavel Labath
2020-10-07[lldb] Check for and use ptsname_r if availablePavel Labath
2020-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere
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-07-08Change LaunchThread interface to return an Expected for non-Apple-non-WindowsFangrui Song
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-04Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath