Searched refs:block_for_pc (Results 1 – 10 of 10) sorted by relevance
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | block.h | 153 extern struct block *block_for_pc (CORE_ADDR);
|
| D | blockframe.c | 250 return block_for_pc (pc); in get_frame_block() 259 bl = block_for_pc (pc); in get_pc_function_start()
|
| D | block.c | 154 block_for_pc (CORE_ADDR pc) in block_for_pc() function
|
| D | alpha-mdebug-tdep.c | 96 struct block *b = block_for_pc (pc); in find_proc_desc()
|
| D | tracepoint.c | 960 exp = parse_exp_1 (&p, block_for_pc (t->address), 1); in validate_actionline() 1300 block = block_for_pc (pc); in add_local_symbols() 1560 block_for_pc (t->address), 1); in encode_actions() 2354 block = block_for_pc (sals.sals[0].pc); in scope_info()
|
| D | infcall.c | 513 struct block *b = block_for_pc (funaddr); in call_function_by_hand()
|
| D | breakpoint.c | 569 b->cond = parse_exp_1 (&arg, block_for_pc (b->loc->address), 0); in condition_command() 4916 b->cond = parse_exp_1 (&arg, block_for_pc (b->loc->address), 0); in create_breakpoints() 5207 cond[i] = parse_exp_1 (&tok, block_for_pc (sals.sals[i].pc), in break_command_1() 5365 cond[i] = parse_exp_1 (&tok, block_for_pc (sals.sals[i].pc), 0); in do_captured_breakpoint() 7169 b->cond = parse_exp_1 (&s, block_for_pc (sals.sals[i].pc), 0); in breakpoint_re_set_one()
|
| D | stack.c | 1664 return block_for_pc (pc); in get_selected_block()
|
| D | eval.c | 855 b = block_for_pc (funaddr); in evaluate_subexp_standard()
|
| D | mips-tdep.c | 2291 struct block *b = block_for_pc (pc); in non_heuristic_proc_desc()
|