Add backtrace support for debugging
authorJouni Malinen <j@w1.fi>
Sat, 19 Dec 2009 16:40:54 +0000 (18:40 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 19 Dec 2009 16:40:54 +0000 (18:40 +0200)
commit930f704aacaf90b3f9119099aa1dc22f02818796
tree1d0db2179ba9fbd4e7de16fa92f3990616171b4c
parentf5d4a8ead4103da3e499e4236964ac654529f1f2
Add backtrace support for debugging

WPA_TRACE=y can now be used to enable internal backtrace support that
will provide more details about implementation errors, e.g., when some
resources are not released correctly. In addition, this will print out
a backtrace automatically if SIGSEGV is received.
hostapd/Makefile
src/utils/Makefile
src/utils/eloop.c
src/utils/trace.c [new file with mode: 0644]
src/utils/trace.h [new file with mode: 0644]
wpa_supplicant/Makefile