• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:tracee

1312 	will be delivered to the tracee.
1497 Do not silently truncate tracee addresses to current_wordsize.
1499 extension issues with tracee addresses, and invalid addresses should
1514 Do not silently truncate tracee addresses to current_wordsize.
1516 extension issues with tracee addresses, and invalid addresses should
1671 When sizeof(kernel_ureg_t) > sizeof(long), the tracee address passed
1673 and return EIO when the tracee address does not fit into unsigned long.
1843 arch_sigreturn: change tracee address type from long to unsigned long.
2085 process: change tracee address type from unsigned long to kernel_ureg_t.
2113 desc: change tracee address type from long to kernel_ureg_t.
2142 * poll.c (decode_poll_exiting): Change tracee address argument type
2145 printrusage*: change tracee address argument type from long to kernel_ureg_t
2150 * wait.c (printwaitn): Change the type of tracee address argument
2153 print_time*: change tracee address argument type from long to kernel_ureg_t
2157 * desc.c (decode_select): Change the type of tracee address argument
2262 * defs.h (decode_sockaddr) Change tracee address argument type from long
2296 umove*: change tracee address argument type from long to kernel_ureg_t.
2298 umoven_or_printaddr_ignore_syserror): Change tracee address argument
2300 (print_array): Change the type of tracee address argument of umoven_func
2303 umoven_or_printaddr_ignore_syserror): Change tracee address argument
2305 (print_array): Change the type of tracee address argument of umoven_func
2307 * desc.c (umove_kulong_array_or_printaddr): Change tracee address
2400 mem: change tracee address type from unsigned long to kernel_ureg_t.
2402 SYS_FUNC(subpage_prot)): Change the type of variables containing tracee
2441 poll: change tracee address type from unsigned long to kernel_ureg_t.
2443 all tracee address variables from unsigned long to kernel_ureg_t.
2449 pathtrace: change tracee address type from unsigned long to kernel_ureg_t
2452 (pathtrace_match): Change the type of all tracee address variables
2527 print_array: change tracee address type from unsigned long to kernel_ureg_t
2530 * util.c (print_array): Likewise. Change the type of all tracee
2881 as the tracee's size of kernel_ulong_t type.
3363 Introduce a synchronization mechanism between the tracee and its peer.
3365 * tests/redirect.test: Change timeout file to $OUT. Let the tracee
3905 Move two global flags to tracee scope.
12464 address in the tracee's USER area.
17282 work with personality-dependent (mpers) types of tracee's data. Create
17457 Introduce a new helper function to fetch tracee's long integers
17462 * aio.c (sys_io_submit): Use it to fetch tracee's pointers.
17568 structure which definition significantly depends on tracee's
17642 successfully fetched necessary data from tracee's memory.
17681 Fix printing tracee's long integers.
17683 from tracee's memory with printnum_ptr, printnum_slong, and printnum_ulong
17684 that fetch tracee's pointer, signed long, and unsigned long integers.
19702 a pointer to struct_sysent of the previous syscall of this tracee.
21051 Pass pointers to tracee's memory as integers instead of pointers.
24759 (get_scno) [AARCH64]: Call shuffle_scno when the tracee is in 32-bit mode.
25870 * strace.c (detach): If PTRACE_SEIZE API is in use, stop the tracee
26046 the tracee before it calls execve unless in -D mode. That is, the
26059 tracee.
28007 just after tracee has stopped.
28218 process_vm_readv may return ESRCH if tracee was killed, don't complain.
28316 Therefore, we no longer suspend new tracee until parent is seen
29635 * defs.h: Change the meaning of TCB_ATTACHED: now it means "this tracee
29636 is attached to us". Add TCB_STRACE_CHILD: "this tracee is our child".
30107 On Ctrl-C induced detach, send SIGINT to child tracee, not SIGTERM.
30109 (cleanup): If we exiting due to signal, send that signal to child tracee.
30120 - PTRACE_EVENT_STOP will be generated if tracee is group-stopped.
30122 This leaves tracee stopped. This fixes the inability to SIGSTOP or ^Z
30137 to not let tracee run.
30176 (umoven): Use process_vm_readv for block reads of tracee memory.
30504 Do not detach from tracee which experienced ptrace error.
30520 * strace (trace): Do not detach from tracee which experienced ptrace error.
30888 Clear TCB_STARTUP and initialize tracee on the very first tracee stop.
31660 doing it just one extra time once per each tracee is hardly measurable.
31669 since we no longer detach when we think tracee is going to die,
31694 we suspend tracee: when we pick up a new tracee created by clone/fork/vfork.
31702 On Linux, we use two methods of catching new tracee:
31705 In both cases, it may be so that new tracee appears before one which
31707 suspends new tracee until its creator returns. Only then
31729 Do not detach when we think tracee is going to die.
31733 Also, it detaches from a tracee when signal delivery is detected
31734 which will cause tracee to exit.
32230 Print at least one space between SYSCALL(ARGS) and = RESULT if tracee is killed
32232 tracee is gone (SIGKILLed?) sometimes we were printing this:
32964 set PTRACE_SETOPTIONS when we see the initial stop of tracee.
32972 tracee. Since PTRACE_O_TRACECLONE/*FORK were introduced to kernel