Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jun 2004 20:26:18 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 54852 for review
Message-ID:  <200406132026.i5DKQI97045527@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=54852

Change 54852 by marcel@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406132026.i5DKQI97045527>