Home
last modified time | relevance | path

Searched hist:"66 bbe3e9b46112ec2fe35a7d6e79d8a9bb39d14a" (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/system/
H A Dmain.cdiff 66bbe3e9b46112ec2fe35a7d6e79d8a9bb39d14a Tue Oct 03 02:14:24 CDT 2023 Clément Chigot <chigot@adacore.com> softmmu: pass the main loop status to gdb "Wxx" packet

gdb_exit function aims to close gdb sessions and sends the exit code of
the current execution. It's being called by qemu_cleanup once the main
loop is over.
Until now, the exit code sent was always 0. Now that hardware can
shutdown this main loop with custom exit codes, these codes must be
transfered to gdb as well.

Signed-off-by: Clément Chigot <chigot@adacore.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-ID: <20231003071427.188697-3-chigot@adacore.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
H A Drunstate.cdiff 66bbe3e9b46112ec2fe35a7d6e79d8a9bb39d14a Tue Oct 03 02:14:24 CDT 2023 Clément Chigot <chigot@adacore.com> softmmu: pass the main loop status to gdb "Wxx" packet

gdb_exit function aims to close gdb sessions and sends the exit code of
the current execution. It's being called by qemu_cleanup once the main
loop is over.
Until now, the exit code sent was always 0. Now that hardware can
shutdown this main loop with custom exit codes, these codes must be
transfered to gdb as well.

Signed-off-by: Clément Chigot <chigot@adacore.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-ID: <20231003071427.188697-3-chigot@adacore.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
/openbmc/qemu/include/sysemu/
H A Dsysemu.hdiff 66bbe3e9b46112ec2fe35a7d6e79d8a9bb39d14a Tue Oct 03 02:14:24 CDT 2023 Clément Chigot <chigot@adacore.com> softmmu: pass the main loop status to gdb "Wxx" packet

gdb_exit function aims to close gdb sessions and sends the exit code of
the current execution. It's being called by qemu_cleanup once the main
loop is over.
Until now, the exit code sent was always 0. Now that hardware can
shutdown this main loop with custom exit codes, these codes must be
transfered to gdb as well.

Signed-off-by: Clément Chigot <chigot@adacore.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-ID: <20231003071427.188697-3-chigot@adacore.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>