]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdbserver/ChangeLog
Add PTRACE_GETTRACESIG handling in ptrace_request_to_str
authorJoel Brobecker <brobecker@gnat.com>
Mon, 17 Dec 2012 11:13:52 +0000 (11:13 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 17 Dec 2012 11:13:52 +0000 (11:13 +0000)
commit037335a7a8203e0edafe636413b92f59717c9d2f
treef1b923268c9cab814459057a87b69376c9857d23
parent52d4cbd8055da09b56f655b8f80c3961b5da6d7c
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.
gdb/gdbserver/ChangeLog
gdb/gdbserver/lynx-low.c