From c3f6f71df382eaaaac4440a91e6f310d03fb8da6 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Thu, 6 Jan 2000 03:07:20 +0000 Subject: import gdb-2000-01-05 snapshot --- gdb/defs.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/defs.h') diff --git a/gdb/defs.h b/gdb/defs.h index 27c24c8..3ae2b2d 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -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 */ -- cgit v1.1