Lines Matching refs:NativeProcessProtocol
28 NativeProcessProtocol::NativeProcessProtocol(lldb::pid_t pid, int terminal_fd, in NativeProcessProtocol() function in NativeProcessProtocol
34 lldb_private::Status NativeProcessProtocol::Interrupt() { in Interrupt()
44 Status NativeProcessProtocol::IgnoreSignals(llvm::ArrayRef<int> signals) { in IgnoreSignals()
51 NativeProcessProtocol::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo()
58 NativeProcessProtocol::ReadMemoryTags(int32_t type, lldb::addr_t addr, in ReadMemoryTags()
64 NativeProcessProtocol::WriteMemoryTags(int32_t type, lldb::addr_t addr, in WriteMemoryTags()
70 std::optional<WaitStatus> NativeProcessProtocol::GetExitStatus() { in GetExitStatus()
77 bool NativeProcessProtocol::SetExitStatus(WaitStatus status, in SetExitStatus()
100 NativeThreadProtocol *NativeProcessProtocol::GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex()
108 NativeProcessProtocol::GetThreadByIDUnlocked(lldb::tid_t tid) { in GetThreadByIDUnlocked()
116 NativeThreadProtocol *NativeProcessProtocol::GetThreadByID(lldb::tid_t tid) { in GetThreadByID()
121 bool NativeProcessProtocol::IsAlive() const { in IsAlive()
127 NativeProcessProtocol::GetWatchpointMap() const { in GetWatchpointMap()
132 NativeProcessProtocol::GetHardwareDebugSupportInfo() const { in GetHardwareDebugSupportInfo()
137 const_cast<NativeProcessProtocol *>(this)->GetThreadAtIndex(0)); in GetHardwareDebugSupportInfo()
148 Status NativeProcessProtocol::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint()
208 Status NativeProcessProtocol::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint()
232 NativeProcessProtocol::GetHardwareBreakpointMap() const { in GetHardwareBreakpointMap()
236 Status NativeProcessProtocol::SetHardwareBreakpoint(lldb::addr_t addr, in SetHardwareBreakpoint()
293 Status NativeProcessProtocol::RemoveHardwareBreakpoint(lldb::addr_t addr) { in RemoveHardwareBreakpoint()
311 void NativeProcessProtocol::SynchronouslyNotifyProcessStateChanged( in SynchronouslyNotifyProcessStateChanged()
331 void NativeProcessProtocol::NotifyDidExec() { in NotifyDidExec()
340 Status NativeProcessProtocol::SetSoftwareBreakpoint(lldb::addr_t addr, in SetSoftwareBreakpoint()
358 Status NativeProcessProtocol::RemoveSoftwareBreakpoint(lldb::addr_t addr) { in RemoveSoftwareBreakpoint()
422 llvm::Expected<NativeProcessProtocol::SoftwareBreakpoint>
423 NativeProcessProtocol::EnableSoftwareBreakpoint(lldb::addr_t addr, in EnableSoftwareBreakpoint()
501 NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode(size_t size_hint) { in GetSoftwareBreakpointTrapOpcode()
561 size_t NativeProcessProtocol::GetSoftwareBreakpointPCOffset() { in GetSoftwareBreakpointPCOffset()
591 void NativeProcessProtocol::FixupBreakpointPCAsNeeded( in FixupBreakpointPCAsNeeded()
641 Status NativeProcessProtocol::RemoveBreakpoint(lldb::addr_t addr, in RemoveBreakpoint()
649 Status NativeProcessProtocol::ReadMemoryWithoutTrap(lldb::addr_t addr, in ReadMemoryWithoutTrap()
677 NativeProcessProtocol::ReadCStringFromMemory(lldb::addr_t addr, char *buffer, in ReadCStringFromMemory()
728 lldb::StateType NativeProcessProtocol::GetState() const { in GetState()
733 void NativeProcessProtocol::SetState(lldb::StateType state, in SetState()
757 uint32_t NativeProcessProtocol::GetStopID() const { in GetStopID()
762 void NativeProcessProtocol::DoStopIDBumped(uint32_t /* newBumpId */) { in DoStopIDBumped()
766 NativeProcessProtocol::Manager::~Manager() = default;