gdb/
authorYao Qi <yao@codesourcery.com>
Tue, 26 Apr 2011 15:36:04 +0000 (15:36 +0000)
committerYao Qi <yao@codesourcery.com>
Tue, 26 Apr 2011 15:36:04 +0000 (15:36 +0000)
commitaf96c192dc633d0a7a2380d7fbaccd43c039f38f
treee5e27f1f1e79c55dbd95f340b4452bacf7371345
parent72b016b4ac0d7532a8f173fe3472e2e88ac49d45
gdb/

        * linux-nat.c: Move common macros to ...
        Include linux-ptrace.h.
        * common/linux-ptrace.h: ... here.  New.

gdb/gdbserver/

        * linux-low.c: Move common macros to linux-ptrace.h.
        Include linux-ptrace.h.
* Makefile.in (linux_ptrace_h): New.
(linux-low.o): Depends on linux-ptrace.h.
gdb/ChangeLog
gdb/common/linux-ptrace.h [new file with mode: 0644]
gdb/gdbserver/ChangeLog
gdb/gdbserver/Makefile.in
gdb/gdbserver/linux-low.c
gdb/linux-nat.c
This page took 0.032793 seconds and 4 git commands to generate.