2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Thu, 17 Apr 2003 17:18:49 +0000 (17:18 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Thu, 17 Apr 2003 17:18:49 +0000 (17:18 +0000)
        * 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.

gdb/ChangeLog
gdb/gdb_indent.sh

index 27bf2c8..fc34404 100644 (file)
@@ -1,3 +1,9 @@
+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.
+
 2003-04-16  Kevin Buettner  <kevinb@redhat.com>
 
        * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
index 555098c..b210161 100755 (executable)
@@ -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' \