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 | 479 lldb_private::minidump::MinidumpContext_x86_64 thread_context = {}; in GetThreadContext_x86_64() local 480 thread_context.p1_home = {}; in GetThreadContext_x86_64() 481 thread_context.context_flags = static_cast<uint32_t>( in GetThreadContext_x86_64() 487 thread_context.rax = read_register_u64(reg_ctx, "rax"); in GetThreadContext_x86_64() 488 thread_context.rbx = read_register_u64(reg_ctx, "rbx"); in GetThreadContext_x86_64() 489 thread_context.rcx = read_register_u64(reg_ctx, "rcx"); in GetThreadContext_x86_64() 490 thread_context.rdx = read_register_u64(reg_ctx, "rdx"); in GetThreadContext_x86_64() 491 thread_context.rdi = read_register_u64(reg_ctx, "rdi"); in GetThreadContext_x86_64() 492 thread_context.rsi = read_register_u64(reg_ctx, "rsi"); in GetThreadContext_x86_64() 493 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 | 63 CONTEXT *thread_context = reinterpret_cast<CONTEXT *>(buffer->data()); in GetRegistersAndSP() local 64 thread_context->ContextFlags = CONTEXT_ALL; in GetRegistersAndSP() 65 CHECK(GetThreadContext(threadHandles[index], thread_context)); in GetRegistersAndSP() 66 *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,
|