This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/2] Fix memory leaks in create_ada_exception_catchpoint
- From: Tom Tromey <tromey at adacore dot com>
- To: gdb-patches at sourceware dot org
- Date: Wed, 13 Feb 2019 06:45:03 -0700
- Subject: [PATCH 0/2] Fix memory leaks in create_ada_exception_catchpoint
These patches fix a couple of memory leaks in
create_ada_exception_catchpoint. This is based on Philippe's patch
and analysis.
Tested on x86-64 Fedora 29. I also tried "catch exception" under
valgrind to verify the fix.
Tom