Deleted Added
full compact
26c26
< * $Id$
---
> * $Id: db_examine.c,v 1.2 1993/10/16 16:47:13 rgrimes Exp $
33a34
> #include "systm.h"
35d35
< #include <machine/db_machdep.h> /* type definitions */
36a37,38
> #include "ddb/ddb.h"
>
46a49,51
> static void db_examine(db_addr_t, char *, int);
> static void db_search(db_addr_t, int, db_expr_t, db_expr_t, u_int);
>
66a72
> static void
239a246
> void
248,255d254
< db_strcpy(dst, src)
< register char *dst;
< register char *src;
< {
< while (*dst++ = *src++)
< ;
< }
<
261c260
< db_search_cmd()
---
> db_search_cmd(db_expr_t dummy1, int dummy2, db_expr_t dummy3, char *dummy4)
293c292
< if (!db_expression(&addr)) {
---
> if (!db_expression((db_expr_t *)&addr)) {
323a323
> static void