mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-29 04:53:56 +08:00
* gdbint.texinfo (Target Architecture Definition): Document
regset_from_core_section.
This commit is contained in:
parent
3c8d2541fe
commit
0ab4b75282
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user