[Lldb-commits] [PATCH] D61483: [www] list command: lldb run <args>
Konrad Kleine via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri May 3 03:07:08 PDT 2019
kkleine updated this revision to Diff 197944.
kkleine added a comment.
- [www] move `run <args>` command down for educational purposes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61483/new/
https://reviews.llvm.org/D61483
Files:
lldb/www/lldb-gdb.html
Index: lldb/www/lldb-gdb.html
===================================================================
--- lldb/www/lldb-gdb.html
+++ lldb/www/lldb-gdb.html
@@ -59,6 +59,7 @@
</td>
<td class="content">
<b>(lldb)</b> process launch -- <args><br>
+ <b>(lldb)</b> run <args><br>
<b>(lldb)</b> r <args>
</td>
</tr>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61483.197944.patch
Type: text/x-patch
Size: 505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190503/bf465aa3/attachment.bin>
More information about the lldb-commits
mailing list