| /llvm-project/lldb/examples/test/tmp/ |
| H A D | lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt | 10 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 …]
|
| H A D | lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt | 10 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 …]
|
| /llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1 //===-- ProcessGDBRemote.cpp ----------------------------------------------===// 82 #include "ProcessGDBRemote.h" 100 LLDB_PLUGIN_DEFINE(ProcessGDBRemote) 104 // ProcessGDBRemote * value (which we can get from logs or from debugging). We 134 return ProcessGDBRemote::GetPluginNameStatic(); in GetSettingName() 191 llvm::StringRef ProcessGDBRemote::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() 195 void ProcessGDBRemote::Terminate() { in Terminate() 196 PluginManager::UnregisterPlugin(ProcessGDBRemote::CreateInstance); in Terminate() 199 lldb::ProcessSP ProcessGDBRemote::CreateInstance( in CreateInstance() 204 process_sp = std::shared_ptr<ProcessGDBRemote>( in CreateInstance() 254 ProcessGDBRemote::ProcessGDBRemote(lldb::TargetSP target_sp, ProcessGDBRemote() function in ProcessGDBRemote [all...] |
| H A D | ThreadGDBRemote.cpp | 47 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 D | ProcessGDBRemote.h | 1 //===-- ProcessGDBRemote.h --------------------------------------*- C++ -*-===// 51 class ProcessGDBRemote : public Process, 54 ~ProcessGDBRemote() override; 248 ProcessGDBRemote(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp); 356 MonitorDebugserverProcess(std::weak_ptr<ProcessGDBRemote> process_wp, 427 // For ProcessGDBRemote only 473 ProcessGDBRemote(const ProcessGDBRemote &) = delete; 474 const ProcessGDBRemote &operator=(const ProcessGDBRemote [all...] |
| H A D | GDBRemoteRegisterContext.cpp | 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 D | ThreadGDBRemote.h | 26 class ProcessGDBRemote; variable 94 friend class ProcessGDBRemote;
|
| H A D | CMakeLists.txt | 32 ProcessGDBRemote.cpp
|
| H A D | GDBRemoteCommunicationServer.h | 26 class ProcessGDBRemote; variable
|
| H A D | GDBRemoteRegisterContext.h | 29 class ProcessGDBRemote; variable
|
| H A D | GDBRemoteCommunicationServerCommon.h | 24 class ProcessGDBRemote; variable
|
| H A D | GDBRemoteCommunication.h | 82 class ProcessGDBRemote; 81 class ProcessGDBRemote; global() variable
|
| H A D | GDBRemoteCommunicationServerLLGS.h | 30 class ProcessGDBRemote; variable
|
| H A D | GDBRemoteCommunicationClient.h | 421 bool AvoidGPackets(ProcessGDBRemote *process);
|
| H A D | GDBRemoteCommunicationClient.cpp | 34 #include "ProcessGDBRemote.h" 3492 bool GDBRemoteCommunicationClient::AvoidGPackets(ProcessGDBRemote *process) { in AvoidGPackets()
|
| /llvm-project/lldb/source/Plugins/ |
| H A D | CMakeLists.txt | 36 # plugins but before ProcessGDBRemote. 47 elseif(${pStripped} STREQUAL "ProcessGDBRemote")
|
| /llvm-project/llvm/utils/gn/secondary/lldb/source/Plugins/ |
| H A D | BUILD.gn | 231 # initalized after all plugins, but before ProcessGDBRemote. 238 values += [ "LLDB_PROCESS_GDB_PLUGIN=LLDB_PLUGIN(ProcessGDBRemote)" ]
|
| /llvm-project/llvm/utils/gn/secondary/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | BUILD.gn | 46 "ProcessGDBRemote.cpp",
|
| /llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.cpp | 10 #include "Plugins/Process/gdb-remote/ProcessGDBRemote.h" 225 process_gdb_remote::ProcessGDBRemote::GetPluginNameStatic(), nullptr, in DebugProcess()
|
| /llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 35 #include "Plugins/Process/gdb-remote/ProcessGDBRemote.h" 244 process_gdb_remote::ProcessGDBRemote::GetPacketTimeout()); in ConnectRemote()
|
| /llvm-project/utils/bazel/llvm-project-overlay/lldb/source/Plugins/ |
| H A D | BUILD.bazel | 2359 "@LLDB_PROCESS_GDB_PLUGIN@": "LLDB_PLUGIN(ProcessGDBRemote)",
|