go_user(5709dd38,0,0,7b,0) at 0x82151ac
db>
-Here sys_ktrace, allproc_scan, etc represent function names. Functions are listed in the reverse order they were called. Thus, in this particular example, the last function which was called is ktrdestroy(). The hex values in parentheses are the first five items on the stack. The last hex value is the instruction address. Since ddb doesn't really know how many arguments a function takes, it always prints five.
+Here sys_ktrace, allproc_scan, etc represent function names. Functions are listed in the reverse order they were called. Thus, in this particular example, the last function which was called is ktrdestroy(). The hex values in parentheses are the first five items on the stack. The last hex value is the [instruction address](http://en.wikipedia.org/wiki/Program_counter). Since ddb doesn't really know how many arguments a function takes, it always prints five.
# Gdb