llvm-capstone/lldb/docs
Jonas Devlieghere 82093e8fb7 [lldb/Driver] Fix handling on positional arguments
Before the transition to libOption it was possible to specify arguments
for the inferior without -- as long as they didn't start with a dash.

For example, the following invocations should all behave the same:

  $ lldb inferior inferior-arg
  $ lldb inferior -- inferior-arg
  $ lldb -- inferior inferior-arg

This patch fixes that behavior, documents it and adds a test to cover
the different combinations.

Differential revision: https://reviews.llvm.org/D80165
2020-05-18 18:52:18 -07:00
..
_static [lldb][docs] Add CMake version notes for -B flag 2019-07-31 10:31:57 +00:00
man [lldb/Driver] Fix handling on positional arguments 2020-05-18 18:52:18 -07:00
resources [lldb/Docs] Add some more info about the test suite structure 2020-04-16 10:17:59 -07:00
status [lldb/Docs] Update the features matrix 2020-02-18 20:08:43 -08:00
structured_data Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
testsuite Rename MacOS X -> macOS where applicable. 2019-05-14 16:37:43 +00:00
use Small reformat to avoid tripping up possible formatting. 2020-02-13 13:06:44 -08:00
.htaccess Add a "Using LLDB" section to the welcome page of the website 2019-11-19 10:55:50 -08:00
CMakeLists.txt [lldb/Bindings] Move bindings into their own subdirectory 2020-01-09 08:44:34 -08:00
conf.py [docs] Use 0 as version placeholder instead of a made up number. 2020-03-02 14:55:05 -08:00
doxygen-mainpage.dox [Docs] Make Doxygen functional 2019-04-19 18:02:35 +00:00
doxygen.cfg.in [Doxygen] Document private class members. 2019-08-21 00:10:19 +00:00
index.rst [lldb/Docs] Remove the version from the home page 2020-03-02 14:23:05 -08:00
lldb-for-gdb-users.txt
lldb-gdb-remote.txt [lldb]: fix typo in lldb-gdb-remote.txt 2020-02-20 14:30:12 +01:00
lldb-platform-packets.txt [lldb] NFC: Fix trivial typo in comments, documents, and messages 2020-04-07 01:06:16 +09:00