* gdbint.texinfo (Defining Other Architecture Features): Remove
enty for PROCESS_LINENUMBER_HOOK.
This commit is contained in:
parent
ba7758981e
commit
5c1e86e191
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-04-23 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* gdbint.texinfo (Defining Other Architecture Features): Remove
|
||||
enty for PROCESS_LINENUMBER_HOOK.
|
||||
|
||||
2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
|
||||
|
||||
* gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
|
||||
|
|
|
@ -4820,10 +4820,6 @@ guess the starting and ending addresses of the compilation unit from them.
|
|||
nonzero if a function argument of type @var{type} is passed by reference
|
||||
instead of value.
|
||||
|
||||
@item PROCESS_LINENUMBER_HOOK
|
||||
@findex PROCESS_LINENUMBER_HOOK
|
||||
A hook defined for XCOFF reading.
|
||||
|
||||
@item CORE_ADDR gdbarch_push_dummy_call (@var{gdbarch}, @var{function}, @var{regcache}, @var{bp_addr}, @var{nargs}, @var{args}, @var{sp}, @var{struct_return}, @var{struct_addr})
|
||||
@findex gdbarch_push_dummy_call
|
||||
@anchor{gdbarch_push_dummy_call} Define this to push the dummy frame's call to
|
||||
|
|
Loading…
Reference in a new issue