btrace: Use function segment index in call iterator.
[deliverable/binutils-gdb.git] / gdb / mips-tdep.h
index ce168cc49cd98b05136034cdafb2154b23264d7f..541a275f307d8c0ef71ebd30e7d8b327df709498 100644 (file)
@@ -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 regcache *regcache);
+extern std::vector<CORE_ADDR> 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);
This page took 0.023877 seconds and 4 git commands to generate.