diff options
| author | Jon Doron | 2019-05-29 08:41:45 +0200 |
|---|---|---|
| committer | Alex Bennée | 2019-06-12 18:53:23 +0200 |
| commit | 2704efad514da6600481bef8686ddb786c10c62b (patch) | |
| tree | 6f4763cf1d80fb06ed02c48d536b1f6822cbc19b /scripts/switch-timer-api | |
| parent | gdbstub: Implement v commands with new infra (diff) | |
| download | qemu-2704efad514da6600481bef8686ddb786c10c62b.tar.gz qemu-2704efad514da6600481bef8686ddb786c10c62b.tar.xz qemu-2704efad514da6600481bef8686ddb786c10c62b.zip | |
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 'scripts/switch-timer-api')
0 files changed, 0 insertions, 0 deletions
