mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-15 13:32:58 +00:00
5ad70ccc41
Calling abort() instead of exit() will generate a core dump, allowing gdb to be used when the client crashes. This is desirable for the following reasons: 1. gdb can be used to inspect the call stack with far more detail than the our quick stack trace code, and also allows the access to the heap. 2. Our SIGSEGV handler is unable to use debug symbols for shared libraries, making it impossible to debug bugs involving drivers and similar. |
||
---|---|---|
.. | ||
include/common | ||
src | ||
CMakeLists.txt |