src/gdb/gdbserver ChangeLog lynx-low.c
brobecke@sourceware.org
brobecke@sourceware.org
Mon Dec 17 11:13:00 GMT 2012
CVSROOT: /cvs/src
Module name: src
Changes by: brobecke@sourceware.org 2012-12-17 11:13:52
Modified files:
gdb/gdbserver : ChangeLog lynx-low.c
Log message:
Add PTRACE_GETTRACESIG handling in ptrace_request_to_str
We use this ptrace request when handling SIGTRAP signals,
and without this change, the debug trances show:
PTRACE (<unknown-request>, ...
This patch fixes this.
gdb/gdbserver/ChangeLog:
* lynx-low.c (ptrace_request_to_str): Add handling for
PTRACE_GETTRACESIG.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/ChangeLog.diff?cvsroot=src&r1=1.657&r2=1.658
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/lynx-low.c.diff?cvsroot=src&r1=1.11&r2=1.12
More information about the Gdb-cvs
mailing list