Lines Matching refs:NativeProcessProtocol
29 NativeProcessProtocol::NativeProcessProtocol (lldb::pid_t pid) : in NativeProcessProtocol() function in NativeProcessProtocol
49 NativeProcessProtocol::Interrupt () in Interrupt()
61 NativeProcessProtocol::GetMemoryRegionInfo (lldb::addr_t load_addr, MemoryRegionInfo &range_info) in GetMemoryRegionInfo()
68 NativeProcessProtocol::GetExitStatus (ExitType *exit_type, int *status, std::string &exit_descripti… in GetExitStatus()
83 NativeProcessProtocol::SetExitStatus (ExitType exit_type, int status, const char *exit_description,… in SetExitStatus()
118 NativeProcessProtocol::GetThreadAtIndex (uint32_t idx) in GetThreadAtIndex()
127 NativeProcessProtocol::GetThreadByIDUnlocked (lldb::tid_t tid) in GetThreadByIDUnlocked()
138 NativeProcessProtocol::GetThreadByID (lldb::tid_t tid) in GetThreadByID()
145 NativeProcessProtocol::IsAlive () const in IsAlive()
154 NativeProcessProtocol::GetByteOrder (lldb::ByteOrder &byte_order) const in GetByteOrder()
164 NativeProcessProtocol::GetWatchpointMap () const in GetWatchpointMap()
170 NativeProcessProtocol::GetMaxWatchpoints () const in GetMaxWatchpoints()
179 …NativeThreadProtocolSP thread_sp (const_cast<NativeProcessProtocol*> (this)->GetThreadAtIndex (0)); in GetMaxWatchpoints()
199 NativeProcessProtocol::SetWatchpoint (lldb::addr_t addr, size_t size, uint32_t watch_flags, bool ha… in SetWatchpoint()
272 NativeProcessProtocol::RemoveWatchpoint (lldb::addr_t addr) in RemoveWatchpoint()
301 NativeProcessProtocol::RegisterNativeDelegate (NativeDelegate &native_delegate) in RegisterNativeDelegate()
313 NativeProcessProtocol::UnregisterNativeDelegate (NativeDelegate &native_delegate) in UnregisterNativeDelegate()
326 NativeProcessProtocol::SynchronouslyNotifyProcessStateChanged (lldb::StateType state) in SynchronouslyNotifyProcessStateChanged()
350 NativeProcessProtocol::NotifyDidExec () in NotifyDidExec()
365 NativeProcessProtocol::SetSoftwareBreakpoint (lldb::addr_t addr, uint32_t size_hint) in SetSoftwareBreakpoint()
377 NativeProcessProtocol::RemoveBreakpoint (lldb::addr_t addr) in RemoveBreakpoint()
383 NativeProcessProtocol::EnableBreakpoint (lldb::addr_t addr) in EnableBreakpoint()
389 NativeProcessProtocol::DisableBreakpoint (lldb::addr_t addr) in DisableBreakpoint()
395 NativeProcessProtocol::GetState () const in GetState()
402 NativeProcessProtocol::SetState (lldb::StateType state, bool notify_delegates) in SetState()
427 uint32_t NativeProcessProtocol::GetStopID () const in GetStopID()
434 NativeProcessProtocol::DoStopIDBumped (uint32_t /* newBumpId */) in DoStopIDBumped()
440 NativeProcessProtocol::Terminate () in Terminate()
450 NativeProcessProtocol::Launch (ProcessLaunchInfo &launch_info, in Launch()
458 NativeProcessProtocol::Attach (lldb::pid_t pid, in Attach()