Print /proc/<pid>/maps on segfault

This commit is contained in:
Drew DeVault 2016-01-28 07:56:46 -05:00
parent a6e57dd7ac
commit e5bb08cc18
3 changed files with 47 additions and 1 deletions

View file

@ -4,5 +4,6 @@
#include <stdio.h>
char *read_line(FILE *file);
char *read_line_buffer(FILE *file, char *string, size_t string_len);
#endif