bibo,mao 87f76d3aaf [IA64] find thread for user rbs address
I encountered one problem when running ptrace test case the situation
is this: traced process's syscall parameter needs to be accessed, but
for sys_clone system call with clone_flag (CLONE_VFORK | CLONE_VM |
SIGCHLD) parameter.  This syscall's parameter accessing result is wrong.

The reason is that vforked child process mm point is the same, but
tgid is different. Without this patch find_thread_for_addr will return
vforked process if vforked process is also stopped, but not the thread
which calls vfork syscall.

Signed-off-by: Tony Luck <tony.luck@intel.com>
2007-02-05 14:04:21 -08:00
..
2007-02-03 11:26:06 -08:00
2006-09-11 13:32:30 -04:00
2005-04-16 15:20:36 -07:00
2006-12-07 09:51:35 -08:00
2006-06-21 11:19:22 -07:00
2006-06-21 11:19:22 -07:00
2006-02-28 08:53:32 -08:00
2005-04-16 15:20:36 -07:00
2006-07-31 13:28:43 -07:00
2006-12-07 09:51:35 -08:00
2006-11-16 09:38:35 -08:00
2006-12-12 12:00:55 -08:00
2006-09-26 14:44:37 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-12-07 10:48:19 -08:00
2006-12-08 08:28:45 -08:00
2006-12-07 09:51:35 -08:00
2006-12-08 08:28:45 -08:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-10-17 14:51:49 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00