Skip to content

Commit 02fef73

Browse files
Update lldb/bindings/interface/SBFrameDocstrings.i
Co-authored-by: Will Hawkins <[email protected]>
1 parent 9d3668a commit 02fef73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/bindings/interface/SBFrameDocstrings.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ See also SBThread."
8787
no additional arguments.
8888
The register-set SBValue will have a name, e.g.
8989
SBFrame::GetRegisters().GetValueAtIndex(0).GetName()
90-
may be 'General Purpose Registers', but the general purpose
90+
By convention, certain stubs choose to name their general-purpose register-set the 'General Purpose Registers', but that is not required.
9191
register-set may not use that exact name, it is only a convention
9292
used by some stubs.
9393
A register-set SBValue will have children, one child per register

0 commit comments

Comments
 (0)