diff options
-rw-r--r-- | lldb/tools/lldb-mi/MIExtensions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/lldb-mi/MIExtensions.txt b/lldb/tools/lldb-mi/MIExtensions.txt index 716c055f7c3..70508b1d37b 100644 --- a/lldb/tools/lldb-mi/MIExtensions.txt +++ b/lldb/tools/lldb-mi/MIExtensions.txt @@ -98,7 +98,7 @@ For example: Synopsis Additional syntax provided by lldb-mi: - -target-attach -n <executable-name> [--waitfor] + -target-attach -n <executable-name> [--waitfor] Attach to an executable. Using -n allows specifying an executable name to attach to. Using this with --watifor can do a deffered attach. The flags -n and --waitfor match the syntax of lldb proper's 'process attach' command. |