libdebugme icon indicating copy to clipboard operation
libdebugme copied to clipboard

Automatically spawn gdb on error.

Results 1 libdebugme issues
Sort by recently updated
recently updated
newest added

``` # include # include # include # include static int fds[2]; static void sgsgvhndlr (int signr) { write (fds[1], &signr, 1); _Exit (EXIT_FAILURE); } static int err (int exit_code,...