smp : infra for smp minimum support
This commit is contained in:
committed by
Øyvind Harboe
parent
36d60ee6c8
commit
b778b36f29
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user