gdb_server -- symbol cleanup

Make most methods static; net minor object code shrink.
Likewise various data symbols; no net change.
Shrink some overlong lines.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
David Brownell
2010-01-19 23:30:36 -08:00
parent 4f310aa0c9
commit bf1e9a83c8
2 changed files with 105 additions and 62 deletions

View File

@@ -36,7 +36,6 @@ struct gdb_service
struct target *target;
};
int gdb_target_add_one(struct target *target);
int gdb_target_add_all(struct target *target);
int gdb_register_commands(struct command_context *command_context);