- add verify_image command

- add support for gdb qCRC packet (compare-sections command)

git-svn-id: svn://svn.berlios.de/openocd/trunk@210 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
ntfreak
2007-10-22 08:44:34 +00:00
parent ce8768f463
commit e27696f6b0
18 changed files with 392 additions and 11 deletions

View File

@@ -21,6 +21,8 @@
#define TRACE_H
#include "target.h"
#include "command.h"
#include "types.h"
typedef struct trace_point_s
{
@@ -49,6 +51,7 @@ typedef enum trace_status
} trace_status_t;
extern int trace_point(struct target_s *target, int number);
extern int trace_register_commands(struct command_context_s *cmd_ctx);
#define ERROR_TRACE_IMAGE_UNAVAILABLE -(1500)
#define ERROR_TRACE_INSTRUCTION_UNAVAILABLE -(1501)