Change inferior thread list to be a thread map
[deliverable/binutils-gdb.git] / gdb / fbsd-tdep.h
index 700f23eb325a439f36df8152c4e3396d50338721..0e29508c9fa71794cd6635b3ecede732bf870ad4 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for FreeBSD, architecture independent.
 
-   Copyright (C) 2009-2018 Free Software Foundation, Inc.
+   Copyright (C) 2009-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -60,4 +60,15 @@ extern void fbsd_info_proc_mappings_entry (int addr_bit, ULONGEST kve_start,
                                           int kve_flags, int kve_protection,
                                           const void *kve_path);
 
+/* Helper function to fetch the address of a thread-local variable.
+   DTV_ADDR is the base address of the thread's dtv array.  LM_ADDR is
+   the address of the link_map structure for the associated object
+   file.  OFFSET is the offset of the variable in the object file's
+   thread-local variable block.  */
+
+extern CORE_ADDR fbsd_get_thread_local_address (struct gdbarch *gdbarch,
+                                               CORE_ADDR dtv_addr,
+                                               CORE_ADDR lm_addr,
+                                               CORE_ADDR offset);
+
 #endif /* fbsd-tdep.h */
This page took 0.026405 seconds and 4 git commands to generate.