Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1455 ThreadGDBRemote *gdb_thread = NULL; in SetThreadStopInfo() local
1492 gdb_thread = static_cast<ThreadGDBRemote *> (thread_sp.get()); in SetThreadStopInfo()
1552 if (gdb_thread) in SetThreadStopInfo()
1561 if (!gdb_thread->PrivateSetRegisterValue (reg, reg_value_extractor)) in SetThreadStopInfo()
1580 gdb_thread->SetThreadDispatchQAddr (thread_dispatch_qaddr); in SetThreadStopInfo()
1581 gdb_thread->SetName (thread_name.empty() ? NULL : thread_name.c_str()); in SetThreadStopInfo()