Home
last modified time | relevance | path

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

/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.cpp748 Status NativeProcessNetBSD::SetBreakpoint(lldb::addr_t addr, uint32_t size, in GetLoadedModuleFileSpec()
727 Status NativeProcessNetBSD::SetBreakpoint(lldb::addr_t addr, uint32_t size, SetBreakpoint() function in NativeProcessNetBSD
/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.cpp721 Status NativeProcessFreeBSD::SetBreakpoint(lldb::addr_t addr, uint32_t size, in SetBreakpoint() function in NativeProcessFreeBSD
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp117 error = process.SetBreakpoint(pc, size_hint, /*hardware=*/false); in SetSoftwareBreakpointOnPC()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp158 ret_sp->SetBreakpoint(breakpoint); in CopyForBreakpoint()
H A DTarget.cpp702 resolver_sp->SetBreakpoint(bp_sp); in CreateBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp165 void BreakpointResolver::SetBreakpoint(const BreakpointSP &bkpt) { in SetBreakpoint() function in BreakpointResolver
H A DBreakpointResolverName.cpp421 ret_sp->SetBreakpoint(breakpoint); in CopyForBreakpoint()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h160 virtual Status SetBreakpoint(lldb::addr_t addr, uint32_t size,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2900 m_current_process->SetBreakpoint(addr, size, want_hardware); in Handle_Z()