Home
last modified time | relevance | path

Searched refs:EnableSoftwareBreakpoint (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDSoftwareBreakpoint.cpp74 …error = EnableSoftwareBreakpoint (process, addr, bp_opcode_size, bp_opcode_bytes, saved_opcode_byt… in CreateSoftwareBreakpoint()
93 SoftwareBreakpoint::EnableSoftwareBreakpoint (NativeProcessProtocol &process, lldb::addr_t addr, si… in EnableSoftwareBreakpoint() function in SoftwareBreakpoint
205 …return EnableSoftwareBreakpoint (m_process, m_addr, m_opcode_size, m_trap_opcodes, m_saved_opcodes… in DoEnable()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/common/
HDSoftwareBreakpoint.h48EnableSoftwareBreakpoint (NativeProcessProtocol &process, lldb::addr_t addr, size_t bp_opcode_size…
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDProcessPOSIX.cpp668 return EnableSoftwareBreakpoint(bp_site); in EnableBreakpointSite()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcess.h2689 EnableSoftwareBreakpoint (BreakpointSite *bp_site);
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp3192 return EnableSoftwareBreakpoint(bp_site); in EnableBreakpointSite()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp2384 Process::EnableSoftwareBreakpoint (BreakpointSite *bp_site) in EnableSoftwareBreakpoint() function in Process