diff options
author | jhb <jhb@FreeBSD.org> | 2001-04-09 21:43:45 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-04-09 21:43:45 +0000 |
commit | cd92f5e07a06ee13792a974210d5111b5cee25aa (patch) | |
tree | 85ea84b307d7ea9546eac0416d43b95f3fbdfac0 /lib/libpthread/thread/thr_sigwait.c | |
parent | 179a4916c8446b0872d547329066e18c2164af70 (diff) | |
download | FreeBSD-src-cd92f5e07a06ee13792a974210d5111b5cee25aa.zip FreeBSD-src-cd92f5e07a06ee13792a974210d5111b5cee25aa.tar.gz |
- One can now specify the decimal pid of a process to trace as a parameter.
Since pid's are not in the kernel address space, this doesn't conflict
with the funcionality of specifying an arbitrary frame pointer to the
trace command.
- If the first function of a backtrace maps to fork_trampoline, then this
is a newly fork'd process that has not been executed yet, so just print
out the first frame and then return for that case.
- Lower the default count from 65535 to 1024. ddb doesn't trace into
userland, and if the stack gets hosed and starts looping it's less
annoying.
Diffstat (limited to 'lib/libpthread/thread/thr_sigwait.c')
0 files changed, 0 insertions, 0 deletions