llvm-project/lldb/lit/Driver
Jonas Devlieghere 9f75418e1a [Driver] Expand the executable path in the target create output
Resolve the path in the target create output. This is nice when passing
relative paths to the lldb command line driver.

  $ lldb ./binary
  (lldb) target create "./binary"
  Current executable set to '/absolute/path/to/binary' (x86_64).

This change only affects the target create output and does not change
the debugger's behavior. It doesn't resolve symbolic links so it won't
cause confusing when debugging something like clang++ that's symlinked
to clang.

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

llvm-svn: 368182
2019-08-07 16:21:40 +00:00
..
Inputs Reapply "Fix a crash in option parsing." 2019-06-25 00:55:27 +00:00
LocalLLDBInit.test [lldb] [lit] Skip more tests when Python is unavailable 2019-05-19 09:27:52 +00:00
TestCommands.test
TestConvenienceVariables.test [lldb] [lit] Driver/TestConvenienceVariables.test requires Python 2019-05-19 06:05:31 +00:00
TestCore.test
TestFile.test
TestNoUseColor.test
TestProcessAttach.test Reapply "Fix a crash in option parsing." 2019-06-25 00:55:27 +00:00
TestRepl.test Update the lldb driver to support the -O and -S options when passing --repl 2019-03-25 15:38:18 +00:00
TestSingleQuote.test [testsuite] Add a comment explaining what this test does. 2019-02-12 23:02:53 +00:00
TestTarget.test [Driver] Expand the executable path in the target create output 2019-08-07 16:21:40 +00:00