[LLDB][NFC] Fix typo in docs (#131388)

This commit is contained in:
Kon 2025-03-20 17:19:33 +09:00 committed by GitHub
parent b3b5527baa
commit d4b586ad95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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