diff options
author | kc8apf <kc8apf@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-20 05:07:34 +0000 |
---|---|---|
committer | kc8apf <kc8apf@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-20 05:07:34 +0000 |
commit | 30268bc40fb5f238b056a10b465cb9c13f466672 (patch) | |
tree | 50f095dc2498512d06a77045e503e1ec0f92881b /src/target/mips32.h | |
parent | b7b04525179001cd564117c5b0a38900d9f27cee (diff) | |
download | riscv-openocd-30268bc40fb5f238b056a10b465cb9c13f466672.zip riscv-openocd-30268bc40fb5f238b056a10b465cb9c13f466672.tar.gz riscv-openocd-30268bc40fb5f238b056a10b465cb9c13f466672.tar.bz2 |
Author: Spencer Oliver <spen@spen-soft.co.uk>
- Bring the mips step/resume interrupt handling inline with the
rest of openocd.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1850 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/mips32.h')
-rw-r--r-- | src/target/mips32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/mips32.h b/src/target/mips32.h index 56c33fa..2eb8282 100644 --- a/src/target/mips32.h +++ b/src/target/mips32.h @@ -131,6 +131,7 @@ extern int mips32_save_context(target_t *target); extern reg_cache_t *mips32_build_reg_cache(target_t *target); extern int mips32_run_algorithm(struct target_s *target, int num_mem_params, mem_param_t *mem_params, int num_reg_params, reg_param_t *reg_params, u32 entry_point, u32 exit_point, int timeout_ms, void *arch_info); extern int mips32_configure_break_unit(struct target_s *target); +extern int mips32_enable_interrupts(struct target_s *target, int enable); extern int mips32_examine(struct target_s *target); extern int mips32_register_commands(struct command_context_s *cmd_ctx); |