X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fnios2-tdep.h;h=275dcd74aeb53acbf8b00f64f481156df8fe3c58;hb=7e24fb63e7db33d3627623629b0e99fe322e26f9;hp=a2f0163ac515b2ede7fa8b38f1605c40c891b6bd;hpb=42a4f53d2bf8938c2aeda9f52be7a20534b214a9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/nios2-tdep.h b/gdb/nios2-tdep.h index a2f0163ac5..275dcd74ae 100644 --- a/gdb/nios2-tdep.h +++ b/gdb/nios2-tdep.h @@ -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;