summaryrefslogtreecommitdiffstats
path: root/source4/script/gdb_backtrace
Commit message (Collapse)AuthorAgeFilesLines
* r19149: ladebug needs to have the stoponattach flag setStefan Metzmacher2007-10-101-6/+11
| | | | | | | to generate the current backtrace without waiting for a signal... metze (This used to be commit d86100289a3a857456e2d4441c290ca2ea2330ff)
* r19128: - make the gdb_backtrace script more portableStefan Metzmacher2007-10-101-19/+68
| | | | | | | | | | | - try /proc/${PID}/exe first - fallback to the binary given on the commandline - fallback searching the binary with 'which' from the commandline argument - use 'ladebug' debugger on Tru64 metze (This used to be commit f792a9532d0e263984c37d32bcf059b955e20b2c)
* r10527: don't attempt self gdb attach if running under valgrind. This wasAndrew Tridgell2007-10-101-0/+5
| | | | | causing fort to get rather unhappy (This used to be commit cc3e15e19cfde45fdfa63ca0a44dbbbefa723d6a)
* r8680: try harder to find the binary for gdb in the backtraceAndrew Tridgell2007-10-101-0/+11
| | | | (This used to be commit e84871dd3232de73104bee81dd877cc329cd1970)
* r8678: setup for gdb backtrace in 'make test'Andrew Tridgell2007-10-101-0/+17
(This used to be commit acf8c8fd4995acef47390df5a7d4e611c597367d)