diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-02-04 23:59:26 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-02-04 23:59:26 +0000 |
commit | e9be73e47f3f6d7b88e4ff14cacc7d9e49b73de3 (patch) | |
tree | ceb7d2a84bad09f8ca0518ac86bca28a3633ab0f /gdb/doc | |
parent | 05d57f6f5fbacf6aa8c5d28964c65b2daa9fc58f (diff) | |
download | gdb-e9be73e47f3f6d7b88e4ff14cacc7d9e49b73de3.zip gdb-e9be73e47f3f6d7b88e4ff14cacc7d9e49b73de3.tar.gz gdb-e9be73e47f3f6d7b88e4ff14cacc7d9e49b73de3.tar.bz2 |
2003-02-04 Andrew Cagney <ac131313@redhat.com>
* values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
* TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
* utils.c (init_page_info): Delete reference to MPW in comments.
* main.c (captured_main): Delete #ifdef MPW.
Index: doc/ChangeLog
2003-02-04 Andrew Cagney <ac131313@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Delete
descrption of IS_TRAPPED_INTERNALVAR.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 3 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 7 |
2 files changed, 3 insertions, 7 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index ca3a59c..abd5de9 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,8 @@ 2003-02-04 Andrew Cagney <ac131313@redhat.com> + * gdbint.texinfo (Target Architecture Definition): Delete + descrption of IS_TRAPPED_INTERNALVAR. + From Keith Seitz <keiths@redhat.com>: * gdb.texinfo (Interpreters): New chapter. Refer the command-line option "-i"/"--interpreter" to this chapter. Include index diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index cf35a28..0bed0aa 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -3437,13 +3437,6 @@ method like @code{INTEGER_TO_ADDRESS} certainly makes it possible for @xref{Target Architecture Definition, , Pointers Are Not Always Addresses}. -@item IS_TRAPPED_INTERNALVAR (@var{name}) -@findex IS_TRAPPED_INTERNALVAR -This is an ugly hook to allow the specification of special actions that -should occur as a side-effect of setting the value of a variable -internal to @value{GDBN}. Currently only used by the h8500. Note that this -could be either a host or target conditional. - @item NEED_TEXT_START_END @findex NEED_TEXT_START_END Define this if @value{GDBN} should determine the start and end addresses of the |