Displaying 4 results from an estimated 4 matches for "tracebak".
Did you mean:
traceback
2009 Oct 25
0
[LLVMdev] Producing a stack dump via libunwind?
...nd it is working well.
> Now, I would like to add the ability to produce a human-readable stack
> backtrace for exceptions which are not caught (or rather, which are
> caught by some top-level function which prints the exception's stack trace).
the Ada frontend does this in gcc/ada/tracebak.c.
Ciao,
Duncan.
2009 Oct 25
2
[LLVMdev] Producing a stack dump via libunwind?
I'm using the LLVM exception handling intrinsics, along with a custom
personality function, to do exception handling and it is working well. Now,
I would like to add the ability to produce a human-readable stack backtrace
for exceptions which are not caught (or rather, which are caught by some
top-level function which prints the exception's stack trace).
I'm assuming that the way to
2008 Feb 23
2
[LLVMdev] Printing a stack trace?
I'd like to be able to catch an exception and print a stack trace,
showing the call stack with source file and line number (using
embedded debugging information I would guess.) Obviously, I want the
call stack to be evaluated as lazily as possible - the actual throwing
of the exception should do as little up-front work as possible, with
the bulk of the work only being done if the the exception
2004 Oct 04
1
[LLVMdev] cfrontend-1.3.source: Compilation error
...-Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -o gnat1.exe ada/b_gnat1.o ada/adadecode.o ada/adaint.o ada/cstreams.o ada/cio.o ada/targtyps.o ada/decl.o ada/misc.o ada/utils.o ada/utils2.o ada/trans.o ada/cuintp.o ada/argv.o ada/raise.o ada/init.o ada/tracebak.o ada/ada.o ada/a-charac.o ada/a-chlat1.o ada/a-except.o ada/s-memory.o ada/s-traceb.o ada/s-mastop.o ada/s-except.o ada/ali.o ada/alloc.o ada/atree.o ada/butil.o ada/casing.o ada/checks.o ada/comperr.o ada/csets.o ada/cstand.o ada/debug.o ada/debug_a.o ada/einfo.o ada/elists.o ada/errout.o ada/eva...