We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e9f58 commit 6c22257Copy full SHA for 6c22257
.gdbinit
@@ -1955,7 +1955,7 @@ class Registers(Dashboard.Module):
1955
# fetch registers status
1956
registers = []
1957
for name in register_list:
1958
- # Exclude registers with a dot '.' or parse_and_eval() will fail
+ # exclude registers with a dot '.' or parse_and_eval() will fail
1959
if '.' in name:
1960
continue
1961
value = gdb.parse_and_eval('${}'.format(name))
0 commit comments