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]

[patch/doc] ptid from core section


Hello,

Providing http://sourceware.org/ml/gdb-patches/2009-06/msg00079.html gets approved, this patch adds a clue about new callbacks in internal gdb documentation.

Thanks,

--
Aleksandar Ristovski
QNX Software Systems


* doc/gdbinit.texinfo (Adding support for debugging core files): Add information about ptid_from_core_section_name and core_section_name_from_ptid.

Index: gdb/doc/gdbint.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v
retrieving revision 1.303
diff -u -p -r1.303 gdbint.texinfo
--- gdb/doc/gdbint.texinfo	7 May 2009 18:40:43 -0000	1.303
+++ gdb/doc/gdbint.texinfo	4 Jun 2009 16:15:09 -0000
@@ -4429,7 +4429,9 @@ The prerequisite for adding core file su
 core file support in BFD.
 
 Once BFD support is available, writing the apropriate
-@code{regset_from_core_section} architecture function should be all
+@code{regset_from_core_section} and optionally
+@code{ptid_from_core_section_name} and @code{core_section_name_from_ptid}
+architecture functions should be all
 that is needed in order to add support for core files in @value{GDBN}.
 
 @node Defining Other Architecture Features 

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