Searched refs:first_loc (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | breakpoint.c | 4246 if (b.has_locations () && b.first_loc ().pspace != inf->pspace) in breakpoint_init_inferior() 5756 if (b.type == bp_hardware_watchpoint && &bl != &b.first_loc ()) in build_bpstat_chain() 6487 || !b->first_loc ().enabled || b->first_loc ().disabled_by_cond))) in print_one_breakpoint_location() 6491 loc = &b->first_loc (); in print_one_breakpoint_location() 6591 *last_loc = &b->first_loc (); in print_one_breakpoint_location() 6881 || !b->first_loc ().enabled in print_one_breakpoint() 6882 || b->first_loc ().disabled_by_cond)))) in print_one_breakpoint() 7890 b->locspec = new_address_location_spec (b->first_loc ().address, NULL, 0); in create_thread_event_breakpoint() 7918 && b.first_loc ().pspace == current_program_space) in remove_jit_event_breakpoints() 7927 && b.first_loc ().pspace == current_program_space) in remove_solib_event_breakpoints() [all …]
|
| D | breakpoint.h | 683 bp_location &first_loc () in first_loc() function 690 const bp_location &first_loc () const in first_loc() function
|
| D | tracefile.c | 416 tp->first_loc ().address); in tracefile_fetch_registers()
|
| D | elfread.c | 972 && b_return->first_loc ().requested_address == prev_pc in elf_gnu_ifunc_resolver_stop() 1039 func_func->set_address (b->first_loc ().related_address); in elf_gnu_ifunc_resolver_return_stop()
|
| D | tracefile-tfile.c | 667 addr = tp->first_loc ().address; in tfile_get_traceframe_address()
|
| D | infrun.c | 971 tp->control.step_resume_breakpoint->first_loc ().enabled = 1; in follow_inferior_reset_breakpoints() 978 tp->control.exception_resume_breakpoint->first_loc ().enabled = 1; in follow_inferior_reset_breakpoints() 2759 gdb_assert (tp->control.step_resume_breakpoint->first_loc () in resume_1() 7623 && sr_bp->first_loc ().permanent in process_event_stop_test() 7625 && sr_bp->first_loc ().address == ecs->event_thread->prev_pc) in process_event_stop_test()
|
| D | tracectf.c | 1533 addr = tp->first_loc ().address; in ctf_get_traceframe_address()
|
| D | tracepoint.c | 2747 return &t->first_loc (); in get_traceframe_location()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/tui/ |
| D | tui-winsource.c | 667 if (bp.first_loc ().cond) in update_breakpoint_info()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gimplify.cc | 8285 location_t first_loc = UNKNOWN_LOCATION; in gimplify_omp_depend() local 8312 if (first_loc == UNKNOWN_LOCATION) in gimplify_omp_depend() 8313 first_loc = OMP_CLAUSE_LOCATION (c); in gimplify_omp_depend() 8679 cond = build2_loc (first_loc, NE_EXPR, boolean_type_node, cnts[0], in gimplify_omp_depend() 8680 size_binop_loc (first_loc, PLUS_EXPR, counts[0], in gimplify_omp_depend() 8683 cond = build2_loc (first_loc, TRUTH_OR_EXPR, boolean_type_node, cond, in gimplify_omp_depend() 8684 build2_loc (first_loc, NE_EXPR, boolean_type_node, in gimplify_omp_depend() 8686 size_binop_loc (first_loc, PLUS_EXPR, in gimplify_omp_depend() 8697 prev = size_binop_loc (first_loc, PLUS_EXPR, counts[i], prev); in gimplify_omp_depend() 8698 cond = build2_loc (first_loc, TRUTH_OR_EXPR, boolean_type_node, cond, in gimplify_omp_depend() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | parser.cc | 21962 location_t first_loc = UNKNOWN_LOCATION; in cp_parser_asm_definition() local 21997 if (!first_loc) in cp_parser_asm_definition() 21998 first_loc = loc; in cp_parser_asm_definition() 22011 if (!first_loc) in cp_parser_asm_definition() 22012 first_loc = loc; in cp_parser_asm_definition() 22034 error_at (first_loc, "%<asm%> qualifier outside of function body"); in cp_parser_asm_definition() 42277 location_t first_loc = cp_lexer_peek_token (parser->lexer)->location; in cp_parser_omp_section_scan() local 42311 error_at (make_location (first_loc, last_loc, middle_loc), in cp_parser_omp_section_scan()
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 47628 gdb: add breakpoint::first_loc methods 47629 Add convenience first_loc methods to struct breakpoint (const and 47646 b->first_loc ()
|