import gdb-2000-01-05 snapshot
[deliverable/binutils-gdb.git] / gdb / defs.h
index 27c24c891f87bc62dfa48e6add88748f979b4764..3ae2b2d69fa3ab67698bfe7899f06725db3b76e9 100644 (file)
@@ -1341,4 +1341,9 @@ enum gdb_rc {
    function will ``print'' the object on ``output''). */
 enum gdb_rc gdb_breakpoint_query (/* struct {ui,gdb}_out *output, */ int bnum);
 
+/* Create a breakpoint at ADDRESS (a GDB source and line). */
+enum gdb_rc gdb_breakpoint (char *address, char *condition,
+                           int hardwareflag, int tempflag,
+                           int thread, int ignore_count);
+
 #endif /* #ifndef DEFS_H */
This page took 0.034379 seconds and 4 git commands to generate.