Searched refs:thread_context (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
H A D | MinidumpFileBuilder.cpp | 468 lldb_private::minidump::MinidumpContext_x86_64 thread_context = {}; in GetThreadContext_x86_64() local 469 thread_context.p1_home = {}; in GetThreadContext_x86_64() 470 thread_context.context_flags = static_cast<uint32_t>( in GetThreadContext_x86_64() 475 thread_context.rax = read_register_u64(reg_ctx, "rax"); in GetThreadContext_x86_64() 476 thread_context.rbx = read_register_u64(reg_ctx, "rbx"); in GetThreadContext_x86_64() 477 thread_context.rcx = read_register_u64(reg_ctx, "rcx"); in GetThreadContext_x86_64() 478 thread_context.rdx = read_register_u64(reg_ctx, "rdx"); in GetThreadContext_x86_64() 479 thread_context.rdi = read_register_u64(reg_ctx, "rdi"); in GetThreadContext_x86_64() 480 thread_context.rsi = read_register_u64(reg_ctx, "rsi"); in GetThreadContext_x86_64() 481 thread_context.rbp = read_register_u64(reg_ctx, "rbp"); in GetThreadContext_x86_64() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stoptheworld_win.cpp | 61 CONTEXT *thread_context = reinterpret_cast<CONTEXT *>(buffer->data()); in GetRegistersAndSP() local 62 thread_context->ContextFlags = CONTEXT_ALL; in GetRegistersAndSP() 63 CHECK(GetThreadContext(threadHandles[index], thread_context)); in GetRegistersAndSP() 64 *sp = thread_context->SP_REG; in GetRegistersAndSP()
|
/freebsd/lib/libomp/ |
H A D | omp-tools.h | 1195 ompd_thread_context_t **thread_context); 1203 ompd_thread_context_t *thread_context, const char *symbol_name, 1208 ompd_thread_context_t *thread_context, const ompd_address_t *addr, 1213 ompd_thread_context_t *thread_context, const ompd_address_t *addr,
|
/freebsd/contrib/llvm-project/openmp/runtime/src/include/ |
H A D | omp-tools.h.var | 1195 ompd_thread_context_t **thread_context); 1203 ompd_thread_context_t *thread_context, const char *symbol_name, 1208 ompd_thread_context_t *thread_context, const ompd_address_t *addr, 1213 ompd_thread_context_t *thread_context, const ompd_address_t *addr,
|