[Lldb-commits] [lldb] r254924 - test commit.
Chuck Ries via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 7 11:08:15 PST 2015
Author: chuckr
Date: Mon Dec 7 13:08:15 2015
New Revision: 254924
URL: http://llvm.org/viewvc/llvm-project?rev=254924&view=rev
Log:
test commit.
Modified:
lldb/trunk/tools/lldb-mi/MIExtensions.txt
Modified: lldb/trunk/tools/lldb-mi/MIExtensions.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-mi/MIExtensions.txt?rev=254924&r1=254923&r2=254924&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-mi/MIExtensions.txt (original)
+++ lldb/trunk/tools/lldb-mi/MIExtensions.txt Mon Dec 7 13:08:15 2015
@@ -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.
More information about the lldb-commits
mailing list