gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 15 May 2012 04:08:47 +0000 (04:08 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 15 May 2012 04:08:47 +0000 (04:08 +0000)
* spu-tdep.c (spu_catch_start): Update create_breakpoint caller
parameters.

gdb/ChangeLog
gdb/spu-tdep.c

index da2197b..cd3f2e3 100644 (file)
@@ -1,3 +1,8 @@
+2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
+       parameters.
+
 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
 
        * amd64-tdep.c: Include features/i386/x32.c and
index 78ba007..efc6e16 100644 (file)
@@ -1942,6 +1942,7 @@ spu_catch_start (struct objfile *objfile)
   xsnprintf (buf, sizeof buf, "*%s", core_addr_to_string (pc));
   create_breakpoint (get_objfile_arch (objfile), buf /* arg */,
                     NULL /* cond_string */, -1 /* thread */,
+                    NULL /* extra_string */,
                     0 /* parse_condition_and_thread */, 1 /* tempflag */,
                     bp_breakpoint /* type_wanted */,
                     0 /* ignore_count */,