You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-wireless/kismet/files/gdb

15 lines
232 B

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