- 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user