Searched refs:proc_trace_syscalls (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | procfs.c | 5711 proc_trace_syscalls (char *args, int from_tty, int entry_or_exit, int mode) in proc_trace_syscalls() function 5756 proc_trace_syscalls (args, from_tty, PR_SYSENTRY, FLAG_SET); in proc_trace_sysentry_cmd() 5762 proc_trace_syscalls (args, from_tty, PR_SYSEXIT, FLAG_SET); in proc_trace_sysexit_cmd() 5768 proc_trace_syscalls (args, from_tty, PR_SYSENTRY, FLAG_RESET); in proc_untrace_sysentry_cmd() 5774 proc_trace_syscalls (args, from_tty, PR_SYSEXIT, FLAG_RESET); in proc_untrace_sysexit_cmd()
|