Home
last modified time | relevance | path

Searched refs:RemoveBreakpoint (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h163 virtual Status RemoveBreakpoint(lldb::addr_t addr, bool hardware = false);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp641 Status NativeProcessProtocol::RemoveBreakpoint(lldb::addr_t addr, in RemoveBreakpoint() function in NativeProcessProtocol
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp325 Status brkpt_error = RemoveBreakpoint(thread_info->second); in MonitorSIGTRAP()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2988 m_current_process->RemoveBreakpoint(addr, want_hardware); in Handle_z()