mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
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:
@ -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' \
|
||||
|
Reference in New Issue
Block a user