summaryrefslogtreecommitdiff
path: root/solenv/bin/gdbtrycatchtrace
blob: 636985a14d4528d104298395f041510686a47d25 (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 on
set logging overwrite on
run
bt
quit
set logging off
echo log is saved as gdbtrace.log\n