Remove RCS logs.

This commit is contained in:
mycroft 1994-02-15 14:50:41 +00:00
parent d78c3ff463
commit a3f9e2d2fa
8 changed files with 14 additions and 233 deletions

View File

@ -22,34 +22,12 @@
* *
* any improvements or extensions that they make and grant Carnegie the * any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes. * rights to redistribute these changes.
*/
/*
* $Id: db_access.h,v 1.2 1993/05/20 03:39:05 cgd Exp $
* *
* HISTORY
* $Log: db_access.h,v $
* Revision 1.2 1993/05/20 03:39:05 cgd
* add explicit rcs id
*
* Revision 1.1.1.1 1993/03/21 09:46:26 cgd
* initial import of 386bsd-0.1 sources
*
* Revision 1.1 1992/03/25 21:44:53 pace
* Initial revision
*
* Revision 2.3 91/02/05 17:05:49 mrt
* Changed to new Mach copyright
* [91/01/31 16:16:37 mrt]
*
* Revision 2.2 90/08/27 21:48:27 dbg
* Created.
* [90/08/07 dbg]
*
*/
/*
* Author: David B. Golub, Carnegie Mellon University * Author: David B. Golub, Carnegie Mellon University
* Date: 7/90 * Date: 7/90
* $Id: db_access.h,v 1.3 1994/02/15 14:50:41 mycroft Exp $
*/ */
/* /*
* Data access functions for debugger. * Data access functions for debugger.
*/ */

View File

@ -22,50 +22,16 @@
* *
* any improvements or extensions that they make and grant Carnegie the * any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes. * rights to redistribute these changes.
*/
/*
* $Id: db_break.h,v 1.3 1994/01/08 01:01:50 mycroft Exp $
* *
* HISTORY
* $Log: db_break.h,v $
* Revision 1.3 1994/01/08 01:01:50 mycroft
* Rearrange some #includes.
*
* Revision 1.2 1993/05/20 03:39:09 cgd
* add explicit rcs id
*
* Revision 1.1.1.1 1993/03/21 09:46:26 cgd
* initial import of 386bsd-0.1 sources
*
* Revision 1.1 1992/03/25 21:44:59 pace
* Initial revision
*
* Revision 2.4 91/02/05 17:06:06 mrt
* Changed to new Mach copyright
* [91/01/31 16:17:10 mrt]
*
* Revision 2.3 90/10/25 14:43:40 rwd
* Added map field to breakpoints.
* [90/10/18 rpd]
*
* Revision 2.2 90/08/27 21:50:00 dbg
* Modularized typedef names.
* [90/08/20 af]
* Add external defintions.
* [90/08/07 dbg]
* Created.
* [90/07/25 dbg]
*
*/
/*
* Author: David B. Golub, Carnegie Mellon University * Author: David B. Golub, Carnegie Mellon University
* Date: 7/90 * Date: 7/90
* $Id: db_break.h,v 1.4 1994/02/15 14:50:42 mycroft Exp $
*/ */
#ifndef _DDB_DB_BREAK_H_ #ifndef _DDB_DB_BREAK_H_
#define _DDB_DB_BREAK_H_ #define _DDB_DB_BREAK_H_
#include <vm/vm.h> #include <vm/vm.h>
#include <machine/db_machdep.h> #include <machine/db_machdep.h>
/* /*

View File

@ -22,42 +22,17 @@
* *
* any improvements or extensions that they make and grant Carnegie the * any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes. * rights to redistribute these changes.
*/
/*
* $Id: db_command.h,v 1.2 1993/05/20 03:39:11 cgd Exp $
* *
* HISTORY
* $Log: db_command.h,v $
* Revision 1.2 1993/05/20 03:39:11 cgd
* add explicit rcs id
*
* Revision 1.1.1.1 1993/03/21 09:46:26 cgd
* initial import of 386bsd-0.1 sources
*
* Revision 1.1 1992/03/25 21:45:05 pace
* Initial revision
*
* Revision 2.3 91/02/05 17:06:15 mrt
* Changed to new Mach copyright
* [91/01/31 16:17:28 mrt]
*
* Revision 2.2 90/08/27 21:50:19 dbg
* Replace db_last_address_examined with db_prev, db_next.
* [90/08/22 dbg]
* Created.
* [90/08/07 dbg]
*
*/
/*
* Author: David B. Golub, Carnegie Mellon University * Author: David B. Golub, Carnegie Mellon University
* Date: 7/90 * Date: 7/90
* $Id: db_command.h,v 1.3 1994/02/15 14:50:43 mycroft Exp $
*/ */
/* /*
* Command loop declarations. * Command loop declarations.
*/ */
#include <sys/param.h>
#include "param.h" #include <sys/proc.h>
#include "proc.h"
#include <machine/db_machdep.h> #include <machine/db_machdep.h>
extern void db_command_loop(); extern void db_command_loop();

View File

@ -22,38 +22,12 @@
* *
* any improvements or extensions that they make and grant Carnegie the * any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes. * rights to redistribute these changes.
*/
/*
* $Id: db_lex.h,v 1.2 1993/05/20 03:39:19 cgd Exp $
* *
* HISTORY
* $Log: db_lex.h,v $
* Revision 1.2 1993/05/20 03:39:19 cgd
* add explicit rcs id
*
* Revision 1.1.1.1 1993/03/21 09:46:26 cgd
* initial import of 386bsd-0.1 sources
*
* Revision 1.1 1992/03/25 21:45:15 pace
* Initial revision
*
* Revision 2.3 91/02/05 17:06:41 mrt
* Changed to new Mach copyright
* [91/01/31 16:18:28 mrt]
*
* Revision 2.2 90/08/27 21:51:16 dbg
* Add 'dotdot' token.
* [90/08/22 dbg]
* Export db_flush_lex.
* [90/08/07 dbg]
* Created.
* [90/07/25 dbg]
*
*/
/*
* Author: David B. Golub, Carnegie Mellon University * Author: David B. Golub, Carnegie Mellon University
* Date: 7/90 * Date: 7/90
* $Id: db_lex.h,v 1.3 1994/02/15 14:50:44 mycroft Exp $
*/ */
/* /*
* Lexical analyzer. * Lexical analyzer.
*/ */

View File

@ -22,39 +22,15 @@
* *
* any improvements or extensions that they make and grant Carnegie the * any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes. * rights to redistribute these changes.
*/
/*
* $Id: db_output.h,v 1.2 1993/05/20 03:39:23 cgd Exp $
* *
* HISTORY
* $Log: db_output.h,v $
* Revision 1.2 1993/05/20 03:39:23 cgd
* add explicit rcs id
*
* Revision 1.1.1.1 1993/03/21 09:46:27 cgd
* initial import of 386bsd-0.1 sources
*
* Revision 1.1 1992/03/25 21:45:20 pace
* Initial revision
*
* Revision 2.3 91/02/05 17:06:49 mrt
* Changed to new Mach copyright
* [91/01/31 16:18:48 mrt]
*
* Revision 2.2 90/08/27 21:51:32 dbg
* Created.
* [90/08/07 dbg]
*
*/
/*
* Author: David B. Golub, Carnegie Mellon University * Author: David B. Golub, Carnegie Mellon University
* Date: 8/90 * Date: 8/90
* $Id: db_output.h,v 1.3 1994/02/15 14:50:45 mycroft Exp $
*/ */
/* /*
* Printing routines for kernel debugger. * Printing routines for kernel debugger.
*/ */
extern void db_force_whitespace(); extern void db_force_whitespace();
extern int db_print_position(); extern int db_print_position();
extern void db_end_line(); extern void db_end_line();

View File

@ -22,40 +22,10 @@
* *
* any improvements or extensions that they make and grant Carnegie the * any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes. * rights to redistribute these changes.
*/
/*
* $Id: db_sym.h,v 1.3 1993/07/22 13:03:01 brezak Exp $
* *
* HISTORY
* $Log: db_sym.h,v $
* Revision 1.3 1993/07/22 13:03:01 brezak
* Allow adding more than one symbol table at runtime. For LKM.
*
* Revision 1.2 1993/05/20 03:39:32 cgd
* add explicit rcs id
*
* Revision 1.1.1.1 1993/03/21 09:46:27 cgd
* initial import of 386bsd-0.1 sources
*
* Revision 1.1 1992/03/25 21:45:29 pace
* Initial revision
*
* Revision 2.3 91/02/05 17:07:12 mrt
* Changed to new Mach copyright
* [91/01/31 16:19:27 mrt]
*
* Revision 2.2 90/08/27 21:52:39 dbg
* Changed type of db_sym_t to char * - it's a better type for an
* opaque pointer.
* [90/08/22 dbg]
*
* Created.
* [90/08/19 af]
*
*/
/*
* Author: Alessandro Forin, Carnegie Mellon University * Author: Alessandro Forin, Carnegie Mellon University
* Date: 8/90 * Date: 8/90
* $Id: db_sym.h,v 1.4 1994/02/15 14:50:46 mycroft Exp $
*/ */
/* /*

View File

@ -22,38 +22,10 @@
* *
* any improvements or extensions that they make and grant Carnegie the * any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes. * rights to redistribute these changes.
*/
/*
* $Id: db_variables.h,v 1.2 1993/05/20 03:39:37 cgd Exp $
* *
* HISTORY
* $Log: db_variables.h,v $
* Revision 1.2 1993/05/20 03:39:37 cgd
* add explicit rcs id
*
* Revision 1.1.1.1 1993/03/21 09:46:27 cgd
* initial import of 386bsd-0.1 sources
*
* Revision 1.1 1992/03/25 21:45:35 pace
* Initial revision
*
* Revision 2.3 91/02/05 17:07:23 mrt
* Changed to new Mach copyright
* [91/01/31 16:19:54 mrt]
*
* Revision 2.2 90/08/27 21:53:40 dbg
* Modularized typedef name. Documented the calling sequence of
* the (optional) access function of a variable. Now the valuep
* field can be made opaque, eg be an offset that fcn() resolves.
* [90/08/20 af]
*
* Created.
* [90/07/25 dbg]
*
*/
/*
* Author: David B. Golub, Carnegie Mellon University * Author: David B. Golub, Carnegie Mellon University
* Date: 7/90 * Date: 7/90
* $Id: db_variables.h,v 1.3 1994/02/15 14:50:47 mycroft Exp $
*/ */
#ifndef _DB_VARIABLES_H_ #ifndef _DB_VARIABLES_H_

View File

@ -22,51 +22,21 @@
* *
* any improvements or extensions that they make and grant Carnegie the * any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes. * rights to redistribute these changes.
*/
/*
* $Id: db_watch.h,v 1.3 1994/01/08 01:01:52 mycroft Exp $
* *
* HISTORY
* $Log: db_watch.h,v $
* Revision 1.3 1994/01/08 01:01:52 mycroft
* Rearrange some #includes.
*
* Revision 1.2 1993/05/20 03:39:39 cgd
* add explicit rcs id
*
* Revision 1.1.1.1 1993/03/21 09:46:27 cgd
* initial import of 386bsd-0.1 sources
*
* Revision 1.1 1992/03/25 21:45:40 pace
* Initial revision
*
* Revision 2.3 91/02/05 17:07:31 mrt
* Changed to new Mach copyright
* [91/01/31 16:20:09 mrt]
*
* Revision 2.2 90/10/25 14:44:21 rwd
* Generalized the watchpoint support.
* [90/10/16 rwd]
* Created.
* [90/10/16 rpd]
*
*/
/*
* Author: David B. Golub, Carnegie Mellon University * Author: David B. Golub, Carnegie Mellon University
* Date: 10/90 * Date: 10/90
* $Id: db_watch.h,v 1.4 1994/02/15 14:50:47 mycroft Exp $
*/ */
#ifndef _DDB_DB_WATCH_ #ifndef _DDB_DB_WATCH_
#define _DDB_DB_WATCH_ #define _DDB_DB_WATCH_
#include <vm/vm.h> #include <vm/vm.h>
#include <machine/db_machdep.h> #include <machine/db_machdep.h>
/* /*
* Watchpoint. * Watchpoint.
*/ */
typedef struct db_watchpoint { typedef struct db_watchpoint {
vm_map_t map; /* in this map */ vm_map_t map; /* in this map */
db_addr_t loaddr; /* from this address */ db_addr_t loaddr; /* from this address */