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

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,
                     27:        char *          modif);
                     28: 
                     29: void db_show_port_id(
                     30:        db_expr_t       addr,
                     31:        boolean_t       have_addr,
                     32:        db_expr_t       count,
                     33:        char *          modif);
                     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,
                     39:        char *          modif);
                     40: 
1.1.1.2 ! root       41: void db_show_all_threads(
1.1       root       42:        db_expr_t       addr,
1.1.1.2 ! root       43:        int             have_addr,
1.1       root       44:        db_expr_t       count,
                     45:        char *          modif);
                     46: 
                     47: db_addr_t db_task_from_space(
                     48:        ipc_space_t     space,
                     49:        int             *task_id);
                     50: 
                     51: #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.