diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-07-02 08:04:03 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-07-02 08:04:03 +0000 |
commit | bddaafad33ea07000205681eb1e848221c358ab7 (patch) | |
tree | 820f89eacfaa6a8184989bdd7344c413051bc4a4 /gdb | |
parent | be184a692becd76dafd6d08929f6c2486af5194a (diff) | |
download | fsf-binutils-gdb-bddaafad33ea07000205681eb1e848221c358ab7.zip fsf-binutils-gdb-bddaafad33ea07000205681eb1e848221c358ab7.tar.gz fsf-binutils-gdb-bddaafad33ea07000205681eb1e848221c358ab7.tar.bz2 |
gdb/
* spu-tdep.c (spu_catch_start): Adjust the caller of changed
create_breakpoint prototype.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/spu-tdep.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5ab9aaa..02142ee 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 diff --git a/gdb/spu-tdep.c b/gdb/spu-tdep.c index de5435c..b34833c 100644 --- a/gdb/spu-tdep.c +++ b/gdb/spu-tdep.c @@ -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 */); |