X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fmips-tdep.h;h=ff0b9e1f4e9b7a4ecf07c4478485b36ef4a9212d;hb=8493b6651af3d2130d5f5f050905cd3d6e8a9c27;hp=8a870aae01b78e2618bbfde1952a2e046f45cbcf;hpb=93f9a11fbdb8f09428b17180d51a09a1bda39a52;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/mips-tdep.h b/gdb/mips-tdep.h index 8a870aae01..ff0b9e1f4e 100644 --- a/gdb/mips-tdep.h +++ b/gdb/mips-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent header for the MIPS architecture, for GDB, the GNU Debugger. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -154,7 +154,8 @@ enum }; /* Single step based on where the current instruction will take us. */ -extern VEC (CORE_ADDR) *mips_software_single_step (struct frame_info *frame); +extern std::vector mips_software_single_step + (struct regcache *regcache); /* Strip the ISA (compression) bit off from ADDR. */ extern CORE_ADDR mips_unmake_compact_addr (CORE_ADDR addr);