Searched refs:GetThreadContext (Results 1 – 6 of 6) sorted by relevance
62 GetThreadContext(const MinidumpLocationDescriptor &location);64 llvm::ArrayRef<uint8_t> GetThreadContext(const MinidumpThread &td);
110 MinidumpParser::GetThreadContext(const MinidumpLocationDescriptor &location) { in GetThreadContext() function in MinidumpParser117 MinidumpParser::GetThreadContext(const MinidumpThread &td) { in GetThreadContext() function in MinidumpParser118 return GetThreadContext(td.thread_context); in GetThreadContext()
320 context = m_minidump_parser.GetThreadContext(context_location); in UpdateThreadList()
361 res = (gdb_wince_result) GetThreadContext (h, &c); in get_thread_context()
278 CHECK (GetThreadContext (th->h, &th->context)); in child_add_thread()348 GetThreadContext (th->h, &th->context); in do_child_fetch_inferior_registers()
535 if (!GetThreadContext(GetCurrentThread(), &ctx)) in write_stacktrace()