Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3007 → Rev 3008

/branches/tracing/uspace/app/debug/main.c
48,7 → 48,6
#include "dthread.h"
#include "breakpoint.h"
#include "include/arch.h"
#include "fib_synch.h"
#include "main.h"
 
void thread_debug_start(unsigned thread_hash);
68,8 → 67,6
 
volatile int paused;
 
fcv_t go_cv;
 
static void command_split(char *cmd_str)
{
char *p = cmd_str;
391,8 → 388,6
list_initialize(&dthreads);
breakpoint_init();
cwt = NULL;
 
fcv_init(&go_cv);
}
 
int main(void)