diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-04-16 17:42:00 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-04-16 17:42:00 +0000 |
commit | a2d5da46c6a273ee1c15a8b950d053e5211a7424 (patch) | |
tree | 0404976ec5aaf04916f0e3364603064645e702b9 /gdb/doc/gdbint.texinfo | |
parent | 37da21bceb17dfd7b123d4bf9d6d5d0f4da25589 (diff) | |
download | gdb-a2d5da46c6a273ee1c15a8b950d053e5211a7424.zip gdb-a2d5da46c6a273ee1c15a8b950d053e5211a7424.tar.gz gdb-a2d5da46c6a273ee1c15a8b950d053e5211a7424.tar.bz2 |
* gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
This macro is no longer used.
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index e4e08a3..daf55d0 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -5492,12 +5492,6 @@ undefined) in @file{nm-@var{system}.h}. An x86-based machine can define this to use the generic x86 watchpoint support; see @ref{Algorithms, I386_USE_GENERIC_WATCHPOINTS}. -@item PROC_NAME_FMT -@findex PROC_NAME_FMT -Defines the format for the name of a @file{/proc} device. Should be -defined in @file{nm.h} @emph{only} in order to override the default -definition in @file{procfs.c}. - @item SOLIB_ADD (@var{filename}, @var{from_tty}, @var{targ}, @var{readsyms}) @findex SOLIB_ADD Define this to expand into an expression that will cause the symbols in |