Skip to content

Commit 37d11e9

Browse files
committed
"fp" -> "flags" typeo in description of generic registers
the list of generic registers is meant to include LLDB_REGNUM_GENERIC_FLAGS but it copy & pasted the name "fp". rdar://100857252
1 parent e962fa7 commit 37d11e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/docs/lldb-gdb-remote.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ generic If the register is a generic register that most CPUs have, classify
806806
ABI) would include a "generic=fp;" key value pair)
807807
ra (a return address register. for example "name=lr;" (32 bit ARM)
808808
would include a "generic=ra;" key value pair)
809-
fp (a CPU flags register. for example "name=eflags;" (i386),
809+
flags (a CPU flags register. for example "name=eflags;" (i386),
810810
"name=rflags;" (x86_64), "name=cpsr;" (32 bit ARM)
811811
would include a "generic=flags;" key value pair)
812812
arg1 - arg8 (specified for registers that contain function

0 commit comments

Comments
 (0)