Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-cmd-break.c54 enum bp_type enum
74 enum bp_type type = REG_BP; in mi_cmd_break_insert()
H A DChangeLog-1999-20031116 wp_type, enum bp_type): Move from here.
1500 * mi-main.c (bp_type): New enumeration.
/openbsd-src/usr.sbin/btrace/
H A Dbtrace.c436 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...]
H A Dbt_parser.h49 } bp_type; /* BEGIN, END or 'probe' */ member
H A Dbt_parse.y318 if (probe->bp_type != B_PT_PROBE) in br_new()
421 bp->bp_type = ptype; in ba_new0()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp655 BreakpointSite::Type bp_type = bp_site->GetType(); in DisableBreakpointSite() local
656 if (bp_type == BreakpointSite::eExternal) { in DisableBreakpointSite()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dbreakpoint.c3984 allocate_bp_location (struct breakpoint *bpt, enum bptype bp_type) in allocate_bp_location() argument
3993 switch (bp_type) in allocate_bp_location()
5855 enum bptype bp_type; in watch_command_1() local
5891 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 …]
H A DChangeLog-20031432 * breakpoint.c (allocate_bp_location): Take bpt and bp_type
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dgdbremote.py1167 bp_type = packet.get_hex_uint('big')
1172 s += g_bp_types[bp_type]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3018 BreakpointSite::Type bp_type = bp_site->GetType(); in DisableBreakpointSite() local
3019 switch (bp_type) { in DisableBreakpointSite()