Searched refs:RemoveBreakpoint (Results 1 – 11 of 11) sorted by relevance
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/ |
H A D | dbgeng.py | 80 self.client.Control.RemoveBreakpoint(x)
|
H A D | control.py | 375 def RemoveBreakpoint(self, bp): member in Control
|
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
H A D | NativeProcessWindows.h | 87 Status RemoveBreakpoint(lldb::addr_t addr, bool hardware = false) override;
|
H A D | NativeProcessWindows.cpp | 331 Status NativeProcessWindows::RemoveBreakpoint(lldb::addr_t addr, in RemoveBreakpoint() 329 Status NativeProcessWindows::RemoveBreakpoint(lldb::addr_t addr, RemoveBreakpoint() function in lldb_private::NativeProcessWindows
|
/llvm-project/lldb/source/Plugins/Process/Linux/ |
H A D | NativeProcessLinux.h | 122 Status RemoveBreakpoint(lldb::addr_t addr, bool hardware = false) override;
|
H A D | NativeProcessLinux.cpp | 1615 Status NativeProcessLinux::RemoveBreakpoint(lldb::addr_t addr, bool hardware) { in RemoveBreakpoint() 1619 return NativeProcessProtocol::RemoveBreakpoint(addr); in GetSoftwareBreakpointTrapOpcode() 1963 Status error = RemoveBreakpoint(thread_info.second); in SignalIfAllThreadsStopped() 1611 Status NativeProcessLinux::RemoveBreakpoint(lldb::addr_t addr, bool hardware) { RemoveBreakpoint() function in NativeProcessLinux
|
/llvm-project/lldb/include/lldb/Host/common/ |
H A D | NativeProcessProtocol.h | 163 virtual Status RemoveBreakpoint(lldb::addr_t addr, bool hardware = false);
|
/llvm-project/lldb/source/Host/common/ |
H A D | NativeProcessProtocol.cpp | 644 Status NativeProcessProtocol::RemoveBreakpoint(lldb::addr_t addr, in RemoveBreakpoint() 641 Status NativeProcessProtocol::RemoveBreakpoint(lldb::addr_t addr, RemoveBreakpoint() function in NativeProcessProtocol
|
/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeProcessFreeBSD.cpp | 329 Status brkpt_error = RemoveBreakpoint(thread_info->second); in MonitorSIGTRAP()
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerLLGS.cpp | 2988 m_current_process->RemoveBreakpoint(addr, want_hardware); in Handle_z()
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | ChangeLog | 733 (DNBBreakpoint::RemoveBreakpoint()): Renamed to Remove().
|