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 _______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev