X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm11.h;h=8b05b2e1c9688577b2b5a638235ae49ed3ee2fa5;hb=e2b6de3d66bae70cb08fea17f5b66ee875dbb636;hp=818db766a32679449665bbbfd22fbaedacd4709c;hpb=5a6dc5a325756132ce20be598c278022c7b1c185;p=openocd.git diff --git a/src/target/arm11.h b/src/target/arm11.h index 818db766a3..8b05b2e1c9 100644 --- a/src/target/arm11.h +++ b/src/target/arm11.h @@ -188,12 +188,12 @@ int arm11_target_request_data(struct target_s *target, u32 size, u8 *buffer); int arm11_halt(struct target_s *target); int arm11_resume(struct target_s *target, int current, u32 address, int handle_breakpoints, int debug_execution); int arm11_step(struct target_s *target, int current, u32 address, int handle_breakpoints); +int arm11_examine(struct command_context_s *cmd_ctx, struct target_s *target); /* target reset control */ int arm11_assert_reset(struct target_s *target); int arm11_deassert_reset(struct target_s *target); int arm11_soft_reset_halt(struct target_s *target); -int arm11_prepare_reset_halt(struct target_s *target); /* target register access for gdb */ int arm11_get_gdb_reg_list(struct target_s *target, struct reg_s **reg_list[], int *reg_list_size);