gdbserver: turn target op 'get_ipa_tdesc_idx' into a method
[deliverable/binutils-gdb.git] / gdbserver / target.cc
index 2ea8234be08363f6989824b05f9eec0522df96f5..4df1f9d4bd8cd3bd2a3471e5eb729a9d6bcdd971 100644 (file)
@@ -826,3 +826,9 @@ process_target::supports_catch_syscall ()
 {
   return false;
 }
+
+int
+process_target::get_ipa_tdesc_idx ()
+{
+  return 0;
+}
This page took 0.025037 seconds and 4 git commands to generate.