added support to dump registers on crash on Linux x64

This commit is contained in:
antirez
2012-01-20 12:54:15 +01:00
parent d4d208595c
commit eea8c7a4f8
2 changed files with 29 additions and 1 deletions

View File

@ -20,6 +20,7 @@
#include <syslog.h>
#include <netinet/in.h>
#include <lua.h>
#include <signal.h>
#include "ae.h" /* Event driven programming library */
#include "sds.h" /* Dynamic safe strings */