smp : infra for smp minimum support

This commit is contained in:
Michel Jaouen
2011-04-19 08:43:33 +02:00
committed by Øyvind Harboe
parent 36d60ee6c8
commit b778b36f29
8 changed files with 384 additions and 24 deletions

View File

@@ -30,15 +30,11 @@
#define GDB_SERVER_H
struct image;
struct reg;
#include <target/target.h>
#define GDB_BUFFER_SIZE 16384
struct gdb_service
{
struct target *target;
};
int gdb_target_add_all(struct target *target);
int gdb_register_commands(struct command_context *command_context);