# Defines basic Tcl procs for OpenOCD server modules # Handle GDB 'R' packet. Can be overriden by configuration script, # but it's not something one would expect target scripts to do # normally proc ocd_gdb_restart {target_id} { # Fix!!! we're resetting all targets here! Really we should reset only # one target reset halt } type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 3d9acb15aa141fc1f1a263e9bdb9e383d27bbf65 (plain)
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