For this the only way I found is to directly enter "info reg" in the "Output" pane with the manual "Send".
This works, but the gdb output parsing is badly readble, as the special characters and not parsed correctly:
Code: Select all
rax 0x0
\t0
rbx 0x0
\t0
rcx 0xffffffffffffffff
\t-1
rdx 0x7ffff78bb9e0
\t140737346517472
..............
Code: Select all
rax 0x0 0
rbx 0x0 0
rcx 0xffffffffffffffff -1
rdx 0x7ffff78bb9e0 140737346517472
Is there any other way to show registers in a more readble way? A "Registers" tab would be the best!
Also the output parsing should be fixed...
Thanks
Bye