mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 22:03:57 +08:00
gdb/
* spu-tdep.c (spu_catch_start): Adjust the caller of changed create_breakpoint prototype.
This commit is contained in:
@ -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>
|
2010-07-01 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
* breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
|
* breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
|
||||||
|
@ -1892,7 +1892,7 @@ spu_catch_start (struct objfile *objfile)
|
|||||||
create_breakpoint (get_objfile_arch (objfile), buf /* arg */,
|
create_breakpoint (get_objfile_arch (objfile), buf /* arg */,
|
||||||
NULL /* cond_string */, -1 /* thread */,
|
NULL /* cond_string */, -1 /* thread */,
|
||||||
0 /* parse_condition_and_thread */, 1 /* tempflag */,
|
0 /* parse_condition_and_thread */, 1 /* tempflag */,
|
||||||
0 /* hardwareflag */, 0 /* traceflag */,
|
bp_breakpoint /* type_wanted */,
|
||||||
0 /* ignore_count */,
|
0 /* ignore_count */,
|
||||||
AUTO_BOOLEAN_FALSE /* pending_break_support */,
|
AUTO_BOOLEAN_FALSE /* pending_break_support */,
|
||||||
NULL /* ops */, 0 /* from_tty */, 1 /* enabled */);
|
NULL /* ops */, 0 /* from_tty */, 1 /* enabled */);
|
||||||
|
Reference in New Issue
Block a user