Changeset 9a1b20c in mainline for kernel/generic/include/ipc/ipc.h


Ignore:
Timestamp:
2008-09-17T12:16:27Z (17 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fb9b0b0
Parents:
06a195bc
Message:

Merge syscall tracer (trace) and relevant part of udebug interface from tracing to trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/ipc/ipc.h

    r06a195bc r9a1b20c  
    195195 */
    196196#define IPC_M_DATA_READ         7
     197
     198/** Debug the recipient.
     199 * - ARG1 - specifies the debug method (from udebug_method_t)
     200 * - other arguments are specific to the debug method
     201 */
     202#define IPC_M_DEBUG_ALL         8
    197203
    198204/* Well-known methods */
     
    308314extern void ipc_backsend_err(phone_t *, call_t *, unative_t);
    309315extern void ipc_print_task(task_id_t);
     316extern void ipc_answerbox_slam_phones(answerbox_t *, bool);
     317extern void ipc_cleanup_call_list(link_t *);
    310318
    311319extern answerbox_t *ipc_phone_0;
Note: See TracChangeset for help on using the changeset viewer.