llvm-project/lldb/source
Jan Kratochvil 9a33a15766 refactor testsuite spawnLldbMi args->exe+args
Currently spawnLldbMi accepts both lldb-mi options and executable to debug as
a single parameter. Split them.

As in D55859 we will need to execute one lldb-mi command before loading the
exe. Therefore we can no longer use the exe as lldb-mi command-line parameter
as then there is no way to execute a command before loading exe specified as
lldb-mi command-line parameter.

LocateExecutableSymbolFileDsym should be static, that is also a little
refactorization.

Differential Revision: https://reviews.llvm.org/D55858

llvm-svn: 349607
2018-12-19 08:57:10 +00:00
..
API Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
Breakpoint Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
Commands Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
Core Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
DataFormatters Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
Expression Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
Host refactor testsuite spawnLldbMi args->exe+args 2018-12-19 08:57:10 +00:00
Initialization [Reproducers] Change how reproducers are initialized. 2018-12-03 17:28:29 +00:00
Interpreter Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
Plugins Don't forget to free the libcompression scratch buffer in the dtor. 2018-12-18 23:45:45 +00:00
Symbol [Clang AST Context] Add a few helper functions. 2018-12-17 16:15:13 +00:00
Target Call DeleteCurrentProcess before we replace the old process. 2018-12-18 01:49:02 +00:00
Utility Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
CMakeLists.txt Remove Plugins/Process/POSIX from include_directories 2017-04-11 12:26:25 +00:00
lldb.cpp Run clang-format on lldb.cpp 2017-11-02 16:56:52 +00:00