[LLDB] Add missing breaks to current frame row in command map
authorDavid Spickett <david.spickett@linaro.org>
Tue, 25 Oct 2022 10:19:29 +0000 (10:19 +0000)
committerDavid Spickett <david.spickett@linaro.org>
Tue, 25 Oct 2022 10:20:07 +0000 (10:20 +0000)
Without these it was rendering as one line for all three commands.

lldb/docs/use/map.rst

index 0447b24..fd02fb8 100644 (file)
@@ -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>