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>


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to