Home
last modified time | relevance | path

Searched refs:ProcessGDBRemote (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp108 LLDB_PLUGIN_DEFINE(ProcessGDBRemote)
142 return ProcessGDBRemote::GetPluginNameStatic(); in GetSettingName()
201 llvm::StringRef ProcessGDBRemote::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
205 void ProcessGDBRemote::Terminate() { in Terminate()
206 PluginManager::UnregisterPlugin(ProcessGDBRemote::CreateInstance); in Terminate()
209 lldb::ProcessSP ProcessGDBRemote::CreateInstance( in CreateInstance()
214 process_sp = std::shared_ptr<ProcessGDBRemote>( in CreateInstance()
215 new ProcessGDBRemote(target_sp, listener_sp)); in CreateInstance()
219 void ProcessGDBRemote::DumpPluginHistory(Stream &s) { in DumpPluginHistory()
224 std::chrono::seconds ProcessGDBRemote::GetPacketTimeout() { in GetPacketTimeout()
[all …]
H A DThreadGDBRemote.cpp47 auto &gdb_process = static_cast<ProcessGDBRemote &>(process); in ThreadGDBRemote()
229 ProcessGDBRemote *gdb_process = in FetchThreadExtendedInfo()
230 static_cast<ProcessGDBRemote *>(process_sp.get()); in FetchThreadExtendedInfo()
245 ProcessGDBRemote *gdb_process = in WillResume()
246 static_cast<ProcessGDBRemote *>(process_sp.get()); in WillResume()
310 ProcessGDBRemote *gdb_process = in CreateRegisterContextForFrame()
311 static_cast<ProcessGDBRemote *>(process_sp.get()); in CreateRegisterContextForFrame()
345 return static_cast<ProcessGDBRemote *>(process_sp.get()) in CalculateStopInfo()
356 ProcessGDBRemote *gdb_process = in GetSiginfo()
357 static_cast<ProcessGDBRemote *>(process_sp.get()); in GetSiginfo()
H A DProcessGDBRemote.h48 class ProcessGDBRemote : public Process,
51 ~ProcessGDBRemote() override;
247 ProcessGDBRemote(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp);
355 MonitorDebugserverProcess(std::weak_ptr<ProcessGDBRemote> process_wp,
475 ProcessGDBRemote(const ProcessGDBRemote &) = delete;
476 const ProcessGDBRemote &operator=(const ProcessGDBRemote &) = delete;
H A DGDBRemoteRegisterContext.cpp11 #include "ProcessGDBRemote.h"
214 ((ProcessGDBRemote *)process)->GetGDBRemote()); in ReadRegisterBytes()
362 ((ProcessGDBRemote *)process)->GetGDBRemote()); in WriteRegisterBytes()
484 ((ProcessGDBRemote *)process)->GetGDBRemote()); in ReadAllRegisterValues()
509 ((ProcessGDBRemote *)process)->GetGDBRemote()); in WriteAllRegisterValues()
527 ((ProcessGDBRemote *)process)->GetGDBRemote()); in ReadAllRegisterValues()
530 !gdb_comm.AvoidGPackets((ProcessGDBRemote *)process); in ReadAllRegisterValues()
596 ((ProcessGDBRemote *)process)->GetGDBRemote()); in WriteAllRegisterValues()
599 !gdb_comm.AvoidGPackets((ProcessGDBRemote *)process); in WriteAllRegisterValues()
H A DThreadGDBRemote.h26 class ProcessGDBRemote; variable
94 friend class ProcessGDBRemote;
H A DGDBRemoteCommunicationServer.h26 class ProcessGDBRemote; variable
H A DGDBRemoteRegisterContext.h29 class ProcessGDBRemote; variable
H A DGDBRemoteCommunicationServerCommon.h24 class ProcessGDBRemote; variable
H A DGDBRemoteCommunication.h69 class ProcessGDBRemote; variable
H A DGDBRemoteCommunicationServerLLGS.h30 class ProcessGDBRemote; variable
H A DGDBRemoteCommunicationClient.h432 bool AvoidGPackets(ProcessGDBRemote *process);
H A DGDBRemoteCommunicationClient.cpp3509 bool GDBRemoteCommunicationClient::AvoidGPackets(ProcessGDBRemote *process) { in AvoidGPackets()
/freebsd/lib/clang/include/Plugins/
H A DPlugins.def81 LLDB_PLUGIN(ProcessGDBRemote)
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp225 process_gdb_remote::ProcessGDBRemote::GetPluginNameStatic(), nullptr, in DebugProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp240 process_gdb_remote::ProcessGDBRemote::GetPacketTimeout()); in ConnectRemote()
/freebsd/lib/clang/liblldb/
H A DMakefile566 SRCS+= Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
822 Plugins/Process/gdb-remote/ProcessGDBRemote \