1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

#if 0 out some unused code.

This commit is contained in:
Peter Wemm 2002-03-19 11:06:01 +00:00
parent 675ceea82b
commit e42d7cebec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92669
2 changed files with 5 additions and 0 deletions

View File

@ -270,6 +270,7 @@ db_get_pc_reg(struct db_variable *vp, db_expr_t *valuep, int op)
return 0;
}
#if 0
/*
* Print trap reason.
*/
@ -281,6 +282,7 @@ ddbprinttrap(int vector)
printf("ddbprinttrap(%d)\n", vector);
}
#endif
#define CPUSTOP_ON_DDBBREAK
#define VERBOSE_CPUSTOP_ON_DDBBREAK

View File

@ -111,6 +111,7 @@
void gdb_handle_exception (db_regs_t *, int);
#if 0
extern jmp_buf db_jmpbuf;
/************************************************************************/
@ -396,6 +397,8 @@ hexToInt(char **ptr, long *intValue)
#define VFP 65
#define NUM_REGS 66
#endif
/*
* This function does all command procesing for interfacing to gdb.
*/