aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API/SBLaunchInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-205/+101
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin1-3/+3
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-02-20Rename the "glob arguments" feature to "shell expand arguments"Enrico Granata1-4/+4
2015-02-13Add -exec-arguments commandIlia K1-0/+6
2015-02-10And make the globbing behavior available via the SB APIEnrico Granata1-0/+12
2015-02-04Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov1-0/+278