* Makefile.in (all, clean mostlyclean, distclean maintainer-clean)
[deliverable/binutils-gdb.git] / gdb / gdb_indent.sh
index ee0d0fb9a8a0ed62a8a168e1368cc460bdf005ef..41b95d2642b48178984d83ed0fe1cf0b4a6fe13b 100755 (executable)
@@ -73,8 +73,11 @@ esac
 
 types="\
 -T FILE \
--T bfd -T asection \
--T prgregset_t -T fpregset_t -T gregset_t \
+-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 \
+-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' \
This page took 0.025126 seconds and 4 git commands to generate.