mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
gdb/
* spu-tdep.c (spu_catch_start): Update create_breakpoint caller parameters.
This commit is contained in:
parent
f956976950
commit
6a609e58cb
@ -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…
Reference in New Issue
Block a user