[Lldb-commits] [lldb] 3d9bf8c - [LLDB] Add missing breaks to current frame row in command map
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 25 03:20:19 PDT 2022
Author: David Spickett
Date: 2022-10-25T10:20:07Z
New Revision: 3d9bf8ce7bdf96f8b3cd9ed8b5ec696f537cc8de
URL: https://github.com/llvm/llvm-project/commit/3d9bf8ce7bdf96f8b3cd9ed8b5ec696f537cc8de
DIFF: https://github.com/llvm/llvm-project/commit/3d9bf8ce7bdf96f8b3cd9ed8b5ec696f537cc8de.diff
LOG: [LLDB] Add missing breaks to current frame row in command map
Without these it was rendering as one line for all three commands.
Added:
Modified:
lldb/docs/use/map.rst
Removed:
################################################################################
diff --git a/lldb/docs/use/map.rst b/lldb/docs/use/map.rst
index 0447b24a88ae..fd02fb8ac15c 100644
--- a/lldb/docs/use/map.rst
+++ b/lldb/docs/use/map.rst
@@ -419,7 +419,9 @@ Execution Commands
</td>
<td class="content">
<b>(lldb)</b> frame select
+ <br>
<b>(lldb)</b> f
+ <br>
<b>(lldb)</b> process status
</td>
</tr>
More information about the lldb-commits
mailing list