forked from zihong/JavaScriptCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimple_debug.c
More file actions
executable file
·342 lines (293 loc) · 6.7 KB
/
simple_debug.c
File metadata and controls
executable file
·342 lines (293 loc) · 6.7 KB
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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
#line 1 "simple_debug.rl"
/**
* debugger state machine (for JSCDebugger)
*/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#ifdef DEBUG_PARSER
#include <fcntl.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <unistd.h>
namespace JSCDebug
{
class JSCDebugger {
// control execution
public:
const unsigned char* evaluateInCurrentFrame(const unsigned char *scriptSource, unsigned *outLen) { *outLen = strlen((char *)scriptSource); return scriptSource; };
void continueProgram() {};
void stepIntoStatement() {};
void stepOverStatement() {};
void stepOutOfFunction() {};
};
}
#endif
extern "C" {
enum {
kInvalidCommand = 0,
kNextCommand,
kStepIntoCommand,
kBacktraceCommand,
kBreakpointCommand,
kEvalCommand,
kPrintCommand,
kContinueCommand,
kRepeatLastCommand
};
void performAction(int command, char **args, JSCDebug::JSCDebugger *debugger, int socket);
int parseInput(int file, JSCDebug::JSCDebugger *debugger);
#line 78 "simple_debug.rl"
#line 56 "simple_debug.c"
static const char _simple_debug_actions[] = {
0, 1, 0, 1, 2, 1, 3, 1,
4, 1, 5, 2, 1, 6
};
static const char _simple_debug_key_offsets[] = {
0, 0, 2, 3, 4, 5, 6, 7,
8, 9, 11, 12, 13, 14, 15, 16,
17, 19, 20, 21
};
static const char _simple_debug_trans_keys[] = {
10, 111, 110, 116, 105, 110, 117, 101,
10, 32, 118, 10, 10, 97, 108, 32,
10, 10, 116, 101, 112, 99, 101, 110,
115, 0
};
static const char _simple_debug_single_lengths[] = {
0, 2, 1, 1, 1, 1, 1, 1,
1, 2, 1, 1, 1, 1, 1, 1,
2, 1, 1, 4
};
static const char _simple_debug_range_lengths[] = {
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0
};
static const char _simple_debug_index_offsets[] = {
0, 0, 3, 5, 7, 9, 11, 13,
15, 17, 20, 22, 24, 26, 28, 30,
32, 35, 37, 39
};
static const char _simple_debug_trans_targs[] = {
19, 2, 0, 3, 0, 4, 0, 5,
0, 6, 0, 7, 0, 8, 0, 19,
0, 10, 12, 0, 0, 11, 19, 11,
13, 0, 14, 0, 10, 0, 19, 0,
19, 17, 0, 18, 0, 15, 0, 1,
9, 15, 16, 0, 0
};
static const char _simple_debug_trans_actions[] = {
9, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 9,
0, 0, 0, 0, 0, 1, 11, 0,
0, 0, 0, 0, 0, 0, 7, 0,
7, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0
};
static const char _simple_debug_to_state_actions[] = {
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 3
};
static const char _simple_debug_from_state_actions[] = {
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 5
};
static const int simple_debug_start = 19;
static const int simple_debug_first_final = 19;
static const int simple_debug_error = 0;
static const int simple_debug_en_main = 19;
#line 81 "simple_debug.rl"
void performAction(int command, char **args, JSCDebug::JSCDebugger *debugger, int socket)
{
switch (command) {
case kNextCommand:
printf("step over\n");
debugger->stepOverStatement();
break;
case kStepIntoCommand:
printf("step into\n");
debugger->stepIntoStatement();
break;
case kContinueCommand:
debugger->continueProgram();
break;
case kEvalCommand:
printf("eval: '%s'\n", *args);
unsigned outLen;
const unsigned char *result = debugger->evaluateInCurrentFrame((unsigned char *)*args, &outLen);
write(socket, result, outLen);
free(*args); *args = NULL;
break;
}
}
int parseInput(int file, JSCDebug::JSCDebugger *debugger)
{
#define BUF_SIZE 128
char buff[BUF_SIZE];
memset(buff, '\0', BUF_SIZE);
// machine state
int cs, act;
char *ts, *te = 0;
// arguments storage
char *args = NULL, *argsBegin = NULL;
#line 168 "simple_debug.c"
{
cs = simple_debug_start;
ts = 0;
te = 0;
act = 0;
}
#line 118 "simple_debug.rl"
ssize_t readBytes;
while ((readBytes = read(file, buff, BUF_SIZE))) {
char *p = buff, *eof = buff + readBytes;
char *pe = eof;
#line 183 "simple_debug.c"
{
int _klen;
unsigned int _trans;
const char *_acts;
unsigned int _nacts;
const char *_keys;
if ( p == pe )
goto _test_eof;
if ( cs == 0 )
goto _out;
_resume:
_acts = _simple_debug_actions + _simple_debug_from_state_actions[cs];
_nacts = (unsigned int) *_acts++;
while ( _nacts-- > 0 ) {
switch ( *_acts++ ) {
case 3:
#line 1 "NONE"
{ts = p;}
break;
#line 204 "simple_debug.c"
}
}
_keys = _simple_debug_trans_keys + _simple_debug_key_offsets[cs];
_trans = _simple_debug_index_offsets[cs];
_klen = _simple_debug_single_lengths[cs];
if ( _klen > 0 ) {
const char *_lower = _keys;
const char *_mid;
const char *_upper = _keys + _klen - 1;
while (1) {
if ( _upper < _lower )
break;
_mid = _lower + ((_upper-_lower) >> 1);
if ( (*p) < *_mid )
_upper = _mid - 1;
else if ( (*p) > *_mid )
_lower = _mid + 1;
else {
_trans += (unsigned int)(_mid - _keys);
goto _match;
}
}
_keys += _klen;
_trans += _klen;
}
_klen = _simple_debug_range_lengths[cs];
if ( _klen > 0 ) {
const char *_lower = _keys;
const char *_mid;
const char *_upper = _keys + (_klen<<1) - 2;
while (1) {
if ( _upper < _lower )
break;
_mid = _lower + (((_upper-_lower) >> 1) & ~1);
if ( (*p) < _mid[0] )
_upper = _mid - 2;
else if ( (*p) > _mid[1] )
_lower = _mid + 2;
else {
_trans += (unsigned int)((_mid - _keys)>>1);
goto _match;
}
}
_trans += _klen;
}
_match:
cs = _simple_debug_trans_targs[_trans];
if ( _simple_debug_trans_actions[_trans] == 0 )
goto _again;
_acts = _simple_debug_actions + _simple_debug_trans_actions[_trans];
_nacts = (unsigned int) *_acts++;
while ( _nacts-- > 0 )
{
switch ( *_acts++ )
{
case 0:
#line 61 "simple_debug.rl"
{
argsBegin = p;
}
break;
case 1:
#line 64 "simple_debug.rl"
{
if (args) {
free(args);
}
ssize_t len = p - argsBegin;
args = (char *)calloc(len + 1, 1);
memcpy(args, argsBegin, len);
}
break;
case 4:
#line 74 "simple_debug.rl"
{te = p+1;{ performAction(kNextCommand, NULL, debugger, file); }}
break;
case 5:
#line 75 "simple_debug.rl"
{te = p+1;{ performAction(kContinueCommand, NULL, debugger, file); }}
break;
case 6:
#line 76 "simple_debug.rl"
{te = p+1;{ performAction(kEvalCommand, &args, debugger, file); }}
break;
#line 297 "simple_debug.c"
}
}
_again:
_acts = _simple_debug_actions + _simple_debug_to_state_actions[cs];
_nacts = (unsigned int) *_acts++;
while ( _nacts-- > 0 ) {
switch ( *_acts++ ) {
case 2:
#line 1 "NONE"
{ts = 0;}
break;
#line 310 "simple_debug.c"
}
}
if ( cs == 0 )
goto _out;
if ( ++p != pe )
goto _resume;
_test_eof: {}
_out: {}
}
#line 124 "simple_debug.rl"
if (cs == simple_debug_error) {
printf("parser error @ '%s'", p);
return -1;
}
}
return 0;
}
} // extern "C"
#ifdef DEBUG_PARSER
int main(int argc, char **argv) {
if (argc > 0) {
int file = open(argv[1], O_RDONLY);
JSCDebug::JSCDebugger *debugger = new JSCDebug::JSCDebugger();
parseInput(file, debugger);
close(file);
}
}
#endif