Fix probe-related internal error on AIX
authorSergio Durigan Junior <sergiodj@redhat.com>
Thu, 20 Mar 2014 21:08:31 +0000 (18:08 -0300)
committerSergio Durigan Junior <sergiodj@redhat.com>
Thu, 20 Mar 2014 21:08:31 +0000 (18:08 -0300)
commit1bff71c3251e2f0836163e49ecd4b55861f4eb83
tree7a0a04971a1ae522c022c83795f986dbcc0a69d2
parent90e289504f844c162ab2e701f99a309d2b37a62a
Fix probe-related internal error on AIX

-- Initial message by Tom Tromey:

While testing on AIX, I happened to notice an internal error coming
from parse_probes.  This happens because there are no probes defined
on this platform.  This patch fixes the problem by changing an assert
into an ordinary error, and then changing the relevant caller to cope.

This fixes a few tests on AIX; also regtested on x86-64 Fedora 18.

-- Followup by Sergio Durigan Junior:

By reading the patch (and the original code), I found it a little bit
obscure, so I took the liberty to try to improve it.  Here's the patch.
Could you please take a look and see if it works on AIX (and also if you
like the approach)?

gdb/
2014-03-20  Tom Tromey  <tromey@redhat.com>
    Sergio Durigan Junior  <sergiodj@redhat.com>

* probe.c (parse_probes): Turn assert into an ordinary error.
* break-catch-throw.c (re_set_exception_catchpoint): Ignore
exceptions when parsing probes.  Rearrange the code for clarity.
gdb/ChangeLog
gdb/break-catch-throw.c
gdb/probe.c
This page took 0.025039 seconds and 4 git commands to generate.