This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH v2 0/5] Prevent more recursion in python based unwinders


This is an updated series of patches for preventing recursion into
python based unwinders.

Pedro reviewed the earlier series; I've tried to address all of his
concerns in addition to several of my own concerns that I found along
the way.

The earlier patch series may be found here:

https://sourceware.org/ml/gdb-patches/2016-09/msg00391.html

To this series, I've also added a related testsuite patch which I had
before posted as a standalone patch.   This patch has changed slightly;
I discovered and fixed a typo in a comment since I first posted it.

Kevin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]