summaryrefslogtreecommitdiffstats
path: root/solenv/bin/gdbtrycatchtrace
blob: 99b1500d9d74900edb19aeef7cf095c2367a9eba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
set pagination off
catch throw
commands
    bt
    cont
end
catch catch
commands
    bt
    cont
end
echo log will be saved as gdbtrace.log, this will take some time, patience...\n
set logging redirect on
set logging file gdbtrace.log
set logging enabled on
set logging overwrite on
run
bt
quit
set logging enabled off
echo log is saved as gdbtrace.log\n