| /src/external/gpl3/gdb/dist/sim/ppc/ |
| events.c | 385 event_entry *to_do = events->queue; local 386 event_handler *handler = to_do->handler; 387 void *data = to_do->data; 388 events->queue = to_do->next; 391 to_do, 392 to_do->time_of_event, 395 free(to_do);
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| events.c | 385 event_entry *to_do = events->queue; local 386 event_handler *handler = to_do->handler; 387 void *data = to_do->data; 388 events->queue = to_do->next; 391 to_do, 392 to_do->time_of_event, 395 free(to_do);
|
| /src/external/gpl3/gdb/dist/gdb/compile/ |
| compile-loc2c.c | 70 TO_DO is a list of bytecodes which must be examined; it may be 78 std::vector<int> *to_do, 340 to_do->push_back (offset); 354 to_do->push_back (offset); 395 std::vector<int> to_do; 400 to_do.push_back (0); 404 while (!to_do.empty ()) 406 int ndx = to_do.back (); 407 to_do.pop_back (); 409 compute_stack_depth_worker (ndx, need_tempvar, info, &to_do, 394 std::vector<int> to_do; member in class:std [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/compile/ |
| compile-loc2c.c | 71 TO_DO is a list of bytecodes which must be examined; it may be 79 std::vector<int> *to_do, 341 to_do->push_back (offset); 355 to_do->push_back (offset); 396 std::vector<int> to_do; 401 to_do.push_back (0); 405 while (!to_do.empty ()) 407 int ndx = to_do.back (); 408 to_do.pop_back (); 410 compute_stack_depth_worker (ndx, need_tempvar, info, &to_do, 395 std::vector<int> to_do; member in class:std [all...] |
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-events.c | 871 sim_event *to_do) 873 switch (to_do->watching) 879 int nr_read = sim_core_read_buffer (sd, NULL, to_do->core_map, &word, \ 880 to_do->core_addr, sizeof (word)); \ 883 && (to_do->is_within \ 884 == (word >= to_do->lb##EXT \ 885 && word <= to_do->ub##EXT))); 953 unsigned_##N word = *(unsigned_##N*)to_do->host_addr; \ 955 ok = (to_do->is_within \ 956 == (word >= to_do->lb##EXT 1196 sim_event *to_do = events->watchpoints; local 1226 sim_event *to_do = events->queue; local [all...] |
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-events.c | 871 sim_event *to_do) 873 switch (to_do->watching) 879 int nr_read = sim_core_read_buffer (sd, NULL, to_do->core_map, &word, \ 880 to_do->core_addr, sizeof (word)); \ 883 && (to_do->is_within \ 884 == (word >= to_do->lb##EXT \ 885 && word <= to_do->ub##EXT))); 953 unsigned_##N word = *(unsigned_##N*)to_do->host_addr; \ 955 ok = (to_do->is_within \ 956 == (word >= to_do->lb##EXT 1196 sim_event *to_do = events->watchpoints; local 1226 sim_event *to_do = events->queue; local [all...] |