diff options
author | Stu Grossman <grossman@cygnus> | 1994-09-01 22:57:32 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1994-09-01 22:57:32 +0000 |
commit | 736c56dedf807678bc0194ad67d9bd54d0e2b544 (patch) | |
tree | 93c90b73a83c25e0e108176aa7830e7db7832cec /gdb/nlm/gdbserve.def | |
parent | 9feea50607bcca12f68a75623db402bd2a9dea05 (diff) | |
download | gdb-736c56dedf807678bc0194ad67d9bd54d0e2b544.zip gdb-736c56dedf807678bc0194ad67d9bd54d0e2b544.tar.gz gdb-736c56dedf807678bc0194ad67d9bd54d0e2b544.tar.bz2 |
* rs6000-pinsn.c (print_insn): Use powerpc disassembler when
doing Power PC.
* config/powerpc/tm-ppc-nw.h: Define GDB_TARGET_POWERPC.
* config/i386/i386lynx.mh, config/m68k/m68klynx.mh,
config/rs6000/rs6000lynx.mh, config/sparc/sparclynx.mh: Enable
ser-tcp.
* nlm/Makefile.in: Get rid of NWSOURCE.
* nlm/alpha-io.S (inVti, outVti): Remove extraneous ldha's.
* nlm/gdbserve.o: Add dummy __main routine.
* nlm/gdbserve.def: Turn on debug.
Diffstat (limited to 'gdb/nlm/gdbserve.def')
-rw-r--r-- | gdb/nlm/gdbserve.def | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/nlm/gdbserve.def b/gdb/nlm/gdbserve.def index dceb56a..cbf8ab6 100644 --- a/gdb/nlm/gdbserve.def +++ b/gdb/nlm/gdbserve.def @@ -1,6 +1,6 @@ description "GDB debugger stub" version 1,2,0 -#debug +debug module clib screenname "System Console" input gdbserve.O @@ -28,7 +28,6 @@ import _TerminateNLM __GetScreenID __get_errno_ptr - _get_stdstream exit fprintf getcmd |