jhb fc8bd4c1c0 Updates and tweaks to the new trace functionality:
- Use db_printf() instead of printf().
- Clean up decode_syscall() to use regular if-then-else rather than goto's.
- Use the same method of parsing PID's for per-process traces as the x86
  code does: that is, if the address passed in is not a valid kernel
  address, treat it is a decimal pid.
- If the pid of the current process is specified, fall back to using the
  "default" parameters for the trace as curproc's pcb is not valid at this
  point.

MFC after:	1 week
2001-06-15 20:27:44 +00:00
..
2001-06-15 07:53:20 +00:00
2001-06-09 05:21:17 +00:00
2001-06-15 00:07:27 +00:00
2001-06-11 12:39:29 +00:00
2001-06-15 07:56:36 +00:00
2001-06-15 08:01:21 +00:00
2001-03-20 10:42:49 +00:00
2001-06-11 12:39:29 +00:00
2001-06-11 12:39:29 +00:00
2001-06-14 11:05:01 +00:00
2001-06-15 07:42:58 +00:00
2001-06-15 07:44:39 +00:00
2001-06-11 19:17:05 +00:00