From 3d9bf8ce7bdf96f8b3cd9ed8b5ec696f537cc8de Mon Sep 17 00:00:00 2001 From: David Spickett Date: Tue, 25 Oct 2022 10:19:29 +0000 Subject: [PATCH] [LLDB] Add missing breaks to current frame row in command map Without these it was rendering as one line for all three commands. --- lldb/docs/use/map.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lldb/docs/use/map.rst b/lldb/docs/use/map.rst index 0447b24a88aed..fd02fb8ac15c6 100644 --- a/lldb/docs/use/map.rst +++ b/lldb/docs/use/map.rst @@ -419,7 +419,9 @@ Execution Commands (lldb) frame select +
(lldb) f +
(lldb) process status