Author: Dave Lee
Date: 2022-08-07T12:17:36-06:00
New Revision: 87990fd8f4ba0e87ae21c69ae0cff4921c0e2cdf

URL: 
https://github.com/llvm/llvm-project/commit/87990fd8f4ba0e87ae21c69ae0cff4921c0e2cdf
DIFF: 
https://github.com/llvm/llvm-project/commit/87990fd8f4ba0e87ae21c69ae0cff4921c0e2cdf.diff

LOG: [lldb] Fix formatting in python-reference.rst

Added: 
    

Modified: 
    lldb/docs/use/python-reference.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/use/python-reference.rst 
b/lldb/docs/use/python-reference.rst
index a034cd29204f4..ee3db9ab56d10 100644
--- a/lldb/docs/use/python-reference.rst
+++ b/lldb/docs/use/python-reference.rst
@@ -356,7 +356,7 @@ The custom Resolver is provided as a Python class with the 
following methods:
 |                    |                                       | symbol name, 
you could write a generic symbol name based Resolver, and then allow the user 
to pass               |
 |                    |                                       | in the 
particular symbol in the extra_args                                             
                          |
 
+--------------------+---------------------------------------+------------------------------------------------------------------------------------------------------------------+
-| ``__callback__``   | ``sym_ctx``:`lldb.SBSymbolContext`   | This is the 
Resolver callback.                                                              
                      |
+| ``__callback__``   | ``sym_ctx``:`lldb.SBSymbolContext`    | This is the 
Resolver callback.                                                              
                     |
 |                    |                                       | The ``sym_ctx`` 
argument will be filled with the current stage                                  
                 |
 |                    |                                       | of the search.  
                                                                                
                 |
 |                    |                                       |                 
                                                                                
                 |
@@ -378,7 +378,7 @@ The custom Resolver is provided as a Python class with the 
following methods:
 |                    |                                       | So you would 
want to return `lldb.eSearchDepthModule`.  This method is optional.  If not 
provided the search     |
 |                    |                                       | will be done at 
Module depth.                                                                   
                 |
 
+--------------------+---------------------------------------+------------------------------------------------------------------------------------------------------------------+
-| ``get_short_help`  | ``None``                              | This is an 
optional method.  If provided, the returned string will be printed at the 
beginning of                |
+| ``get_short_help`` | ``None``                              | This is an 
optional method.  If provided, the returned string will be printed at the 
beginning of                |
 |                    |                                       | the description 
for this breakpoint.                                                            
                 |
 
+--------------------+---------------------------------------+------------------------------------------------------------------------------------------------------------------+
 


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

Reply via email to