Home
last modified time | relevance | path

Searched refs:block_for_pc (Results 1 – 10 of 10) sorted by relevance

/freebsd-9-stable/contrib/gdb/gdb/
Dblock.h153 extern struct block *block_for_pc (CORE_ADDR);
Dblockframe.c250 return block_for_pc (pc); in get_frame_block()
259 bl = block_for_pc (pc); in get_pc_function_start()
Dblock.c154 block_for_pc (CORE_ADDR pc) in block_for_pc() function
Dalpha-mdebug-tdep.c96 struct block *b = block_for_pc (pc); in find_proc_desc()
Dtracepoint.c960 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()
Dinfcall.c513 struct block *b = block_for_pc (funaddr); in call_function_by_hand()
Dbreakpoint.c569 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()
Dstack.c1664 return block_for_pc (pc); in get_selected_block()
Deval.c855 b = block_for_pc (funaddr); in evaluate_subexp_standard()
Dmips-tdep.c2291 struct block *b = block_for_pc (pc); in non_heuristic_proc_desc()