diff options
author | Aidan Dodds <aidan@codeplay.com> | 2015-04-17 16:12:58 +0000 |
---|---|---|
committer | Aidan Dodds <aidan@codeplay.com> | 2015-04-17 16:12:58 +0000 |
commit | c9c3d228d64d399da5959665c02c1cae0b834a62 (patch) | |
tree | d6566e31961f1880636276629bd16e600bec91da | |
parent | f4669f5905fa247b44246c9ea4bc0d49dcbdce71 (diff) | |
download | bcm5719-llvm-c9c3d228d64d399da5959665c02c1cae0b834a62.tar.gz bcm5719-llvm-c9c3d228d64d399da5959665c02c1cae0b834a62.zip |
test commit.
llvm-svn: 235199
-rw-r--r-- | lldb/docs/lldb-gdb-remote.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/docs/lldb-gdb-remote.txt b/lldb/docs/lldb-gdb-remote.txt index 20149041754..8615d5568d5 100644 --- a/lldb/docs/lldb-gdb-remote.txt +++ b/lldb/docs/lldb-gdb-remote.txt @@ -53,7 +53,7 @@ send packet: + //---------------------------------------------------------------------- We have added support for the "set program arguments" packet where we can -startup a connection to a remote server and then later supply the path to the +start a connection to a remote server and then later supply the path to the executable and the arguments to use when executing: GDB remote docs for this: |