mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-27 22:10:32 +00: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:
parent
9ace95c196
commit
b2ed1746df
@ -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.
|
||||
|
@ -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' \
|
||||
|
Loading…
Reference in New Issue
Block a user