]> git.saurik.com Git - redis.git/commit - src/debug.c
all the stack trace related functions are now in debug.c. Now Redis dumps registers...
authorantirez <antirez@gmail.com>
Fri, 20 Jan 2012 11:20:45 +0000 (12:20 +0100)
committerantirez <antirez@gmail.com>
Fri, 20 Jan 2012 11:20:45 +0000 (12:20 +0100)
commitd4d208595c78d78196c926c55799bc81ae06f230
tree834711f5bd9909e0ee3a2f1fdf0e51e4ba294de4
parentf7ccc4830bfd9345452027020c12c100d01090ef
all the stack trace related functions are now in debug.c. Now Redis dumps registers and stack content on crash. Currently osx supported, adding Linux right now.
src/debug.c
src/redis.c
src/redis.h