Changeset 80487bc5 in mainline for uspace/lib/libc/generic/udebug.c
- Timestamp:
- 2010-01-25T21:40:13Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e515b21a
- Parents:
- 0d21b53
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/udebug.c
r0d21b53 r80487bc5 97 97 } 98 98 99 int udebug_regs_read(int phoneid, thash_t tid, void *buffer) 100 { 101 return async_req_3_0(phoneid, IPC_M_DEBUG_ALL, UDEBUG_M_REGS_READ, 102 tid, (sysarg_t)buffer); 103 } 104 99 105 int udebug_go(int phoneid, thash_t tid, udebug_event_t *ev_type, 100 106 sysarg_t *val0, sysarg_t *val1)
Note:
See TracChangeset
for help on using the changeset viewer.