diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-03-30 12:57:44 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-03-30 12:57:44 +0000 |
commit | 8807d78becbc8b26407c953a4f6e952b3905c1cf (patch) | |
tree | e7df7024bb928465f5a26d4ac7bf4c4bc4dc05ed /gdb/doc | |
parent | ced572fe59eb777ae12ef149d8c77a4836dde226 (diff) | |
download | gdb-8807d78becbc8b26407c953a4f6e952b3905c1cf.zip gdb-8807d78becbc8b26407c953a4f6e952b3905c1cf.tar.gz gdb-8807d78becbc8b26407c953a4f6e952b3905c1cf.tar.bz2 |
* Makefile.in (SFILES): Remove nlmread.c.
(COMMON_OBS): Remove nlmread.o.
(nlmread.o): Delete rule.
* README: Delete reference to remote-st.c.
* acinclude.m4 (CY_AC_TCL_LYNX_POSIX): Delete.
* defs.h (enum gdb_osabi): Delete GDB_OSABI_NETWARE and
GDB_OSABI_LYNXOS.
* i386-tdep.c (i386_nw_init_abi, i386_nlm_osabi_sniffer): Delete.
(_initialize_i386_tdep): Do not reference them.
* nlmread.c: Delete file.
* osabi.c (gdb_osabi_names): Remove NetWare and LynxOS.
* target.c: Doc update.
* thread.c: Delete commented include.
* config/alpha/tm-alpha.h: Doc update.
* gdb.texinfo (Startup): Delete references to some alternate
names for .gdbinit.
(Thread): Remove LynxOS reference.
(Tandem ST2000): Delete target-specific documentation.
* gdbint.texinfo (Symbol Handling): Remove mention of NLM.
(Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
and GDB_OSABI_LYNXOS.
* config/netware.exp: Delete file.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 10 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 80 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 14 |
3 files changed, 13 insertions, 91 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 7827a54..9242433 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,13 @@ +2007-03-30 Daniel Jacobowitz <dan@codesourcery.com> + + * gdb.texinfo (Startup): Delete references to some alternate + names for .gdbinit. + (Thread): Remove LynxOS reference. + (Tandem ST2000): Delete target-specific documentation. + * gdbint.texinfo (Symbol Handling): Remove mention of NLM. + (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE + and GDB_OSABI_LYNXOS. + 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com> * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index c3bb561..0eee55e 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -1240,38 +1240,14 @@ option (@pxref{Mode Options, ,Choosing modes}). @cindex init file name @cindex @file{.gdbinit} -The @value{GDBN} init files are normally called @file{.gdbinit}. -On some configurations of @value{GDBN}, the init file is known by a -different name (these are typically environments where a specialized -form of @value{GDBN} may need to coexist with other forms, hence a -different name for the specialized version's init file). These are the -environments with special init file names: - -@itemize @bullet @cindex @file{gdb.ini} -@item +The @value{GDBN} init files are normally called @file{.gdbinit}. The DJGPP port of @value{GDBN} uses the name @file{gdb.ini}, due to the limitations of file names imposed by DOS filesystems. The Windows ports of @value{GDBN} use the standard name, but if they find a @file{gdb.ini} file, they warn you about that and suggest to rename the file to the standard name. -@cindex @file{.vxgdbinit} -@item -VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit} - -@cindex @file{.os68gdbinit} -@item -OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit} - -@cindex @file{.esgdbinit} -@item -ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit} - -@item -CISCO 68k: @file{.cisco-gdbinit} -@end itemize - @node Quitting GDB @section Quitting @value{GDBN} @@ -2296,10 +2272,10 @@ Whenever @value{GDBN} detects a new thread in your program, it displays the target system's identification for the thread with a message in the form @samp{[New @var{systag}]}. @var{systag} is a thread identifier whose form varies depending on the particular system. For example, on -LynxOS, you might see +@sc{gnu}/Linux, you might see @smallexample -[New process 35 thread 27] +[New Thread 46912507313328 (LWP 25582)] @end smallexample @noindent @@ -14294,7 +14270,6 @@ acceptable commands. * SH:: Renesas SH * Sparclet:: Tsqware Sparclet * Sparclite:: Fujitsu Sparclite -* ST2000:: Tandem ST2000 * Z8000:: Zilog Z8000 * AVR:: Atmel AVR * CRIS:: CRIS @@ -15324,55 +15299,6 @@ remote protocol. @end table -@node ST2000 -@subsection Tandem ST2000 - -@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's -STDBUG protocol. - -To connect your ST2000 to the host system, see the manufacturer's -manual. Once the ST2000 is physically attached, you can run: - -@smallexample -target st2000 @var{dev} @var{speed} -@end smallexample - -@noindent -to establish it as your debugging environment. @var{dev} is normally -the name of a serial device, such as @file{/dev/ttya}, connected to the -ST2000 via a serial line. You can instead specify @var{dev} as a TCP -connection (for example, to a serial line attached via a terminal -concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}. - -The @code{load} and @code{attach} commands are @emph{not} defined for -this target; you must load your program into the ST2000 as you normally -would for standalone operation. @value{GDBN} reads debugging information -(such as symbols) from a separate, debugging version of the program -available on your host computer. -@c FIXME!! This is terribly vague; what little content is here is -@c basically hearsay. - -@cindex ST2000 auxiliary commands -These auxiliary @value{GDBN} commands are available to help you with the ST2000 -environment: - -@table @code -@item st2000 @var{command} -@kindex st2000 @var{cmd} -@cindex STDBUG commands (ST2000) -@cindex commands to STDBUG (ST2000) -Send a @var{command} to the STDBUG monitor. See the manufacturer's -manual for available commands. - -@item connect -@cindex connect (to STDBUG) -Connect the controlling terminal to the STDBUG command monitor. When -you are done interacting with STDBUG, typing either of two character -sequences gets you back to the @value{GDBN} command prompt: -@kbd{@key{RET} ~ .} (Return, followed by tilde and period) or -@kbd{@key{RET} ~ Ctrl-d} (Return, followed by tilde and control-D). -@end table - @node Z8000 @subsection Zilog Z8000 diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index b7b3f46..97fca00 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -2114,12 +2114,6 @@ SOM, which is a cross-language ABI). The SOM reader is in @file{hpread.c}. -@subsection Other File Formats - -@cindex Netware Loadable Module format -Other file formats that have been supported by @value{GDBN} include Netware -Loadable Modules (@file{nlmread.c}). - @section Debugging File Formats This section describes characteristics of debugging information that @@ -2677,18 +2671,10 @@ Windows CE. @item GDB_OSABI_GO32 DJGPP. -@findex GDB_OSABI_NETWARE -@item GDB_OSABI_NETWARE -Novell NetWare. - @findex GDB_OSABI_IRIX @item GDB_OSABI_IRIX Irix. -@findex GDB_OSABI_LYNXOS -@item GDB_OSABI_LYNXOS -LynxOS. - @findex GDB_OSABI_INTERIX @item GDB_OSABI_INTERIX Interix (Posix layer for MS-Windows systems). |