diff options
author | Stu Grossman <grossman@cygnus> | 1994-08-18 06:32:55 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1994-08-18 06:32:55 +0000 |
commit | b7da24943dbe07851c083336f4c352e6e2e41d74 (patch) | |
tree | a4e317f709103fd5840b842e74f8a6aee753e05d /gdb/nlm/gdbserve.def | |
parent | 8c074d7ada27e4eecda9fa92c79e5bc5cf23f77b (diff) | |
download | gdb-b7da24943dbe07851c083336f4c352e6e2e41d74.zip gdb-b7da24943dbe07851c083336f4c352e6e2e41d74.tar.gz gdb-b7da24943dbe07851c083336f4c352e6e2e41d74.tar.bz2 |
* Makefile.in (TARGET_FLAGS_TO_PASS): Pass down LD_FOR_TARGET and
NLMCONV_FOR_TARGET. (SUBDIRS): Add nlm target.
* configure.in (powerpc-*-netware*): Automatically configure nlm
subdir.
* nlm/Makefile.in: Add {CC NLMCONV LD}_FOR_TARGET. Remove alpha
specific stuff. Make things more configurable.
* nlm/configure.in: Add powerpc-*-netware* target. Use
gdbserve.mt/cpu.c/cpu.h for target stuff. Get rid of tm/xm/nm.h
files.
* nlm/gdbserve.c: Move Alpha specific stuff into other files.
Remove lots of architecture-specific stuff.
* nlm/gdbserve.def: Add new imports.
* nlm/ppc.c, nlm/ppc.h: New files that contain PowerPC specific code.
* nlm/prelude.c: Don't include libhooks.h, get rid of call to
register library.
* nlm/prelude.o: What was this doing here?
Diffstat (limited to 'gdb/nlm/gdbserve.def')
-rw-r--r-- | gdb/nlm/gdbserve.def | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gdb/nlm/gdbserve.def b/gdb/nlm/gdbserve.def index 7377fb4..a4e7f9d 100644 --- a/gdb/nlm/gdbserve.def +++ b/gdb/nlm/gdbserve.def @@ -2,8 +2,8 @@ description "GDB debugger stub" version 1,2,0 #debug screenname "System Console" -input gdbserve -output GDBSERVE.NLM +input gdbserve.O +output gdbserve.nlm start _Prelude exit _Stop import @@ -14,10 +14,12 @@ import GetThreadID KillMe LoadModule + ReadByteAltDebugger RegisterDebuggerRTag ResumeThread SuspendThread UnRegisterDebugger + WriteByteAltDebugger _GetCLibNLMLibHandle _NWRegisterNLMLibraryUser _SetupArgv @@ -29,9 +31,11 @@ import exit fprintf getcmd + memcmp memcpy memset sprintf strcmp strcpy strlen + strnicmp |