https://github.com/LauraElanorJones created 
https://github.com/llvm/llvm-project/pull/140333

Fix code block formatting in section "The Decision Point Breakpoint Commands"

>From 7d235fe77df46cfe2525cbed2a9944a6f208a613 Mon Sep 17 00:00:00 2001
From: LauraElanorJones <164247463+lauraelanorjo...@users.noreply.github.com>
Date: Fri, 16 May 2025 18:49:02 -0700
Subject: [PATCH] Update python.rst

Fix code block formatting in section "The Decision Point Breakpoint Commands"
---
 lldb/docs/use/python.rst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lldb/docs/use/python.rst b/lldb/docs/use/python.rst
index d9c29d95708c1..3a919f2a8cdb1 100644
--- a/lldb/docs/use/python.rst
+++ b/lldb/docs/use/python.rst
@@ -330,9 +330,12 @@ decision to go right:
       process.Continue()
    else:
       print "Here is the problem; going right, should go left!"
-   Just as a reminder, LLDB is going to take this script and wrap it up in a 
function, like this:
 
 
+Just as a reminder, LLDB is going to take this script and wrap it up in a 
function, like this:
+
+::
+
    def some_unique_and_obscure_function_name (frame, bp_loc):
       global path
       if path[0] == 'R':

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

Reply via email to