Format the memory map information for a backtrace
The backtrace library is an unsupported feature, due to its fragility. For more information, see Backtraces in the QNX Neutrino technotes. |
#include <backtrace.h> int bt_sprn_memmap( bt_memmap_t *memmap, char *out, size_t outlen );
libbacktrace
Use the -l backtrace option to qcc to link against this library.
The bt_sprn_memmap() function formats the memory map information into out.
TBD: The exact format may change.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
bt_get_backtrace(), bt_init_accessor(), bt_load_memmap(), bt_release_accessor(), bt_set_flags(), bt_sprnf_addrs(), bt_translate_addrs(), bt_unload_memmap()
Backtraces in the QNX Neutrino technotes
pidin backtrace in the Utilities Reference