Home
last modified time | relevance | path

Searched refs:NativeProcessProtocol (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDNativeProcessProtocol.cpp29 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 …]
HDSoftwareBreakpoint.cpp26 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()
HDNativeThreadProtocol.cpp19 NativeThreadProtocol::NativeThreadProtocol (NativeProcessProtocol *process, lldb::tid_t tid) : in NativeThreadProtocol()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerLLGS.h37 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);
HDGDBRemoteCommunicationServerLLGS.cpp223 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/
HDSoftwareBreakpoint.h24 …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…
HDNativeProcessProtocol.h32 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;
HDNativeThreadProtocol.h28 NativeThreadProtocol (NativeProcessProtocol *process, lldb::tid_t tid);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-private-forward.h24 class NativeProcessProtocol; variable
33 typedef std::shared_ptr<lldb_private::NativeProcessProtocol> NativeProcessProtocolSP;
34 typedef std::weak_ptr<lldb_private::NativeProcessProtocol> NativeProcessProtocolWP;