Annotation of Gnu-Mach/ddb/db_print.h, revision 1.1.1.3

1.1       root        1: /*
                      2:  * (c) Copyright 1992, 1993, 1994, 1995 OPEN SOFTWARE FOUNDATION, INC. 
                      3:  * ALL RIGHTS RESERVED 
                      4:  */
                      5: /*
                      6:  * OSF RI nmk19b2 5/2/95
                      7:  */
                      8: 
                      9: #ifndef        _DDB_DB_PRINT_H_
                     10: #define        _DDB_DB_PRINT_H_
                     11: 
                     12: #include <mach/boolean.h>
                     13: #include <machine/db_machdep.h>
                     14: 
                     15: /* Prototypes for functions exported by this module.
                     16:  */
                     17: void db_show_regs(
                     18:        db_expr_t       addr,
                     19:        boolean_t       have_addr,
                     20:        db_expr_t       count,
                     21:        char            *modif);
                     22: 
                     23: void db_show_one_task(
                     24:        db_expr_t       addr,
                     25:        boolean_t       have_addr,
                     26:        db_expr_t       count,
1.1.1.3 ! root       27:        const char *    modif);
1.1       root       28: 
                     29: void db_show_port_id(
                     30:        db_expr_t       addr,
                     31:        boolean_t       have_addr,
                     32:        db_expr_t       count,
1.1.1.3 ! root       33:        const char *    modif);
1.1       root       34: 
1.1.1.2   root       35: void db_show_one_thread(
1.1       root       36:        db_expr_t       addr,
1.1.1.2   root       37:        int             have_addr,
1.1       root       38:        db_expr_t       count,
1.1.1.3 ! root       39:        const char *    modif);
        !            40: 
        !            41: void db_show_all_tasks(
        !            42:        db_expr_t       addr,
        !            43:        int             have_addr,
        !            44:        db_expr_t       count,
        !            45:        const char *    modif);
1.1       root       46: 
1.1.1.2   root       47: void db_show_all_threads(
1.1       root       48:        db_expr_t       addr,
1.1.1.2   root       49:        int             have_addr,
1.1       root       50:        db_expr_t       count,
1.1.1.3 ! root       51:        const char *    modif);
1.1       root       52: 
                     53: db_addr_t db_task_from_space(
                     54:        ipc_space_t     space,
                     55:        int             *task_id);
                     56: 
                     57: #endif /* !_DDB_DB_PRINT_H_ */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.