Replace some $ARCH_{get,set}_pc with linux_{get,set}_pc_64bit
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.h
index 98a331d462109fd7897dac61ca35dfe73fe90de6..4845862df7ffb746e187c0662799ada62b4899e4 100644 (file)
@@ -395,6 +395,9 @@ void initialize_low_arch (void);
 void linux_set_pc_32bit (struct regcache *regcache, CORE_ADDR pc);
 CORE_ADDR linux_get_pc_32bit (struct regcache *regcache);
 
+void linux_set_pc_64bit (struct regcache *regcache, CORE_ADDR pc);
+CORE_ADDR linux_get_pc_64bit (struct regcache *regcache);
+
 /* From thread-db.c  */
 int thread_db_init (void);
 void thread_db_detach (struct process_info *);
This page took 0.026229 seconds and 4 git commands to generate.