Subversion Repositories HelenOS

Rev

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

Rev 3005 Rev 3008
Line 37... Line 37...
37
 
37
 
38
#include <udebug.h>
38
#include <udebug.h>
39
#include <libadt/list.h>
39
#include <libadt/list.h>
40
 
40
 
41
#include "include/arch/types.h"
41
#include "include/arch/types.h"
42
#include "fib_synch.h"
-
 
43
#include "breakpoint.h"
42
#include "breakpoint.h"
44
 
43
 
45
extern int app_phone;
44
extern int app_phone;
46
extern fcv_t go_cv;
-
 
47
 
45
 
48
void breakpoint_hit(breakpoint_t *b);
46
void breakpoint_hit(breakpoint_t *b);
49
void singlestep_hit(void);
47
void singlestep_hit(void);
50
 
48
 
51
 
49