mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 02:56:30 +00:00
[LLDB][NFC] Fix typo in docs (#131388)
This commit is contained in:
parent
b3b5527baa
commit
d4b586ad95
@ -411,7 +411,7 @@ will use your resolver, but will only recurse into or accept new locations in
|
||||
the module a.out.
|
||||
|
||||
Another option for creating scripted breakpoints is to use the
|
||||
SBTarget.CreateBreakpointFromScript API. This one has the advantage that you
|
||||
SBTarget.BreakpointCreateFromScript API. This one has the advantage that you
|
||||
can pass in an arbitrary SBStructuredData object, so you can create more
|
||||
complex parametrizations. SBStructuredData has a handy SetFromJSON method which
|
||||
you can use for this purpose. Your __init__ function gets passed this
|
||||
|
Loading…
x
Reference in New Issue
Block a user