Searched refs:stop_id (Results 1 - 11 of 11) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp45 const uint32_t stop_id = process_sp->GetModID().GetStopID(); local
46 if (m_stop_id != stop_id)
48 m_stop_id = stop_id;
/external/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h99 SetStopInfoFromPacket (StringExtractor &stop_packet, uint32_t stop_id);
H A DProcessGDBRemote.cpp1431 const uint32_t stop_id = GetStopID(); local
1432 if (stop_id == 0)
/external/lldb/include/lldb/Target/
H A DRegisterContext.h192 SetStopID (uint32_t stop_id) argument
194 m_stop_id = stop_id;
H A DThreadList.h132 SetStopID (uint32_t stop_id);
/external/chromium_org/mojo/common/
H A Dhandle_watcher.cc183 RequestData() : type(REQUEST_START), stop_id(0), stop_event(NULL) {}
187 WatcherID stop_id; member in struct:mojo::common::WatcherThreadManager::RequestData
265 request_data.stop_id = watcher_id;
300 backend_.StopWatching(requests[i].stop_id);
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.h237 SetProcessStopId (uint32_t stop_id);
H A DDynamicLoaderDarwinKernel.cpp605 DynamicLoaderDarwinKernel::KextImageInfo::SetProcessStopId (uint32_t stop_id) argument
607 m_load_process_stop_id = stop_id;
/external/lldb/source/Target/
H A DThreadList.cpp75 ThreadList::SetStopID (uint32_t stop_id) argument
77 m_stop_id = stop_id;
H A DThread.cpp377 const uint32_t stop_id = process_sp ? process_sp->GetStopID() : UINT32_MAX; local
384 if ((m_stop_info_stop_id == stop_id) || // Stop info is valid, just return what we have (even if empty)
460 log->Printf("%p: tid = 0x%" PRIx64 ": stop info = %s (stop_id = %u)\n", this, GetID(), stop_info_sp ? stop_info_sp->GetDescription() : "<NULL>", m_stop_info_stop_id);
H A DProcess.cpp1524 const uint32_t stop_id = GetStopID(); local
1525 if (m_thread_list.GetSize(false) == 0 || stop_id != m_thread_list.GetStopID())
1569 m_thread_list.SetStopID (stop_id);
1734 log->Printf("Process::SetPrivateState (%s) stop_id = %u", StateAsCString(new_state), m_mod_id.GetStopID());

Completed in 1225 milliseconds