This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb/gdbserver ChangeLog lynx-low.c
- From: brobecke at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 17 Dec 2012 11:13:52 -0000
- Subject: src/gdb/gdbserver ChangeLog lynx-low.c
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