[BACK]Return to db_extern.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / ddb

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/ddb/db_extern.h between version 1.14 and 1.15

version 1.14, 2007/02/21 22:59:56 version 1.15, 2007/02/22 04:38:05
Line 43 
Line 43 
 void ddb_init(int, void *, void *);  void ddb_init(int, void *, void *);
   
 /* db_command.c */  /* db_command.c */
 extern int db_cmd_loop_done;  extern bool db_cmd_loop_done;
 extern label_t *db_recover;  extern label_t *db_recover;
   
 /* db_examine.c */  /* db_examine.c */
 void    db_examine_cmd(db_expr_t, int, db_expr_t, const char *);  void    db_examine_cmd(db_expr_t, bool, db_expr_t, const char *);
 void    db_print_cmd(db_expr_t, int, db_expr_t, const char *);  void    db_print_cmd(db_expr_t, bool, db_expr_t, const char *);
 void    db_print_loc_and_inst(db_addr_t);  void    db_print_loc_and_inst(db_addr_t);
 void    db_search_cmd(db_expr_t, bool, db_expr_t, const char *);  void    db_search_cmd(db_expr_t, bool, db_expr_t, const char *);
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb <webmaster@jp.NetBSD.org>