summary refs log tree commit diff stats
path: root/target/hexagon/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/hexagon/internal.h')
-rw-r--r--target/hexagon/internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/hexagon/internal.h b/target/hexagon/internal.h
index 6b20affdfa..82ac3042ab 100644
--- a/target/hexagon/internal.h
+++ b/target/hexagon/internal.h
@@ -31,6 +31,9 @@
 
 int hexagon_gdb_read_register(CPUState *cpu, GByteArray *buf, int reg);
 int hexagon_gdb_write_register(CPUState *cpu, uint8_t *buf, int reg);
+
+void hexagon_debug_vreg(CPUHexagonState *env, int regnum);
+void hexagon_debug_qreg(CPUHexagonState *env, int regnum);
 void hexagon_debug(CPUHexagonState *env);
 
 extern const char * const hexagon_regnames[TOTAL_PER_THREAD_REGS];