Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dwindows-tdep.c453 CORE_ADDR thread_local_base; in display_one_tib() local
481 if (target_get_tib_address (ptid, &thread_local_base) == 0) in display_one_tib()
489 NULL, tib, thread_local_base, tib_size) != tib_size) in display_one_tib()
494 paddress (current_inferior ()->arch (), thread_local_base)); in display_one_tib()
500 paddress (current_inferior ()->arch (), thread_local_base)); in display_one_tib()
1299 CORE_ADDR thread_local_base; in cygwin_sigwrapper_frame_cache() local
1300 target_get_tib_address (inferior_ptid, &thread_local_base); in cygwin_sigwrapper_frame_cache()
1303 = read_memory_unsigned_integer (thread_local_base + len, len, byte_order); in cygwin_sigwrapper_frame_cache()
Dwindows-nat.c3188 *addr = th->thread_local_base; in get_tib_address()
DChangeLog-20107267 * windows-nat.c (thread_info): Add thread_local_base field.