]> granicus.if.org Git - strace/commit
2004-06-03 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Fri, 4 Jun 2004 01:50:45 +0000 (01:50 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 4 Jun 2004 01:50:45 +0000 (01:50 +0000)
commit7b54a7ae61d0eda798575f77d898a24dda7a0952
tree5b33a52631954a2a69701db2205605a30a8abdc6
parent25e8259c3655a3e3ace36f64276bb0f1ca39642c
2004-06-03  Roland McGrath  <roland@redhat.com>

* strace.c (main) [LINUX]: Expand TCBTAB as necessary for threads
attached.  Attach threads only under -f.  Set TCB_FOLLOWFORK in them.
(expand_tcbtab): New function, broken out of ...
* process.c (fork_tcb): ... here, call that.
* defs.h: Declare expand_tcbtab.
defs.h
process.c
strace.c