cysignals
cysignals copied to clipboard
cysignals-CSI is too gdb-centric
trafficstars
AFAIK, gdb doesn't really help with clang-compiled binaries (one would rather use LLVM-based debugger, lldb), so it ought to be made more generic.
We're already having trouble getting gdb to work properly (#52). I don't want to worry now about other debuggers.
Well, I have a problem with clang-built Sage that might well be related to cysignals in threaded setting, and I am reduced to debugging via print() and coredumps.