gdb/
* spu-tdep.c (spu_catch_start): Update create_breakpoint caller parameters.
This commit is contained in:
parent
f956976950
commit
6a609e58cb
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 */,
|
||||
|
|
Loading…
Add table
Reference in a new issue