Changes in uspace/app/taskdump/taskdump.c [63594c0:7e752b2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskdump/taskdump.c
r63594c0 r7e752b2 326 326 327 327 sym_pc = fmt_sym_address(pc); 328 printf("Thread %p : PC =%s. FP = %p\n", (void *) thash,328 printf("Thread %p crashed at %s. FP = %p\n", (void *) thash, 329 329 sym_pc, (void *) fp); 330 330 free(sym_pc);
Note:
See TracChangeset
for help on using the changeset viewer.