Searched refs:bp_type (Results 1 – 10 of 10) sorted by relevance
54 enum bp_type enum74 enum bp_type type = REG_BP; in mi_cmd_break_insert()
1116 wp_type, enum bp_type): Move from here.1500 * mi-main.c (bp_type): New enumeration.
436 if (bp->bp_type == B_PT_BEGIN) in rules_do() 439 if (bp->bp_type == B_PT_END) in rules_do() 442 assert(bp->bp_type == B_PT_PROBE); in rules_do() 578 if (bp->bp_type != B_PT_PROBE) { in rules_setup() 579 if (bp->bp_type == B_PT_BEGIN) { in rules_setup() 584 if (bp->bp_type == B_PT_END) {630 if (bp->bp_type != B_PT_PROBE) in rules_teardown() 661 if (bp->bp_type != B_PT_PROBE || in rule_eval() 688 if (bp->bp_type != B_PT_PROBE) { in rule_printmaps() 689 if (bp->bp_type in rule_printmaps() [all...]
49 } bp_type; /* BEGIN, END or 'probe' */ member
318 if (probe->bp_type != B_PT_PROBE) in br_new() 421 bp->bp_type = ptype; in ba_new0()
655 BreakpointSite::Type bp_type = bp_site->GetType(); in DisableBreakpointSite() local656 if (bp_type == BreakpointSite::eExternal) { in DisableBreakpointSite()
3984 allocate_bp_location (struct breakpoint *bpt, enum bptype bp_type) in allocate_bp_location() argument3993 switch (bp_type) in allocate_bp_location()5855 enum bptype bp_type; in watch_command_1() local5891 bp_type = bp_read_watchpoint; in watch_command_1()5893 bp_type = bp_access_watchpoint; in watch_command_1()5895 bp_type = bp_hardware_watchpoint; in watch_command_1()5898 if (mem_cnt == 0 && bp_type != bp_hardware_watchpoint) in watch_command_1()5902 i = hw_watchpoint_used_count (bp_type, &other_type_used); in watch_command_1()5904 TARGET_CAN_USE_HARDWARE_WATCHPOINT (bp_type, i + mem_cnt, in watch_command_1()5906 if (target_resources_ok == 0 && bp_type != bp_hardware_watchpoint) in watch_command_1()[all …]
1432 * breakpoint.c (allocate_bp_location): Take bpt and bp_type
1167 bp_type = packet.get_hex_uint('big')1172 s += g_bp_types[bp_type]
3018 BreakpointSite::Type bp_type = bp_site->GetType(); in DisableBreakpointSite() local3019 switch (bp_type) { in DisableBreakpointSite()