summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBLaunchInfo.cpp
AgeCommit message (Expand)Author
2024-07-08[lldb] Remove Listener::SetShadow (#97555)Pavel Labath
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex Langford
2023-04-25[lldb/Utility] Add opt-in shadow mode to event listenersMed 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
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
2022-01-02[API] Remove redundant member initialization (NFC)Kazu Hirata
2021-11-10[lldb] Fix Scripted ProcessLaunchInfo Argument nullptr derefMed Ismail Bennani
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-07-23Recommit "[lldb/API] Overwrite variables with SBLaunchInfo::SetEnvironment(ap...Pavel Labath
2020-07-08Revert "[lldb/API] Overwrite variables with SBLaunchInfo::SetEnvironment(appe...Davide Italiano
2020-07-08[lldb/API] Overwrite variables with SBLaunchInfo::SetEnvironment(append=true)Pavel Labath
2020-03-23Create basic SBEnvironment classWalter Erquinigo
2020-03-23Revert "Create basic SBEnvironment class"Walter Erquinigo
2020-03-23Create basic SBEnvironment classWalter Erquinigo
2020-03-20Revert "Create basic SBEnvironment class"Walter Erquinigo
2020-03-20Create basic SBEnvironment classWalter Erquinigo
2020-03-20Temporarily Revert "Create basic SBEnvironment class"Adrian Prantl
2020-03-20Create basic SBEnvironment classWalter Erquinigo
2020-02-17[lldb] Replace empty ctor en dtor bodies with =default (NFC)Jonas Devlieghere
2020-01-28[lldb/API] Fix bogus copy assignment operatorJonas Devlieghere
2020-01-28[lldb/API] Implement the copy (assignment) constructor for SBLaunchInfoJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-02-04Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-01-10Add Utility/Environment class for handling... environmentsPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-02-20Rename the "glob arguments" feature to "shell expand arguments"Enrico Granata
2015-02-13Add -exec-arguments commandIlia K
2015-02-10And make the globbing behavior available via the SB APIEnrico Granata
2015-02-04Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov