*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / gdb.h
index 3ec7e0ee7392e91e1ace7d42baa6346a4a6c4742..d288229da942fa04589aa2aec4ca40247e863432 100644 (file)
--- a/gdb/gdb.h
+++ b/gdb/gdb.h
@@ -1,5 +1,5 @@
 /* Library interface into GDB.
-   Copyright (C) 1999, 2001, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001, 2007, 2008, 2009 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -47,12 +47,6 @@ enum gdb_rc {
 enum gdb_rc gdb_breakpoint_query (struct ui_out *uiout, int bnum,
                                  char **error_message);
 
-/* 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,
-                           char **error_message);
-
 /* Switch thread and print notification. */
 enum gdb_rc gdb_thread_select (struct ui_out *uiout, char *tidstr,
                               char **error_message);
This page took 0.024586 seconds and 4 git commands to generate.