This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA/doco] Remove reference to PROC_NAME_FMT


This macro was deprecated and is now no longer used.

2009-04-16  Joel Brobecker  <brobecker@adacore.com>

        * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
        This macro is no longer used.

Tested by rebuilding the html version of gdbint.
OK to commit?

Thanks,
-- 
Joel
commit b8fba7fa7995d814a1b0bf33c33fe4ffef045c77
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Thu Apr 16 00:05:00 2009 -0700

        * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
        This macro is no longer used.

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]