[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:05:40 PDT 2019
kkleine updated this revision to Diff 197943.
kkleine added a comment.
Amend previous commit with copy paste error.
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
@@ -58,6 +58,7 @@
<b>(gdb)</b> r <args>
</td>
<td class="content">
+ <b>(lldb)</b> run <args><br>
<b>(lldb)</b> process launch -- <args><br>
<b>(lldb)</b> r <args>
</td>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61483.197943.patch
Type: text/x-patch
Size: 535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190503/2efa7ece/attachment.bin>
More information about the lldb-commits
mailing list