Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/test/tmp/
H A 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…
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...
39 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc185e200, pid = 55239) t…
47 com.apple.main-thread ProcessGDBRemote::DoDestroy()
50 com.apple.main-thread ProcessGDBRemote::DoDestroy - failed to send k packet
51 com.apple.main-thread ProcessGDBRemote::StopAsyncThread ()
[all …]
H A 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…
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…
39 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc1882000, pid = 55289) t…
47 com.apple.main-thread ProcessGDBRemote::DoDestroy()
50 com.apple.main-thread ProcessGDBRemote::DoDestroy - failed to send k packet
51 com.apple.main-thread ProcessGDBRemote::StopAsyncThread ()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp96 LLDB_PLUGIN_DEFINE(ProcessGDBRemote)
192 void ProcessGDBRemote::Terminate() { in Terminate()
247 ProcessGDBRemote::ProcessGDBRemote(lldb::TargetSP target_sp, in ProcessGDBRemote() function in ProcessGDBRemote
307 ProcessGDBRemote::~ProcessGDBRemote() { in ~ProcessGDBRemote()
1200 void ProcessGDBRemote::DidExit() { in DidExit()
3196 void ProcessGDBRemote::Clear() { in Clear()
4944 ProcessGDBRemote *process = in DoExecute()
4991 ProcessGDBRemote *process = in DoExecute()
5027 ProcessGDBRemote *process = in DoExecute()
5070 ProcessGDBRemote *process = in DoExecute()
[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.h49 class ProcessGDBRemote : public Process,
52 ProcessGDBRemote(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp);
54 ~ProcessGDBRemote() override;
349 MonitorDebugserverProcess(std::weak_ptr<ProcessGDBRemote> process_wp,
461 ProcessGDBRemote(const ProcessGDBRemote &) = delete;
462 const ProcessGDBRemote &operator=(const ProcessGDBRemote &) = delete;
H A DGDBRemoteRegisterContext.cpp213 ((ProcessGDBRemote *)process)->GetGDBRemote()); in ReadRegisterBytes()
359 ((ProcessGDBRemote *)process)->GetGDBRemote()); in WriteRegisterBytes()
486 ((ProcessGDBRemote *)process)->GetGDBRemote()); in ReadAllRegisterValues()
511 ((ProcessGDBRemote *)process)->GetGDBRemote()); in WriteAllRegisterValues()
529 ((ProcessGDBRemote *)process)->GetGDBRemote()); in ReadAllRegisterValues()
532 !gdb_comm.AvoidGPackets((ProcessGDBRemote *)process); in ReadAllRegisterValues()
598 ((ProcessGDBRemote *)process)->GetGDBRemote()); in WriteAllRegisterValues()
601 !gdb_comm.AvoidGPackets((ProcessGDBRemote *)process); in WriteAllRegisterValues()
H A DThreadGDBRemote.h26 class ProcessGDBRemote; variable
94 friend class ProcessGDBRemote;
H A DCMakeLists.txt32 ProcessGDBRemote.cpp
H A DGDBRemoteCommunicationServer.h26 class ProcessGDBRemote; variable
H A DGDBRemoteRegisterContext.h29 class ProcessGDBRemote; variable
H A DGDBRemoteCommunicationServerCommon.h24 class ProcessGDBRemote; variable
H A DGDBRemoteCommunication.h81 class ProcessGDBRemote; variable
H A DGDBRemoteCommunicationServerLLGS.h29 class ProcessGDBRemote; variable
H A DGDBRemoteCommunicationClient.h427 bool AvoidGPackets(ProcessGDBRemote *process);
H A DGDBRemoteCommunicationClient.cpp3410 bool GDBRemoteCommunicationClient::AvoidGPackets(ProcessGDBRemote *process) { in AvoidGPackets()
/llvm-project-15.0.7/lldb/source/Plugins/
H A DCMakeLists.txt34 # plugins but before ProcessGDBRemote.
45 elseif(${pStripped} STREQUAL "ProcessGDBRemote")
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Process/gdb-remote/
H A DBUILD.gn45 "ProcessGDBRemote.cpp",
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/
H A DBUILD.gn220 # initalized after all plugins, but before ProcessGDBRemote.
227 values += [ "LLDB_PROCESS_GDB_PLUGIN=LLDB_PLUGIN(ProcessGDBRemote)" ]
/llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp218 process_gdb_remote::ProcessGDBRemote::GetPluginNameStatic(), nullptr, in DebugProcess()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp239 process_gdb_remote::ProcessGDBRemote::GetPacketTimeout()); in ConnectRemote()