Rev 2894 | Rev 2905 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2894 | Rev 2904 | ||
---|---|---|---|
Line 35... | Line 35... | ||
35 | #ifndef LIBC_UDEBUG_H_ |
35 | #ifndef LIBC_UDEBUG_H_ |
36 | #define LIBC_UDEBUG_H_ |
36 | #define LIBC_UDEBUG_H_ |
37 | 37 | ||
38 | #include <kernel/udebug/udebug.h> |
38 | #include <kernel/udebug/udebug.h> |
39 | 39 | ||
- | 40 | int udebug_begin(unsigned phoneid); |
|
- | 41 | int udebug_end(unsigned phoneid); |
|
- | 42 | int udebug_set_evmask(unsigned phoneid, udebug_evmask_t mask); |
|
- | 43 | int udebug_thread_read(unsigned phoneid, void *buffer, unsigned n, |
|
- | 44 | unsigned *copied, unsigned *needed); |
|
- | 45 | int udebug_mem_read(unsigned phoneid, void *buffer, unsigned addr, unsigned n); |
|
- | 46 | int udebug_args_read(unsigned phoneid, unsigned tid, unsigned *buffer); |
|
- | 47 | int udebug_go(unsigned phoneid, unsigned tid, unsigned *ev_type, |
|
- | 48 | unsigned *sc_id, unsigned *sc_rc); |
|
- | 49 | int udebug_stop(unsigned phoneid, unsigned tid); |
|
- | 50 | ||
40 | #endif |
51 | #endif |
41 | 52 | ||
42 | /** @} |
53 | /** @} |
43 | */ |
54 | */ |