Subversion Repositories HelenOS

Rev

Rev 4605 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4605 Rev 4616
Line 50... Line 50...
50
int udebug_args_read(int phoneid, thash_t tid, sysarg_t *buffer);
50
int udebug_args_read(int phoneid, thash_t tid, sysarg_t *buffer);
51
int udebug_go(int phoneid, thash_t tid, udebug_event_t *ev_type,
51
int udebug_go(int phoneid, thash_t tid, udebug_event_t *ev_type,
52
    sysarg_t *val0, sysarg_t *val1);
52
    sysarg_t *val0, sysarg_t *val1);
53
int udebug_stop(int phoneid, thash_t tid);
53
int udebug_stop(int phoneid, thash_t tid);
54
 
54
 
-
 
55
int udebug_thread_copy_kstack(int phoneid, thash_t tid, void *buffer, size_t buf_size, size_t *copied, size_t *needed);
-
 
56
int udebug_thread_get_thread_struct(int phoneid, thash_t tid, void *buffer, size_t n, size_t *copied, size_t *needed);
-
 
57
int udebug_task_memory_areas_read(int phoneid, void *buffer, size_t n, size_t *copied, size_t *needed);
-
 
58
int udebug_thread_restore_thread_struct(int phoneid, thash_t tid, void *buffer);
-
 
59
int udebug_mem_write(int phoneid, void* buffer, void* start, size_t n);
-
 
60
int udebug_restore_kstack(int phoneid, thash_t tid, void *buffer, size_t size);
-
 
61
 
55
#endif
62
#endif
56
 
63
 
57
/** @}
64
/** @}
58
 */
65
 */