Searched refs:NativeProcessProtocol (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | NativeProcessProtocol.cpp | 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() [all …]
|
| HD | SoftwareBreakpoint.cpp | 26 SoftwareBreakpoint::CreateSoftwareBreakpoint (NativeProcessProtocol &process, lldb::addr_t addr, si… in CreateSoftwareBreakpoint() 93 SoftwareBreakpoint::EnableSoftwareBreakpoint (NativeProcessProtocol &process, lldb::addr_t addr, si… in EnableSoftwareBreakpoint() 188 SoftwareBreakpoint::SoftwareBreakpoint (NativeProcessProtocol &process, lldb::addr_t addr, const ui… in SoftwareBreakpoint()
|
| HD | NativeThreadProtocol.cpp | 19 NativeThreadProtocol::NativeThreadProtocol (NativeProcessProtocol *process, lldb::tid_t tid) : in NativeThreadProtocol()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunicationServerLLGS.h | 37 public NativeProcessProtocol::NativeDelegate 108 InitializeDelegate (NativeProcessProtocol *process) override; 111 ProcessStateChanged (NativeProcessProtocol *process, lldb::StateType state) override; 114 DidExec (NativeProcessProtocol *process) override; 139 SendWResponse (NativeProcessProtocol *process); 282 HandleInferiorState_Exited (NativeProcessProtocol *process); 285 HandleInferiorState_Stopped (NativeProcessProtocol *process);
|
| HD | GDBRemoteCommunicationServerLLGS.cpp | 223 error = NativeProcessProtocol::Launch( in LaunchProcess() 311 error = NativeProcessProtocol::Attach(pid, *this, m_debugged_process_sp); in AttachToProcess() 345 GDBRemoteCommunicationServerLLGS::InitializeDelegate (NativeProcessProtocol *process) in InitializeDelegate() 359 GDBRemoteCommunicationServerLLGS::SendWResponse (NativeProcessProtocol *process) in SendWResponse() 658 GDBRemoteCommunicationServerLLGS::HandleInferiorState_Exited (NativeProcessProtocol *process) in HandleInferiorState_Exited() 710 GDBRemoteCommunicationServerLLGS::HandleInferiorState_Stopped (NativeProcessProtocol *process) in HandleInferiorState_Stopped() 739 GDBRemoteCommunicationServerLLGS::ProcessStateChanged (NativeProcessProtocol *process, lldb::StateT… in ProcessStateChanged() 782 GDBRemoteCommunicationServerLLGS::DidExec (NativeProcessProtocol *process) in DidExec()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/common/ |
| HD | SoftwareBreakpoint.h | 24 …CreateSoftwareBreakpoint (NativeProcessProtocol &process, lldb::addr_t addr, size_t size_hint, Nat… 26 …SoftwareBreakpoint (NativeProcessProtocol &process, lldb::addr_t addr, const uint8_t *saved_opcode… 42 NativeProcessProtocol &m_process; 48 …EnableSoftwareBreakpoint (NativeProcessProtocol &process, lldb::addr_t addr, size_t bp_opcode_size…
|
| HD | NativeProcessProtocol.h | 32 class NativeProcessProtocol : 33 public std::enable_shared_from_this<NativeProcessProtocol> 43 NativeProcessProtocol (lldb::pid_t pid); 45 virtual ~NativeProcessProtocol () in ~NativeProcessProtocol() 242 InitializeDelegate (NativeProcessProtocol *process) = 0; 245 ProcessStateChanged (NativeProcessProtocol *process, lldb::StateType state) = 0; 248 DidExec (NativeProcessProtocol *process) = 0;
|
| HD | NativeThreadProtocol.h | 28 NativeThreadProtocol (NativeProcessProtocol *process, lldb::tid_t tid);
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/ |
| HD | lldb-private-forward.h | 24 class NativeProcessProtocol; variable 33 typedef std::shared_ptr<lldb_private::NativeProcessProtocol> NativeProcessProtocolSP; 34 typedef std::weak_ptr<lldb_private::NativeProcessProtocol> NativeProcessProtocolWP;
|