summary refs log tree commit diff stats
path: root/tools/nim-gdb.py
Commit message (Collapse)AuthorAgeFilesLines
* rename cast opcodes, fix for 32bit cast, fix python pretty printer (#12207)Arne Döring2019-09-181-4/+4
|
* $ command in gdb now works (#10956)Arne Döring2019-04-151-10/+37
|
* add NimFrameFilter to nim-gdb.py (#10873)Arne Döring2019-03-261-0/+16
|
* add gdb commands: koch, nim, nimble (#10741)Arne Döring2019-02-261-0/+54
| | | | | * add gdb commands: koch, nim, nimble * make commands path independent
* precise printer injectionArne Döring2019-01-211-5/+14
|
* gdb pretty printer survive reloadArne Döring2019-01-211-8/+8
|
* fixes #9276 (#9317)Arne Döring2018-10-241-0/+19
|
* Gdb pretty printers (#8263)Arne Döring2018-07-161-0/+513
-24 11:54:30 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2016-04-24 11:54:30 -0700 2864 - replace all address:shared with just address' href='/akkartik/mu/commit/045closure_name.cc?h=main&id=b0bf5321de2ba32f3b92c2faf6b7b68a06b6b432'>b0bf5321 ^
82ac0b7e ^

1ead3562 ^
b0bf5321 ^

bc643692 ^

1ead3562 ^
82ac0b7e ^

d9025124 ^
82ac0b7e ^


436b2b2e ^
2199940a ^
82ac0b7e ^
363be37f ^
82ac0b7e ^
436b2b2e ^
b2e4056d ^
82ac0b7e ^

363be37f ^
795f5244 ^
57d01f21 ^
b24eb476 ^
795f5244 ^
82ac0b7e ^
b24eb476 ^
ab6ed192 ^
0487a30e ^
c6034af3 ^

795f5244 ^
c6034af3 ^
b0bf5321 ^
c6034af3 ^
b0bf5321 ^

9dcbec39 ^
82ac0b7e ^

ae256ea1 ^

9dcbec39 ^
35064671 ^

9dcbec39 ^
ae256ea1 ^
3e5f4358 ^
9dcbec39 ^
3e5f4358 ^

f3760b0f ^
f22250a1 ^
9dcbec39 ^
82ac0b7e ^

795f5244 ^
57d01f21 ^
9dcbec39 ^
57d01f21 ^

f22250a1 ^
82ac0b7e ^



82ac0b7e ^


b24eb476 ^

82ac0b7e ^
1b76245c ^
82ac0b7e ^

ae256ea1 ^
1b76245c ^
b24eb476 ^
82ac0b7e ^
363be37f ^
1e38eee5 ^
363be37f ^

82ac0b7e ^




b24eb476 ^
82ac0b7e ^
f3760b0f ^
9dcbec39 ^
b24eb476 ^
1b76245c ^
82ac0b7e ^
1b76245c ^
1e38eee5 ^
82ac0b7e ^







b24eb476 ^
82ac0b7e ^
f3760b0f ^
9dcbec39 ^
1e38eee5 ^
82ac0b7e ^
f22250a1 ^

82ac0b7e ^

5f98a10c ^
b24eb476 ^

82ac0b7e ^
ae256ea1 ^

9dcbec39 ^
e4630643 ^

ae256ea1 ^
82ac0b7e ^
f3760b0f ^
82ac0b7e ^
1e38eee5 ^


1ead3562 ^
1e38eee5 ^


9dcbec39 ^

2655ae72 ^



















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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178