2004-09-27 Andrew Cagney <cagney@gnu.org>

* gdb_indent.sh (types): Add caddr_t to list of predefined types.
This commit is contained in:
Andrew Cagney 2004-09-27 13:43:37 +00:00
parent 9ace95c196
commit b2ed1746df
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-09-27 Andrew Cagney <cagney@gnu.org>
* gdb_indent.sh (types): Add caddr_t to list of predefined types.
2004-09-26 Mark Kettenis <kettenis@gnu.org>
* fbsd-proc.c: Remove file.

View File

@ -77,6 +77,7 @@ types="\
-T prgregset_t -T fpregset_t -T gregset_t -T sigset_t \
-T td_thrhandle_t -T td_event_msg_t -T td_thr_events_t \
-T td_notify_t -T td_thr_iter_f -T td_thrinfo_t \
-T caddr_t \
`cat *.h | sed -n \
-e 's/^.*[^a-z0-9_]\([a-z0-9_]*_ftype\).*$/-T \1/p' \
-e 's/^.*[^a-z0-9_]\([a-z0-9_]*_func\).*$/-T \1/p' \