Silence ARI for valid calls to abort
authorTom Tromey <tromey@adacore.com>
Thu, 5 Dec 2019 15:08:39 +0000 (08:08 -0700)
committerTom Tromey <tromey@adacore.com>
Fri, 13 Dec 2019 22:15:31 +0000 (15:15 -0700)
commit036003a671233c43e35b3004f91e4cbd61255cf3
tree9968bec13a80f0cae8076e95460e05c5519bf120
parent8aaaf7577f070c91086533d959ac36a15d1d604f
Silence ARI for valid calls to abort

There are a handful of spots in gdb that validly call abort.  This
patch adds the appropriate ARI marker to these lines, to silence the
ARI report.  This also removes the "fix" call for "abort" from
gdb_ari.sh; it was incorrect and now is not needed.

gdb/ChangeLog
2019-12-13  Tom Tromey  <tromey@adacore.com>

* contrib/ari/gdb_ari.sh: Remove "fix" call for abort.
* utils.c (abort_with_message, dump_core, internal_vproblem): Add
ARI marker to abort.
* event-top.c (handle_sigsegv): Add ARI marker to abort.

Change-Id: I09ce6aa5010bbe4e5bb73ffdb727481be39d34d6
gdb/ChangeLog
gdb/contrib/ari/gdb_ari.sh
gdb/event-top.c
gdb/utils.c
This page took 0.026176 seconds and 4 git commands to generate.