summaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-10-18 12:28:05 +0000
committerMark Kettenis <kettenis@gnu.org>2003-10-18 12:28:05 +0000
commitcd0a41444e4a7cd936cdb9f427e498e7813deede (patch)
tree643c22c22f79c8d1c81ae7622c8b3790821e713f /gdb/doc
parent5cdc69647afa6aadf1d4e15694cb7253f02b9de5 (diff)
downloadgdb-cd0a41444e4a7cd936cdb9f427e498e7813deede.tar.gz
* gdbint.texinfo (Target Architecture Definition): Document
regset_from_core_section.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdbint.texinfo8
2 files changed, 11 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 150269e2654..d81239f862c 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-18 Mark Kettenis <kettenis@gnu.org>
+
+ * gdbint.texinfo (Target Architecture Definition): Document
+ regset_from_core_section.
2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index 76e8dbde26d..46fcab1b06d 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -38,7 +38,7 @@ Free Documentation License''.
@page
@tex
\def\$#1${{#1}} % Kluge: collect RCS revision info without $...$
-\xdef\manvers{\$Revision: 1.175 $} % For use in headers, footers too
+\xdef\manvers{\$Revision: 1.176 $} % For use in headers, footers too
{\parskip=0pt
\hfill Cygnus Solutions\par
\hfill \manvers\par
@@ -3596,6 +3596,12 @@ Convert the value of register @var{reg} from its virtual form to its raw
form.
@xref{Target Architecture Definition, , Raw and Virtual Register Representations}.
+@item const struct regset *regset_from_core_section (struct gdbarch * @var{gdbarch}, const char * @var{sect_name}, size_t @var{sect_size})
+@findex regset_from_core_section
+Return the appropriate register set for a core file section with name
+@var{sect_name} and size @var{sect_size}.
+
+
@item RETURN_VALUE_ON_STACK(@var{type})
@findex RETURN_VALUE_ON_STACK
@cindex returning structures by value