Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h98 void DoStopIDBumped(uint32_t newBumpId) override;
H A DNativeProcessLinux.cpp1218 void NativeProcessLinux::DoStopIDBumped(uint32_t newBumpId) { in DoStopIDBumped() function in NativeProcessLinux
/llvm-project-15.0.7/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp727 DoStopIDBumped(m_stop_id); in SetState()
740 void NativeProcessProtocol::DoStopIDBumped(uint32_t /* newBumpId */) { in DoStopIDBumped() function in NativeProcessProtocol
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h456 virtual void DoStopIDBumped(uint32_t newBumpId);