summaryrefslogtreecommitdiff
path: root/net-wireless/kismet/files/gdb
blob: de8dea91fa02aa46e6639ed2566a920da6b2e7ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set pagination off
handle SIGPIPE nostop noprint pass
handle SIGINT nostop noprint pass
set logging file kismet-gdb.txt
set logging on

run --debug --no-ncurses

catch throw
  bt
  info threads
  thread apply all bt full
  quit
end