Lines Matching defs:thread_id
353 DWORD thread_id, bool shutting_down) {
370 new ExceptionRecord(info.ExceptionRecord, thread_id));
373 info.ExceptionRecord.ExceptionCode, thread_id);
389 DWORD thread_id) {
391 LLDB_LOG(log, "Thread {0} spawned in process {1}", thread_id,
401 DWORD thread_id) {
428 DWORD thread_id) {
430 LLDB_LOG(log, "Thread {0} exited with code {1} in process {2}", thread_id,
432 m_debug_delegate->OnExitThread(thread_id, info.dwExitCode);
438 DWORD thread_id) {
505 DWORD thread_id) {
556 DWORD thread_id) {
568 DWORD thread_id) {
573 DebuggerThread::HandleRipEvent(const RIP_INFO &info, DWORD thread_id) {
576 info.dwError, info.dwType, m_process.GetProcessId(), thread_id);