diff options
author | Jon Doron <arilou@gmail.com> | 2019-05-29 09:41:45 +0300 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-06-12 17:53:23 +0100 |
commit | 2704efad514da6600481bef8686ddb786c10c62b (patch) | |
tree | 6f4763cf1d80fb06ed02c48d536b1f6822cbc19b /target/openrisc/gdbstub.c | |
parent | 8536ec02fe0659bfa943ede9cbdb9ea54b66f674 (diff) |
gdbstub: Implement generic set/query (Q/q pkt) with new infra
The generic set/query packets contains implementation for varioius
sub-commands which are required for GDB and also additional commands
which are QEMU specific.
To see which QEMU specific commands are available use the command
gdb> maintenance packet qqemu.Supported
Currently the only implemented QEMU specific command is the command
that sets the single step behavior.
gdb> maintenance packet qqemu.sstepbits
Will display the MASK bits used to control the single stepping.
gdb> maintenance packet qqemu.sstep
Will display the current value of the mask used when single stepping.
gdb> maintenance packet Qqemu.sstep:HEX_VALUE
Will change the single step mask.
Signed-off-by: Jon Doron <arilou@gmail.com>
Message-Id: <20190529064148.19856-18-arilou@gmail.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'target/openrisc/gdbstub.c')
0 files changed, 0 insertions, 0 deletions