Debug output tweaks in the Linux target backends
authorPedro Alves <palves@redhat.com>
Tue, 24 Mar 2015 18:31:51 +0000 (18:31 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 24 Mar 2015 18:31:51 +0000 (18:31 +0000)
commit2bf6fb9d85394f90abb3e21ee037a732b6e4c983
tree786dd76d884241d2ce534fa73a559aa446342a3d
parent283a99589a0780a3b1fc011885b630bd9223ebba
Debug output tweaks in the Linux target backends

This adds/tweaks a few debug logs I found useful recently.

gdb/gdbserver/ChangeLog:
2015-03-24  Pedro Alves  <palves@redhat.com>

* linux-low.c (check_stopped_by_breakpoint): Tweak debug log
output.  Also dump TRAP_TRACE.
(linux_low_filter_event): In debug output, distinguish a
resume_stop SIGSTOP from a delayed SIGSTOP.

gdb/ChangeLog:
2015-03-24  Pedro Alves  <palves@redhat.com>

* linux-nat.c (linux_nat_resume): Output debug logs before trying
to resume the event lwp.  Use the lwp's ptid instead of the passed
in (maybe wildcard) ptid.
(stop_wait_callback): Tweak debug log output.
(check_stopped_by_breakpoint): Tweak debug log output.  Also dump
TRAP_TRACE.
(linux_nat_filter_event): In debug output, distinguish a
resume_stop SIGSTOP from a delayed SIGSTOP.  Output debug logs
before trying to resume the lwp.
gdb/ChangeLog
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c
gdb/linux-nat.c
This page took 0.02859 seconds and 4 git commands to generate.