Preserve selected thread in all-stop w/ background execution
[deliverable/binutils-gdb.git] / gdb / nios2-tdep.h
index a2f0163ac515b2ede7fa8b38f1605c40c891b6bd..7f83b2adca241b9ea06bde4515c6cc9fc33d2551 100644 (file)
@@ -1,5 +1,5 @@
 /* Target-dependent header for the Nios II architecture, for GDB.
-   Copyright (C) 2012-2019 Free Software Foundation, Inc.
+   Copyright (C) 2012-2020 Free Software Foundation, Inc.
    Contributed by Mentor Graphics, Inc.
 
    This file is part of GDB.
@@ -74,6 +74,9 @@ struct gdbarch_tdep
   CORE_ADDR (*syscall_next_pc) (struct frame_info *frame,
                                const struct nios2_opcode *op);
 
+  /* Returns true if PC points to a kernel helper function.  */
+  bool (*is_kernel_helper) (CORE_ADDR pc);
+
   /* Offset to PC value in jump buffer.
      If this is negative, longjmp support will be disabled.  */
   int jb_pc;
This page took 0.025902 seconds and 4 git commands to generate.