Added missing files to ChangeLog entry.
[deliverable/binutils-gdb.git] / gdb / gdb.h
index 581aaefd6e407e655d744fefff826df77efe3be9..fcd3e3ba166fbe955c36753fe984898c4a3e225d 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 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -47,13 +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,
-                           int pending,
-                           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.023545 seconds and 4 git commands to generate.