dect
/
libdect
Archived
13
0
Fork 0
Commit Graph

3 Commits

Author SHA1 Message Date
Patrick McHardy 3c8698333b backtrace: fix warnings on 64 bit
src/backtrace.c: In function 'translate_addresses_buf':
src/backtrace.c:158: warning: field width should have type 'int', but argument 4 has type 'long unsigned int'
src/backtrace.c:158: warning: field width should have type 'int', but argument 4 has type 'long unsigned int'

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-12 11:04:13 +01:00
Patrick McHardy ef31045d3c backtrace: fix warnings and output on 32 bit
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-09-21 02:50:45 +02:00
Patrick McHardy f8bf6942ab debug: add libdect-specific assert-macro with optional backtrace support
Make assertions more useful by printing a backtrace on failed assertions.
Requires libbfd.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-09-14 22:07:09 +02:00