- using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of places

- some more flash cleanup of checking halted state
- moved output handler into options.c
- very slightly tweaked server.c to make it a bit more compatible with eCos
- retired arch_state. Not quite sure how I managed to leave that out last time.

git-svn-id: svn://svn.berlios.de/openocd/trunk@338 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2008-02-25 07:50:03 +00:00
parent 815c3b3533
commit e482118106
8 changed files with 50 additions and 81 deletions

View File

@@ -36,12 +36,6 @@ static char** config_file_names;
static size_t num_script_dirs;
static char** script_search_dirs;
int configuration_output_handler(struct command_context_s *context, char* line)
{
INFO(line);
return ERROR_OK;
}
void add_script_search_dir (const char *dir)
{