Subversion Repositories HelenOS

Rev

Rev 2911 | Rev 2918 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2911 Rev 2915
Line 42... Line 42...
42
#include <udebug.h>
42
#include <udebug.h>
43
#include <async.h>
43
#include <async.h>
44
#include <string.h>
44
#include <string.h>
45
 
45
 
46
#include "cmd.h"
46
#include "cmd.h"
-
 
47
#include "main.h"
47
 
48
 
48
void thread_debug_start(unsigned thread_hash);
49
void thread_debug_start(unsigned thread_hash);
49
 
50
 
50
#define INBUF_SIZE 64
51
#define INBUF_SIZE 64
51
char in_buf[INBUF_SIZE];
52
char in_buf[INBUF_SIZE];