[Lldb-commits] [lldb] [lldb][NFC] Add documentation for SBFrame::GetRegisters (PR #125969)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 5 21:54:19 PST 2025
================
@@ -78,6 +78,22 @@ See also SBThread."
See also GetFunctionName()."
) lldb::SBFrame::IsInlined;
+%feature("docstring", "
+ Returns an SBValueList which is an array of one or more register
+ sets that exist for this thread.
+ Each SBValue in the SBValueList represents one register-set.
+ The first register-set will be the general purpose registers --
+ the registers printed by the `register read` command-line lldb, with
----------------
jasonmolenda wrote:
I think in my head this started as "the registers printed by the `register read` command in command-line lldb" and it got a little mangled somewhere along the way.
https://github.com/llvm/llvm-project/pull/125969
More information about the lldb-commits
mailing list