File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ The custom Resolver is provided as a Python class with the following methods:
356
356
| | | symbol name, you could write a generic symbol name based Resolver, and then allow the user to pass |
357
357
| | | in the particular symbol in the extra_args |
358
358
+--------------------+---------------------------------------+------------------------------------------------------------------------------------------------------------------+
359
- | ``__callback__ `` | ``sym_ctx ``:`lldb.SBSymbolContext ` | This is the Resolver callback. |
359
+ | ``__callback__ `` | ``sym_ctx ``:`lldb.SBSymbolContext ` | This is the Resolver callback. |
360
360
| | | The ``sym_ctx `` argument will be filled with the current stage |
361
361
| | | of the search. |
362
362
| | | |
@@ -378,7 +378,7 @@ The custom Resolver is provided as a Python class with the following methods:
378
378
| | | So you would want to return `lldb.eSearchDepthModule `. This method is optional. If not provided the search |
379
379
| | | will be done at Module depth. |
380
380
+--------------------+---------------------------------------+------------------------------------------------------------------------------------------------------------------+
381
- | ``get_short_help` | ``None `` | This is an optional method. If provided, the returned string will be printed at the beginning of |
381
+ | ``get_short_help `` | ``None `` | This is an optional method. If provided, the returned string will be printed at the beginning of |
382
382
| | | the description for this breakpoint. |
383
383
+--------------------+---------------------------------------+------------------------------------------------------------------------------------------------------------------+
384
384
You can’t perform that action at this time.
0 commit comments