Home
last modified time | relevance | path

Searched refs:SetBreakpoint (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/AIX/
H A DNativeProcessAIX.h90 Status SetBreakpoint(lldb::addr_t addr, uint32_t size,
H A DNativeProcessAIX.cpp214 Status NativeProcessAIX::SetBreakpoint(lldb::addr_t addr, uint32_t size, in SetBreakpoint() function in NativeProcessAIX
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h60 void SetBreakpoint(const lldb::BreakpointSP &bkpt);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h72 Status SetBreakpoint(lldb::addr_t addr, uint32_t size,
H A DNativeProcessNetBSD.cpp751 Status NativeProcessNetBSD::SetBreakpoint(lldb::addr_t addr, uint32_t size, in SetBreakpoint() function in NativeProcessNetBSD
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp93 error = process.SetBreakpoint(bp_addr, bp_size, /*hardware=*/false); in SetSoftwareBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h73 Status SetBreakpoint(lldb::addr_t addr, uint32_t size,
H A DNativeProcessFreeBSD.cpp728 Status NativeProcessFreeBSD::SetBreakpoint(lldb::addr_t addr, uint32_t size, in SetBreakpoint() function in NativeProcessFreeBSD
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp158 ret_sp->SetBreakpoint(breakpoint); in CopyForBreakpoint()
H A DTarget.cpp787 resolver_sp->SetBreakpoint(bp_sp); in CreateBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp169 void BreakpointResolver::SetBreakpoint(const BreakpointSP &bkpt) { in SetBreakpoint() function in BreakpointResolver
H A DBreakpointResolverName.cpp423 ret_sp->SetBreakpoint(breakpoint); in CopyForBreakpoint()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h156 virtual Status SetBreakpoint(lldb::addr_t addr, uint32_t size,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2901 m_current_process->SetBreakpoint(addr, size, want_hardware); in Handle_Z()