-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgdbscript.gdb
More file actions
43 lines (42 loc) · 743 Bytes
/
gdbscript.gdb
File metadata and controls
43 lines (42 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
b fp.c:5
# lines should be swapped for gdb
# commands 1
br com add 1
expr integer="STARTING"
expr string="STARTING"
# set variable integer="STARTING"
# set variable characters="STARTING"
# continue
#end
DONE
b fp.c:20
#commands 2
br com add 2
expr l="STARTING"
# expr nb="STARTING"
# expr f="STARTING"
# expr somechars="STARTING"
# set variable l="STARTING"
# set variable nb="STARTING"
# set variable f="STARTING"
# set variable somechars="STARTING"
# continue
#end
DONE
b fp.c:43
#commands 3
br com add 3
expr pointProving="STARTING"
# set variable pointProving="STARTING"
# continue
#end
DONE
settings set target.input-path fp.c
r 0.7 1
# r 0.7 1 < fp.c
#if !$_isvoid($_exitsignal)
# quit
#else
# shell echo ERRORERRORERROR
# bt
#end