Skip to content

Commit

Permalink
Ignore SIGUSR1 sigs in gdb_server.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasocrow committed Feb 16, 2024
1 parent 644eea7 commit 559cb2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux_mode/qemu_snapshot/gdb_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export IMAGE=${LINUX_MODE_BASE}qemu_snapshot/target_vm/image/bookworm.img
gdb \
--ex "set confirm off" \
--ex "starti" \
--ex "handle SIGUSR1 noprint nostop" \
-x ${GDB_QEMU_PY_SCRIPT} \
--args ${QEMU} \
-m 2G \
Expand Down

0 comments on commit 559cb2a

Please sign in to comment.