diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-04-17 17:18:49 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-04-17 17:18:49 +0000 |
commit | 93d5ebedfa1bb80e190e53dac3e39ad1cecc1dc1 (patch) | |
tree | 54023bcf13d67baf768a359c081fd9bb2737e525 /gdb/gdb_indent.sh | |
parent | 6abbaebbd57d86f1d6f9a98c2b6439d1f1333fbb (diff) | |
download | gdb-93d5ebedfa1bb80e190e53dac3e39ad1cecc1dc1.tar.gz |
2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
* gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
as types.
Diffstat (limited to 'gdb/gdb_indent.sh')
-rwxr-xr-x | gdb/gdb_indent.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/gdb_indent.sh b/gdb/gdb_indent.sh index 555098c1081..b21016107ad 100755 --- a/gdb/gdb_indent.sh +++ b/gdb/gdb_indent.sh @@ -75,6 +75,8 @@ types="\ -T FILE \ -T bfd -T asection -T pid_t \ -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 \ `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' \ |