Uniquefy gdb.threads/attach-into-signal.exp
[deliverable/binutils-gdb.git] / gdb / linux-tdep.h
index b211b538cf18a5273611f65445585a27e00e3ab1..9beb6f6427e0e3bef9e5ed9e044402d26a7c3074 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for GNU/Linux, architecture independent.
 
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -29,11 +29,19 @@ typedef char *(*linux_collect_thread_registers_ftype) (const struct regcache *,
                                                       bfd *, char *, int *,
                                                       enum gdb_signal);
 
-char *linux_make_corefile_notes (struct gdbarch *, bfd *, int *,
-                                 linux_collect_thread_registers_ftype);
+extern enum gdb_signal linux_gdb_signal_from_target (struct gdbarch *gdbarch,
+                                                    int signal);
 
-struct type *linux_get_siginfo_type (struct gdbarch *);
+extern int linux_gdb_signal_to_target (struct gdbarch *gdbarch,
+                                      enum gdb_signal signal);
+
+/* Default GNU/Linux implementation of `displaced_step_location', as
+   defined in gdbarch.h.  Determines the entry point from AT_ENTRY in
+   the target auxiliary vector.  */
+extern CORE_ADDR linux_displaced_step_location (struct gdbarch *gdbarch);
 
 extern void linux_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch);
 
+extern int linux_is_uclinux (void);
+
 #endif /* linux-tdep.h */
This page took 0.023838 seconds and 4 git commands to generate.