[lldb-dev] Linking the lldb C++API/library with other projects
Jan Kratochvil via lldb-dev
lldb-dev at lists.llvm.org
Tue Aug 29 12:11:10 PDT 2017
On Tue, 29 Aug 2017 21:05:32 +0200, meister via lldb-dev wrote:
> Common Lisp is a different kind of language - it’s never supposed to seg
> fault. :-)
>
> It’s a dynamic language that I am compiling to llvm-ir and using to call and
> drive C++ libraries.
> The integrated debugger takes over when an error is signaled
So "error is signaled" is like an assert()? assert() generates SIGABRT so
that system crash reporter will catch it, backtrace it, bugreport it etc.
Or a debugger will catch it the same way if developer has run it.
Jan
More information about the lldb-dev
mailing list