looking-glass/common
Quantum 5ad70ccc41 [common] crash/linux: generate core dump when handling SIGSEGV
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.
2021-02-27 13:34:03 +11:00
..
include/common [common] fix gcc format-truncation false positive 2021-02-22 01:39:28 +11:00
src [common] crash/linux: generate core dump when handling SIGSEGV 2021-02-27 13:34:03 +11:00
CMakeLists.txt [common] detect clang and disable warnings for unknown-warning-option 2021-02-22 01:54:46 +11:00