gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 2 Jul 2010 08:04:03 +0000 (08:04 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 2 Jul 2010 08:04:03 +0000 (08:04 +0000)
* spu-tdep.c (spu_catch_start): Adjust the caller of changed
create_breakpoint prototype.

gdb/ChangeLog
gdb/spu-tdep.c

index 5ab9aaadcc2a36a052c7e6e856ee8376c0ec99f7..02142ee77dd60521f447abfc7216bfb18ee7dc7c 100644 (file)
@@ -1,3 +1,8 @@
+2010-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * spu-tdep.c (spu_catch_start): Adjust the caller of changed
+       create_breakpoint prototype.
+
 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
 
        * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
index de5435c2901957001ca36cec2160e5790f735ea1..b34833cf93e977df81e15ca170e935f3a0028a49 100644 (file)
@@ -1892,7 +1892,7 @@ spu_catch_start (struct objfile *objfile)
   create_breakpoint (get_objfile_arch (objfile), buf /* arg */,
                     NULL /* cond_string */, -1 /* thread */,
                     0 /* parse_condition_and_thread */, 1 /* tempflag */,
-                    0 /* hardwareflag */, 0 /* traceflag */,
+                    bp_breakpoint /* type_wanted */,
                     0 /* ignore_count */,
                     AUTO_BOOLEAN_FALSE /* pending_break_support */,
                     NULL /* ops */, 0 /* from_tty */, 1 /* enabled */);