Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp235 void ProcessGDBRemote::Terminate() { in Terminate()
283 ProcessGDBRemote::ProcessGDBRemote(lldb::TargetSP target_sp, in ProcessGDBRemote() function in ProcessGDBRemote
348 ProcessGDBRemote::~ProcessGDBRemote() { in ~ProcessGDBRemote()
1310 void ProcessGDBRemote::DidExit() { in DidExit()
3419 void ProcessGDBRemote::Clear() { in Clear()
3745 ProcessGDBRemote *process = (ProcessGDBRemote *)arg; in AsyncThread()
5179 ProcessGDBRemote *process = in DoExecute()
5228 ProcessGDBRemote *process = in DoExecute()
5267 ProcessGDBRemote *process = in DoExecute()
5308 ProcessGDBRemote *process = in DoExecute()
[all …]
H A DThreadGDBRemote.cpp223 ProcessGDBRemote *gdb_process = in FetchThreadExtendedInfo()
224 static_cast<ProcessGDBRemote *>(process_sp.get()); in FetchThreadExtendedInfo()
240 ProcessGDBRemote *gdb_process = in WillResume()
241 static_cast<ProcessGDBRemote *>(process_sp.get()); in WillResume()
305 ProcessGDBRemote *gdb_process = in CreateRegisterContextForFrame()
306 static_cast<ProcessGDBRemote *>(process_sp.get()); in CreateRegisterContextForFrame()
341 return static_cast<ProcessGDBRemote *>(process_sp.get()) in CalculateStopInfo()
H A DProcessGDBRemote.h50 class ProcessGDBRemote : public Process,
53 ProcessGDBRemote(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp);
55 ~ProcessGDBRemote() override;
373 MonitorDebugserverProcess(std::weak_ptr<ProcessGDBRemote> process_wp,
477 DISALLOW_COPY_AND_ASSIGN(ProcessGDBRemote);
H A DThreadGDBRemote.h24 class ProcessGDBRemote; variable
92 friend class ProcessGDBRemote;
H A DGDBRemoteRegisterContext.cpp193 ((ProcessGDBRemote *)process)->GetGDBRemote()); in ReadRegisterBytes()
305 ((ProcessGDBRemote *)process)->GetGDBRemote()); in WriteRegisterBytes()
415 ((ProcessGDBRemote *)process)->GetGDBRemote()); in ReadAllRegisterValues()
440 ((ProcessGDBRemote *)process)->GetGDBRemote()); in WriteAllRegisterValues()
458 ((ProcessGDBRemote *)process)->GetGDBRemote()); in ReadAllRegisterValues()
461 !gdb_comm.AvoidGPackets((ProcessGDBRemote *)process); in ReadAllRegisterValues()
521 ((ProcessGDBRemote *)process)->GetGDBRemote()); in WriteAllRegisterValues()
524 !gdb_comm.AvoidGPackets((ProcessGDBRemote *)process); in WriteAllRegisterValues()
H A DGDBRemoteCommunicationReplayServer.h34 class ProcessGDBRemote; variable
H A DGDBRemoteCommunicationServer.h24 class ProcessGDBRemote; variable
H A DGDBRemoteRegisterContext.h30 class ProcessGDBRemote; variable
H A DGDBRemoteCommunicationServerCommon.h26 class ProcessGDBRemote; variable
H A DGDBRemoteCommunication.h51 class ProcessGDBRemote; variable
H A DGDBRemoteCommunicationServerLLGS.h29 class ProcessGDBRemote; variable
H A DGDBRemoteCommunicationClient.h433 bool AvoidGPackets(ProcessGDBRemote *process);
H A DGDBRemoteCommunicationClient.cpp3147 bool GDBRemoteCommunicationClient::AvoidGPackets(ProcessGDBRemote *process) { in AvoidGPackets()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSystemInitializerFull.cpp442 process_gdb_remote::ProcessGDBRemote::Initialize(); in Initialize()
582 process_gdb_remote::ProcessGDBRemote::Terminate(); in Terminate()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile441 SRCS+= Plugins/Process/gdb-remote/ProcessGDBRemote.cpp