Home
last modified time | relevance | path

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

/external/llvm-project/lldb/examples/test/tmp/
Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt10 com.apple.main-thread ProcessGDBRemote::StartAsyncThread ()
11 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc1883400, pid = 0) threa…
12 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc1883400, pid = 0) liste…
32 com.apple.main-thread ProcessGDBRemote::DoDestroy()
35 com.apple.main-thread ProcessGDBRemote::DoDestroy - failed to send k packet
36 com.apple.main-thread ProcessGDBRemote::StopAsyncThread ()
37 ProcessGDBRemote::AsyncThread (arg = 0x7fabc185e200, pid = 55239) Got an event of type: 2...
38 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc185e200, pid = 55239) g…
39 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc185e200, pid = 55239) t…
40 com.apple.root.default-priority ProcessGDBRemote::MonitorDebugserverProcess (baton=0x7fabc185e200, …
[all …]
Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt10 com.apple.main-thread ProcessGDBRemote::StartAsyncThread ()
11 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc0997600, pid = 0) threa…
12 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc0997600, pid = 0) liste…
32 com.apple.main-thread ProcessGDBRemote::DoDestroy()
35 com.apple.main-thread ProcessGDBRemote::DoDestroy - failed to send k packet
36 com.apple.main-thread ProcessGDBRemote::StopAsyncThread ()
37 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc1882000, pid = 55289) G…
38 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc1882000, pid = 55289) g…
39 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc1882000, pid = 55289) t…
40 com.apple.root.default-priority ProcessGDBRemote::MonitorDebugserverProcess (baton=0x7fabc1882000, …
[all …]
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp96 LLDB_PLUGIN_DEFINE(ProcessGDBRemote)
113 ((ProcessGDBRemote *)p)->GetGDBRemote().DumpHistory(stream); in DumpProcessGDBRemotePacketHistory()
130 return ProcessGDBRemote::GetPluginNameStatic(); in GetSettingName()
192 ConstString ProcessGDBRemote::GetPluginNameStatic() { in GetPluginNameStatic()
197 const char *ProcessGDBRemote::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
201 void ProcessGDBRemote::Terminate() { in Terminate()
202 PluginManager::UnregisterPlugin(ProcessGDBRemote::CreateInstance); in Terminate()
206 ProcessGDBRemote::CreateInstance(lldb::TargetSP target_sp, in CreateInstance()
212 process_sp = std::make_shared<ProcessGDBRemote>(target_sp, listener_sp); in CreateInstance()
216 bool ProcessGDBRemote::CanDebug(lldb::TargetSP target_sp, in CanDebug()
[all …]
DThreadGDBRemote.cpp221 ProcessGDBRemote *gdb_process = in FetchThreadExtendedInfo()
222 static_cast<ProcessGDBRemote *>(process_sp.get()); in FetchThreadExtendedInfo()
237 ProcessGDBRemote *gdb_process = in WillResume()
238 static_cast<ProcessGDBRemote *>(process_sp.get()); in WillResume()
302 ProcessGDBRemote *gdb_process = in CreateRegisterContextForFrame()
303 static_cast<ProcessGDBRemote *>(process_sp.get()); in CreateRegisterContextForFrame()
337 return static_cast<ProcessGDBRemote *>(process_sp.get()) in CalculateStopInfo()
DProcessGDBRemote.h49 class ProcessGDBRemote : public Process,
52 ProcessGDBRemote(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp);
54 ~ProcessGDBRemote() override;
353 MonitorDebugserverProcess(std::weak_ptr<ProcessGDBRemote> process_wp,
456 ProcessGDBRemote(const ProcessGDBRemote &) = delete;
457 const ProcessGDBRemote &operator=(const ProcessGDBRemote &) = delete;
DThreadGDBRemote.h24 class ProcessGDBRemote; variable
92 friend class ProcessGDBRemote;
DGDBRemoteCommunicationReplayServer.h34 class ProcessGDBRemote; variable
DCMakeLists.txt29 ProcessGDBRemote.cpp
DGDBRemoteCommunicationServer.h26 class ProcessGDBRemote; variable
DGDBRemoteRegisterContext.cpp195 ((ProcessGDBRemote *)process)->GetGDBRemote()); in ReadRegisterBytes()
328 ((ProcessGDBRemote *)process)->GetGDBRemote()); in WriteRegisterBytes()
438 ((ProcessGDBRemote *)process)->GetGDBRemote()); in ReadAllRegisterValues()
463 ((ProcessGDBRemote *)process)->GetGDBRemote()); in WriteAllRegisterValues()
481 ((ProcessGDBRemote *)process)->GetGDBRemote()); in ReadAllRegisterValues()
484 !gdb_comm.AvoidGPackets((ProcessGDBRemote *)process); in ReadAllRegisterValues()
547 ((ProcessGDBRemote *)process)->GetGDBRemote()); in WriteAllRegisterValues()
550 !gdb_comm.AvoidGPackets((ProcessGDBRemote *)process); in WriteAllRegisterValues()
DGDBRemoteRegisterContext.h29 class ProcessGDBRemote; variable
DGDBRemoteCommunicationServerCommon.h25 class ProcessGDBRemote; variable
DGDBRemoteCommunication.h54 class ProcessGDBRemote; variable
DGDBRemoteCommunicationServerLLGS.h28 class ProcessGDBRemote; variable
DGDBRemoteCommunicationClient.h439 bool AvoidGPackets(ProcessGDBRemote *process);
DGDBRemoteCommunicationClient.cpp3229 bool GDBRemoteCommunicationClient::AvoidGPackets(ProcessGDBRemote *process) { in AvoidGPackets()
/external/llvm-project/lldb/source/Plugins/
DCMakeLists.txt32 # plugins but before ProcessGDBRemote.
43 elseif(${pStripped} STREQUAL "ProcessGDBRemote")