Changeset e515b21a in mainline for uspace/lib/libc/include/stdlib.h


Ignore:
Timestamp:
2010-01-26T21:31:56Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3698e44
Parents:
80487bc5
Message:

Make stacktrace implementation in C library more generic. Use it in taskdump to print a stack trace of the faulting task.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/stdlib.h

    r80487bc5 re515b21a  
    4242#define abort() \
    4343        do { \
    44                 stack_trace(); \
     44                stacktrace_print(); \
    4545                _exit(1); \
    4646        } while (0)
Note: See TracChangeset for help on using the changeset viewer.