Home
last modified time | relevance | path

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

/external/lldb/examples/test/tmp/
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 …]
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 …]
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp82 ((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 …]
DThreadGDBRemote.cpp76 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()
DThreadGDBRemote.h19 class ProcessGDBRemote; variable
82 friend class ProcessGDBRemote;
DProcessGDBRemote.h37 class ProcessGDBRemote : public lldb_private::Process
66 ProcessGDBRemote(lldb_private::Target& target, lldb_private::Listener &listener);
69 ~ProcessGDBRemote();
392 DISALLOW_COPY_AND_ASSIGN (ProcessGDBRemote);
DGDBRemoteRegisterContext.cpp177 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()
DCMakeLists.txt8 ProcessGDBRemote.cpp
DAndroid.mk16 ProcessGDBRemote.cpp \
DGDBRemoteCommunicationClient.h63 SendContinuePacketAndWaitForResponse (ProcessGDBRemote *process,
351 HarmonizeThreadIdsForProfileData (ProcessGDBRemote *process,
DGDBRemoteCommunicationServer.h21 class ProcessGDBRemote; variable
DGDBRemoteCommunication.h29 class ProcessGDBRemote; variable
DProcessGDBRemoteLog.cpp181 …" watch - log watchpoint related activities\n", ProcessGDBRemote::GetPluginNameStatic().GetCStrin… in ListLogCategories()
DGDBRemoteRegisterContext.h27 class ProcessGDBRemote; variable
DGDBRemoteCommunicationClient.cpp433 ( ProcessGDBRemote *process, in HarmonizeThreadIdsForProfileData()
524 ProcessGDBRemote *process, in SendContinuePacketAndWaitForResponse()
/external/lldb/source/
Dlldb.cpp157 ProcessGDBRemote::Initialize(); in Initialize()
235 ProcessGDBRemote::Terminate(); in Terminate()
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj298 …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 */,