PERFORCE change 54852 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun Jun 13 20:26:27 GMT 2004


http://perforce.freebsd.org/chv.cgi?CH=54852

Change 54852 by marcel at marcel_nfs on 2004/06/13 20:25:47

	Add prototype for db_set_variable.

Affected files ...

.. //depot/projects/gdb/sys/ddb/ddb.h#8 edit

Differences ...

==== //depot/projects/gdb/sys/ddb/ddb.h#8 (text+ko) ====

@@ -100,6 +100,7 @@
 				/* machine-dependent */
 int		db_readline(char *lstart, int lsize);
 void		db_restart_at_pc(boolean_t watchpt);
+int		db_set_variable(db_expr_t value);
 void		db_set_watchpoints(void);
 void		db_setup_paging(db_page_calloutfcn_t *callout, void *arg,
 				int maxlines);


More information about the p4-projects mailing list