[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 11:48:45 PDT 2017


On Tue, 29 Aug 2017 20:17:57 +0200, meister via lldb-dev wrote:
> (i) My program detects an error and enters into its debugger.
> (ii) It forks a debugging process and that interacts with the user who uses it to debug the main process.
> (iii) The debugger process shuts down and the main process continues.

For catching runtime errors on Linux you should just SEGV and system crash
reporter will catch it, backtrace it, bugreport it etc.  At least ABRT in
Fedora/RHEL case, other distros have some similar tools for that.

And developers should run the program under debugger in the first place.


Jan


More information about the lldb-dev mailing list