Lines Matching refs:NativeProcessProtocol
27 NativeProcessProtocol::NativeProcessProtocol(lldb::pid_t pid, int terminal_fd, in NativeProcessProtocol() function in NativeProcessProtocol
33 lldb_private::Status NativeProcessProtocol::Interrupt() { in Interrupt()
43 Status NativeProcessProtocol::IgnoreSignals(llvm::ArrayRef<int> signals) { in IgnoreSignals()
50 NativeProcessProtocol::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo()
57 NativeProcessProtocol::ReadMemoryTags(int32_t type, lldb::addr_t addr, in ReadMemoryTags()
63 NativeProcessProtocol::WriteMemoryTags(int32_t type, lldb::addr_t addr, in WriteMemoryTags()
69 llvm::Optional<WaitStatus> NativeProcessProtocol::GetExitStatus() { in GetExitStatus()
76 bool NativeProcessProtocol::SetExitStatus(WaitStatus status, in SetExitStatus()
99 NativeThreadProtocol *NativeProcessProtocol::GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex()
107 NativeProcessProtocol::GetThreadByIDUnlocked(lldb::tid_t tid) { in GetThreadByIDUnlocked()
115 NativeThreadProtocol *NativeProcessProtocol::GetThreadByID(lldb::tid_t tid) { in GetThreadByID()
120 bool NativeProcessProtocol::IsAlive() const { in IsAlive()
126 NativeProcessProtocol::GetWatchpointMap() const { in GetWatchpointMap()
131 NativeProcessProtocol::GetHardwareDebugSupportInfo() const { in GetHardwareDebugSupportInfo()
136 const_cast<NativeProcessProtocol *>(this)->GetThreadAtIndex(0)); in GetHardwareDebugSupportInfo()
147 Status NativeProcessProtocol::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint()
207 Status NativeProcessProtocol::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint()
231 NativeProcessProtocol::GetHardwareBreakpointMap() const { in GetHardwareBreakpointMap()
235 Status NativeProcessProtocol::SetHardwareBreakpoint(lldb::addr_t addr, in SetHardwareBreakpoint()
292 Status NativeProcessProtocol::RemoveHardwareBreakpoint(lldb::addr_t addr) { in RemoveHardwareBreakpoint()
310 void NativeProcessProtocol::SynchronouslyNotifyProcessStateChanged( in SynchronouslyNotifyProcessStateChanged()
330 void NativeProcessProtocol::NotifyDidExec() { in NotifyDidExec()
339 Status NativeProcessProtocol::SetSoftwareBreakpoint(lldb::addr_t addr, in SetSoftwareBreakpoint()
357 Status NativeProcessProtocol::RemoveSoftwareBreakpoint(lldb::addr_t addr) { in RemoveSoftwareBreakpoint()
421 llvm::Expected<NativeProcessProtocol::SoftwareBreakpoint>
422 NativeProcessProtocol::EnableSoftwareBreakpoint(lldb::addr_t addr, in EnableSoftwareBreakpoint()
500 NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode(size_t size_hint) { in GetSoftwareBreakpointTrapOpcode()
542 size_t NativeProcessProtocol::GetSoftwareBreakpointPCOffset() { in GetSoftwareBreakpointPCOffset()
568 void NativeProcessProtocol::FixupBreakpointPCAsNeeded( in FixupBreakpointPCAsNeeded()
618 Status NativeProcessProtocol::RemoveBreakpoint(lldb::addr_t addr, in RemoveBreakpoint()
626 Status NativeProcessProtocol::ReadMemoryWithoutTrap(lldb::addr_t addr, in ReadMemoryWithoutTrap()
655 NativeProcessProtocol::ReadCStringFromMemory(lldb::addr_t addr, char *buffer, in ReadCStringFromMemory()
706 lldb::StateType NativeProcessProtocol::GetState() const { in GetState()
711 void NativeProcessProtocol::SetState(lldb::StateType state, in SetState()
735 uint32_t NativeProcessProtocol::GetStopID() const { in GetStopID()
740 void NativeProcessProtocol::DoStopIDBumped(uint32_t /* newBumpId */) { in DoStopIDBumped()
744 NativeProcessProtocol::Factory::~Factory() = default;