llvm-project/lldb/tools
Jonas Devlieghere 2edcad7b59 [Driver] Change the way we deal with local lldbinit files.
Currently we have special handling for local lldbinit files in the
driver. At the same time, we have an SB API named
`SourceInitFileInCurrentWorkingDirectory` that does the same thing.

This patch removes the special handling from the driver and uses the API
instead. In addition to the obvious advantages of having one canonical
way of doing things and removing code duplication, this change also
means that the code path is the same for global and local lldb init
files.

Differential revision: https://reviews.llvm.org/D61577

llvm-svn: 360077
2019-05-06 20:45:31 +00:00
..
argdumper Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
compact-unwind *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
darwin-debug [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
darwin-threads the thread id is easier to read in base16. 2018-03-06 23:33:02 +00:00
debugserver [debugserver] Relax the codesigning identity check 2019-04-16 20:54:42 +00:00
driver [Driver] Change the way we deal with local lldbinit files. 2019-05-06 20:45:31 +00:00
install-headers add back an Xcode-specific Makefile for header installation 2016-01-28 22:34:36 +00:00
intel-features C.128 override, virtual keyword handling 2019-05-03 10:03:28 +00:00
lldb-instr [Reproducers] Capture return values of functions returning by ptr/ref 2019-04-03 21:31:22 +00:00
lldb-mi [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
lldb-perf Replace 'ap' with 'up' suffix in variable names. (NFC) 2019-02-13 06:25:41 +00:00
lldb-server Initialization: move InstructionEmulation to full initialization 2019-05-06 19:38:24 +00:00
lldb-test Include inlined functions when figuring out a contiguous address range 2019-05-06 20:01:21 +00:00
lldb-vscode [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
CMakeLists.txt Make lldb-mi optional and change how we deal with missing tools in lit 2019-05-03 20:33:58 +00:00