/external/lldb/examples/test/tmp/ |
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 …]
|
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 …]
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 82 ((ProcessGDBRemote *)p)->GetGDBRemote().DumpHistory (strm); in DumpProcessGDBRemotePacketHistory() 112 return ProcessGDBRemote::GetPluginNameStatic(); in GetSettingName() 177 ProcessGDBRemote::GetPluginNameStatic() in GetPluginNameStatic() 184 ProcessGDBRemote::GetPluginDescriptionStatic() in GetPluginDescriptionStatic() 190 ProcessGDBRemote::Terminate() in Terminate() 192 PluginManager::UnregisterPlugin (ProcessGDBRemote::CreateInstance); in Terminate() 197 ProcessGDBRemote::CreateInstance (Target &target, Listener &listener, const FileSpec *crash_file_pa… in CreateInstance() 201 process_sp.reset (new ProcessGDBRemote (target, listener)); in CreateInstance() 206 ProcessGDBRemote::CanDebug (Target &target, bool plugin_specified_by_name) in CanDebug() 240 ProcessGDBRemote::ProcessGDBRemote(Target& target, Listener &listener) : in ProcessGDBRemote() function in ProcessGDBRemote [all …]
|
D | ThreadGDBRemote.cpp | 76 ProcessGDBRemote *gdb_process = static_cast<ProcessGDBRemote *>(process_sp.get()); in GetQueueName() 95 ProcessGDBRemote *gdb_process = static_cast<ProcessGDBRemote *>(process_sp.get()); in WillResume() 179 ProcessGDBRemote *gdb_process = static_cast<ProcessGDBRemote *>(process_sp.get()); in CreateRegisterContextForFrame() 207 ProcessGDBRemote *gdb_process = static_cast<ProcessGDBRemote *>(process_sp.get()); in CalculateStopInfo()
|
D | ThreadGDBRemote.h | 19 class ProcessGDBRemote; variable 82 friend class ProcessGDBRemote;
|
D | ProcessGDBRemote.h | 37 class ProcessGDBRemote : public lldb_private::Process 66 ProcessGDBRemote(lldb_private::Target& target, lldb_private::Listener &listener); 69 ~ProcessGDBRemote(); 392 DISALLOW_COPY_AND_ASSIGN (ProcessGDBRemote);
|
D | GDBRemoteRegisterContext.cpp | 177 GDBRemoteCommunicationClient &gdb_comm (((ProcessGDBRemote *)process)->GetGDBRemote()); in ReadRegisterBytes() 190 …if (thread_suffix_supported || static_cast<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().S… in ReadRegisterBytes() 337 GDBRemoteCommunicationClient &gdb_comm (((ProcessGDBRemote *) process)->GetGDBRemote()); in SyncThreadState() 364 GDBRemoteCommunicationClient &gdb_comm (((ProcessGDBRemote *)process)->GetGDBRemote()); in WriteRegisterBytes() 389 …if (thread_suffix_supported || static_cast<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().S… in WriteRegisterBytes() 499 GDBRemoteCommunicationClient &gdb_comm (((ProcessGDBRemote *)process)->GetGDBRemote()); in ReadAllRegisterValues() 511 …if (thread_suffix_supported || static_cast<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().S… in ReadAllRegisterValues() 574 GDBRemoteCommunicationClient &gdb_comm (((ProcessGDBRemote *)process)->GetGDBRemote()); in WriteAllRegisterValues() 582 …if (thread_suffix_supported || static_cast<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().S… in WriteAllRegisterValues()
|
D | CMakeLists.txt | 8 ProcessGDBRemote.cpp
|
D | Android.mk | 16 ProcessGDBRemote.cpp \
|
D | GDBRemoteCommunicationClient.h | 63 SendContinuePacketAndWaitForResponse (ProcessGDBRemote *process, 351 HarmonizeThreadIdsForProfileData (ProcessGDBRemote *process,
|
D | GDBRemoteCommunicationServer.h | 21 class ProcessGDBRemote; variable
|
D | GDBRemoteCommunication.h | 29 class ProcessGDBRemote; variable
|
D | ProcessGDBRemoteLog.cpp | 181 …" watch - log watchpoint related activities\n", ProcessGDBRemote::GetPluginNameStatic().GetCStrin… in ListLogCategories()
|
D | GDBRemoteRegisterContext.h | 27 class ProcessGDBRemote; variable
|
D | GDBRemoteCommunicationClient.cpp | 433 ( ProcessGDBRemote *process, in HarmonizeThreadIdsForProfileData() 524 ProcessGDBRemote *process, in SendContinuePacketAndWaitForResponse()
|
/external/lldb/source/ |
D | lldb.cpp | 157 ProcessGDBRemote::Initialize(); in Initialize() 235 ProcessGDBRemote::Terminate(); in Terminate()
|
/external/lldb/lldb.xcodeproj/ |
D | project.pbxproj | 298 …13353E4200698AC0 /* ProcessGDBRemote.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2618EE5F13… 902 …1D6D71 /* ProcessGDBRemote.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 903 …C001D6D71 /* ProcessGDBRemote.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 3374 2618EE5F1315B29C001D6D71 /* ProcessGDBRemote.cpp */, 3375 2618EE601315B29C001D6D71 /* ProcessGDBRemote.h */, 4081 2689009F13353E4200698AC0 /* ProcessGDBRemote.cpp in Sources */,
|