Home
last modified time | relevance | path

Searched refs:breakpoint_find (Results 1 – 25 of 33) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/src/osd/modules/debugger/win/
H A Ddisasmbasewininfo.cpp119 const debug_breakpoint *bp = debug->breakpoint_find(address); in update_menu()
170 const debug_breakpoint *bp = debug->breakpoint_find(address); in handle_command()
208 const debug_breakpoint *bp = debug->breakpoint_find(address); in handle_command()
/dports/emulators/mame/mame-mame0226/src/osd/modules/debugger/win/
H A Ddisasmbasewininfo.cpp119 const debug_breakpoint *bp = debug->breakpoint_find(address); in update_menu()
170 const debug_breakpoint *bp = debug->breakpoint_find(address); in handle_command()
208 const debug_breakpoint *bp = debug->breakpoint_find(address); in handle_command()
/dports/emulators/mess/mame-mame0226/src/osd/modules/debugger/qt/
H A Ddasmwindow.cpp145 const debug_breakpoint *bp = cpuinfo->breakpoint_find(address); in toggleBreakpointAtCursor()
176 const debug_breakpoint *bp = cpuinfo->breakpoint_find(address); in enableBreakpointAtCursor()
232 const debug_breakpoint *bp = cpuinfo->breakpoint_find(address); in dasmViewUpdated()
H A Dmainwindow.cpp224 const debug_breakpoint *bp = cpuinfo->breakpoint_find(address); in toggleBreakpointAtCursor()
252 const debug_breakpoint *bp = cpuinfo->breakpoint_find(address); in enableBreakpointAtCursor()
410 const debug_breakpoint *bp = cpuinfo->breakpoint_find(address); in dasmViewUpdated()
/dports/emulators/mame/mame-mame0226/src/osd/modules/debugger/qt/
H A Ddasmwindow.cpp145 const debug_breakpoint *bp = cpuinfo->breakpoint_find(address); in toggleBreakpointAtCursor()
176 const debug_breakpoint *bp = cpuinfo->breakpoint_find(address); in enableBreakpointAtCursor()
232 const debug_breakpoint *bp = cpuinfo->breakpoint_find(address); in dasmViewUpdated()
H A Dmainwindow.cpp224 const debug_breakpoint *bp = cpuinfo->breakpoint_find(address); in toggleBreakpointAtCursor()
252 const debug_breakpoint *bp = cpuinfo->breakpoint_find(address); in enableBreakpointAtCursor()
410 const debug_breakpoint *bp = cpuinfo->breakpoint_find(address); in dasmViewUpdated()
/dports/devel/openocd/openocd-0.11.0/src/target/
H A Dbreakpoints.h68 struct breakpoint *breakpoint_find(struct target *target, target_addr_t address);
H A Dhla_target.c470 if (!breakpoint_find(target, buf_get_u32(pc->value, 0, 32)) in adapter_resume()
495 breakpoint = breakpoint_find(target, resume_pc); in adapter_resume()
556 breakpoint = breakpoint_find(target, pc_value); in adapter_step()
H A Dlakemont.c942 bp = breakpoint_find(t, eip-1); in lakemont_poll()
1015 bp = breakpoint_find(t, eip); in lakemont_resume()
1056 bp = breakpoint_find(t, eip); in lakemont_step()
H A Dmips_mips64.c650 bp = breakpoint_find(target, (uint64_t) resume_pc); in mips_mips64_resume()
733 bp = breakpoint_find(target, buf_get_u64(pc->value, 0, 64)); in mips_mips64_step()
H A Dcortex_m.c852 if (!breakpoint_find(target, buf_get_u32(r->value, 0, 32)) in cortex_m_resume()
863 breakpoint = breakpoint_find(target, resume_pc); in cortex_m_resume()
921 breakpoint = breakpoint_find(target, pc_value); in cortex_m_step()
978 if ((pc_value & 0x02) && breakpoint_find(target, pc_value & ~0x03)) { in cortex_m_step()
H A Davr32_ap7k.c349 breakpoint = breakpoint_find(target, resume_pc); in avr32_ap7k_resume()
H A Dbreakpoints.c405 struct breakpoint *breakpoint_find(struct target *target, target_addr_t address) in breakpoint_find() function
H A Dmips_m4k.c479 breakpoint = breakpoint_find(target, resume_pc); in mips_m4k_internal_restore()
562 breakpoint = breakpoint_find(target, in mips_m4k_step()
H A Desirisc.c892 breakpoint = breakpoint_find(target, address); in esirisc_resume_or_step()
1062 breakpoint = breakpoint_find(target, in esirisc_debug_entry()
H A Dxscale.c1054 breakpoint_find(target, buf_get_u32(ibcr0->value, 0, 32) & 0xfffffffe); in xscale_enable_single_step()
1159 breakpoint = breakpoint_find(target, in xscale_resume()
1422 breakpoint = breakpoint_find(target, in xscale_step()
/dports/emulators/mess/mame-mame0226/src/osd/modules/debugger/osx/
H A Ddisassemblyviewer.mm180 const debug_breakpoint *bp = device.debug()->breakpoint_find(address);
207 const debug_breakpoint *bp = device.debug()->breakpoint_find(address);
259 breakpoint = [dasmView source]->device()->debug()->breakpoint_find([dasmView selectedAddress]);
H A Ddebugconsole.mm241 const debug_breakpoint *bp = [dasmView source]->device()->debug()->breakpoint_find(address);
258 …const debug_breakpoint *bp = [dasmView source]->device()->debug()->breakpoint_find([dasmView selec…
571 breakpoint = [dasmView source]->device()->debug()->breakpoint_find([dasmView selectedAddress]);
/dports/emulators/mame/mame-mame0226/src/osd/modules/debugger/osx/
H A Ddisassemblyviewer.mm180 const debug_breakpoint *bp = device.debug()->breakpoint_find(address);
207 const debug_breakpoint *bp = device.debug()->breakpoint_find(address);
259 breakpoint = [dasmView source]->device()->debug()->breakpoint_find([dasmView selectedAddress]);
H A Ddebugconsole.mm241 const debug_breakpoint *bp = [dasmView source]->device()->debug()->breakpoint_find(address);
258 …const debug_breakpoint *bp = [dasmView source]->device()->debug()->breakpoint_find([dasmView selec…
571 breakpoint = [dasmView source]->device()->debug()->breakpoint_find([dasmView selectedAddress]);
/dports/emulators/mess/mame-mame0226/src/emu/debug/
H A Ddebugcpu.h94 const debug_breakpoint *breakpoint_find(offs_t address) const;
H A Ddvdisasm.cpp363 dasm.m_is_bp = source.device()->debug()->breakpoint_find(adr) != nullptr; in complete_information()
/dports/emulators/mame/mame-mame0226/src/emu/debug/
H A Ddebugcpu.h94 const debug_breakpoint *breakpoint_find(offs_t address) const;
H A Ddvdisasm.cpp363 dasm.m_is_bp = source.device()->debug()->breakpoint_find(adr) != nullptr; in complete_information()
/dports/devel/openocd/openocd-0.11.0/src/target/openrisc/
H A Dor1k.c568 if (breakpoint_find(target, addr)) in or1k_debug_entry()
862 breakpoint = breakpoint_find(target, resume_pc); in or1k_resume_or_step()

12