Annotation of Gnu-Mach/ddb/db_examine.h, revision 1.1

1.1     ! root        1: /*
        !             2:  * Copyright (C) 2007 Free Software Foundation, Inc.
        !             3:  *
        !             4:  * This program is free software; you can redistribute it and/or modify
        !             5:  * it under the terms of the GNU General Public License as published by
        !             6:  * the Free Software Foundation; either version 2, or (at your option)
        !             7:  * any later version.
        !             8:  *
        !             9:  * This program is distributed in the hope that it will be useful,
        !            10:  * but WITHOUT ANY WARRANTY; without even the implied warranty of
        !            11:  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        !            12:  * GNU General Public License for more details.
        !            13:  *
        !            14:  * You should have received a copy of the GNU General Public License
        !            15:  * along with this program; if not, write to the Free Software
        !            16:  * Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
        !            17:  *
        !            18:  *     Author: Barry deFreese.
        !            19:  */
        !            20: 
        !            21: #ifndef _DDB_DB_EXAMINE_H_
        !            22: #define _DDB_DB_EXAMINE_H_
        !            23: 
        !            24: #include <sys/types.h>
        !            25: #include <ddb/db_variables.h>
        !            26: #include <ddb/db_expr.h>
        !            27: 
        !            28: extern void db_examine_cmd (
        !            29:        db_expr_t addr, 
        !            30:        int have_addr, 
        !            31:        db_expr_t count,
        !            32:        char *modif);
        !            33: 
        !            34: extern void db_strcpy (char *dst, char *src);
        !            35: 
        !            36: extern void db_examine (
        !            37:        db_addr_t addr,
        !            38:        char *fmt,
        !            39:        int count,
        !            40:        task_t task);
        !            41: 
        !            42: void db_examine_forward(
        !            43:        db_expr_t       addr,
        !            44:        int             have_addr,
        !            45:        db_expr_t       count,
        !            46:        char *          modif);
        !            47: 
        !            48: void db_examine_backward(
        !            49:        db_expr_t       addr,
        !            50:        int             have_addr,
        !            51:        db_expr_t       count,
        !            52:        char *          modif);
        !            53: 
        !            54: extern void db_print_loc_and_inst (
        !            55:        db_addr_t loc,
        !            56:        task_t task);
        !            57: 
        !            58: int db_xcdump(
        !            59:        db_addr_t addr,
        !            60:        int     size,
        !            61:        int     count,
        !            62:        task_t task);
        !            63: 
        !            64: void db_print_cmd();
        !            65: 
        !            66: void db_search_cmd();
        !            67: 
        !            68: #endif /* _DDB_DB_EXAMINE_H_ */

unix.superglobalmegacorp.com

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