[Lldb-commits] [lldb] 163ccfa - [lldb][NFC] whitespace reflow
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 6 15:05:17 PST 2025
Author: Jason Molenda
Date: 2025-02-06T15:04:29-08:00
New Revision: 163ccfac33201948eb430db6fac38d265958cfaa
URL: https://github.com/llvm/llvm-project/commit/163ccfac33201948eb430db6fac38d265958cfaa
DIFF: https://github.com/llvm/llvm-project/commit/163ccfac33201948eb430db6fac38d265958cfaa.diff
LOG: [lldb][NFC] whitespace reflow
Added:
Modified:
lldb/bindings/interface/SBFrameDocstrings.i
Removed:
################################################################################
diff --git a/lldb/bindings/interface/SBFrameDocstrings.i b/lldb/bindings/interface/SBFrameDocstrings.i
index 723c1da7c26e2d..f6fb774111a16e 100644
--- a/lldb/bindings/interface/SBFrameDocstrings.i
+++ b/lldb/bindings/interface/SBFrameDocstrings.i
@@ -87,9 +87,8 @@ See also SBThread."
no additional arguments.
The register-set SBValue will have a name, e.g.
SBFrame::GetRegisters().GetValueAtIndex(0).GetName()
-By convention, certain stubs choose to name their general-purpose register-set the 'General Purpose Registers', but that is not required.
- register-set may not use that exact name, it is only a convention
- used by some stubs.
+ By convention, certain stubs choose to name their general-purpose
+ register-set the 'General Purpose Registers', but that is not required.
A register-set SBValue will have children, one child per register
in the register-set."
) lldb::SBFrame::GetRegisters;
More information about the lldb-commits
mailing list