Home
last modified time | relevance | path

Searched refs:RNBContext (Results 1 – 8 of 8) sorted by relevance

/external/lldb/tools/debugserver/source/
DRNBContext.cpp28 RNBContext::~RNBContext() in ~RNBContext()
38 RNBContext::EnvironmentAtIndex (int index) in EnvironmentAtIndex()
48 RNBContext::ArgumentAtIndex (int index) in ArgumentAtIndex()
57 RNBContext::SetWorkingDirectory (const char *path) in SetWorkingDirectory()
71 RNBContext::SetProcessID (nub_process_t pid) in SetProcessID()
89 RNBContext::StartProcessStatusThread() in StartProcessStatusThread()
112 RNBContext::StopProcessStatusThread() in StopProcessStatusThread()
120 …if (m_events.WaitForSetEvents(RNBContext::event_proc_thread_exiting, &timeout_abstime) == RNBConte… in StopProcessStatusThread()
137 RNBContext::ThreadFunctionProcessStatus(void *arg) in ThreadFunctionProcessStatus()
143 RNBContext& ctx = remote->Context(); in ThreadFunctionProcessStatus()
[all …]
Dlibdebugserver.cpp65 RNBContext& ctx = remote->Context(); in RNBRunLoopGetStartModeFromRemote()
66 uint32_t event_mask = RNBContext::event_read_packet_available; in RNBRunLoopGetStartModeFromRemote()
75 if (set_events & RNBContext::event_read_packet_available) in RNBRunLoopGetStartModeFromRemote()
153 RNBContext& ctx = remote->Context(); in HandleProcessStateChange()
231 RNBContext& ctx = remote->Context(); in RNBRunLoopInferiorExecuting()
245 event_mask &= ~RNBContext::event_proc_stdio_available; in RNBRunLoopInferiorExecuting()
259 if ((set_events & RNBContext::event_proc_thread_exiting) || in RNBRunLoopInferiorExecuting()
260 (set_events & RNBContext::event_proc_stdio_available)) in RNBRunLoopInferiorExecuting()
265 if (set_events & RNBContext::event_read_packet_available) in RNBRunLoopInferiorExecuting()
269 set_events ^= RNBContext::event_read_packet_available; in RNBRunLoopInferiorExecuting()
[all …]
DRNBContext.h23 class RNBContext
53 RNBContext () : in RNBContext() function
64 virtual ~RNBContext();
145 RNBContext(const RNBContext& rhs);
146 RNBContext& operator=(const RNBContext& rhs);
Ddebugserver.cpp83 RNBContext& ctx = remote->Context(); in RNBRunLoopGetStartModeFromRemote()
84 uint32_t event_mask = RNBContext::event_read_packet_available | in RNBRunLoopGetStartModeFromRemote()
85 RNBContext::event_read_thread_exiting; in RNBRunLoopGetStartModeFromRemote()
94 if (set_events & RNBContext::event_read_thread_exiting) in RNBRunLoopGetStartModeFromRemote()
100 if (set_events & RNBContext::event_read_packet_available) in RNBRunLoopGetStartModeFromRemote()
165 RNBContext& ctx = remote->Context(); in RNBRunLoopLaunchInferior()
258 uint32_t event_mask = RNBContext::event_read_packet_available; in RNBRunLoopLaunchInferior()
261 if (set_events & RNBContext::event_read_packet_available) in RNBRunLoopLaunchInferior()
344 RNBContext& ctx = remote->Context(); in RNBRunLoopLaunchAttaching()
410 RNBContext& ctx = remote->Context(); in HandleProcessStateChange()
[all …]
DRNBRemote.h28 class RNBContext; variable
232 RNBContext& Context() { return m_ctx; } in Context()
304 RNBContext m_ctx; // process context
DChangeLog93 * RNBContext.h (class RNBContext): Removed the m_timer member.
94 * RNBContext.cpp (RNBContext::StartProcessStatusThread): Cleaned up logging
96 (RNBContext::ThreadFunctionProcessStatus): Ditto.
316 RNBContext.cpp (RNBContext::ThreadFunctionProcessStatus): Ditto.
579 RNBContext as either a POSIX error or a SpringBoard error.
580 * RNBContext.h (m_launch_status): Changed this member to be a DNBError
582 (RNBContext::LaunchStatus): Now returns a reference to the DNBError object
584 * RNBContext.cpp (RNBContext::LaunchStatusAsString): Let DNBError handle
587 RNBContext.
712 * RNBContext.cpp (RNBContext::ThreadFunctionProcessStatus): Use new
[all …]
DRNBRemote.cpp357 m_ctx.Events().ResetEvents ( RNBContext::event_read_packet_available ); in GetPacketPayload()
370 m_ctx.Events().ResetEvents ( RNBContext::event_read_packet_available ); in GetPacketPayload()
469 if (!wait || ((set_events & RNBContext::event_read_thread_running) == 0)) in GetPacket()
472 …const nub_event_t events_to_wait_for = RNBContext::event_read_packet_available | RNBContext::event… in GetPacket()
476 if (set_events & RNBContext::event_read_packet_available) in GetPacket()
484 if (set_events & RNBContext::event_read_thread_exiting) in GetPacket()
680 events.SetEvents (RNBContext::event_read_packet_available); in CommDataReceived()
703 if ((events.GetEventBits() & RNBContext::event_read_thread_running) == 0) in StartReadRemoteDataThread()
705 events.ResetEvents (RNBContext::event_read_thread_exiting); in StartReadRemoteDataThread()
711 events.WaitForSetEvents (RNBContext::event_read_thread_running); in StartReadRemoteDataThread()
[all …]
/external/lldb/tools/debugserver/debugserver.xcodeproj/
Dproject.pbxproj15 …CE05AA115C36260022F371 /* RNBContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26A68F7E0D…
71 …D104EC800665A9E /* RNBContext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
72 …4EC800665A9E /* RNBContext.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
331 26A68F7D0D104EC800665A9E /* RNBContext.h */,
332 26A68F7E0D104EC800665A9E /* RNBContext.cpp */,
420 26CE05AA115C36260022F371 /* RNBContext.cpp in Sources */,