Home | History | Annotate | Download | only in runtime

Lines Matching defs:backtrace

36 #include "backtrace-supported.h"
37 #include "backtrace.h"
72 #define ERRHDR "\nCould not print backtrace: "
145 /* Display the backtrace. */
170 /* If symbolic backtrace is not supported on this target, or would
172 simple backtrace. */
180 backtrace, if debug symbols are available. */
190 /* Function called by the front-end translating the BACKTRACE intrinsic. */
192 extern void backtrace (void);
193 export_proto (backtrace);
196 backtrace (void)