Skip to content
Snippets Groups Projects
Commit 85c72d70 authored by Tom Tromey's avatar Tom Tromey
Browse files

Fix DAP frame bug with older versions of Python


Tom de Vries pointed out that one DAP test failed on Python 3.6
because gdb.Frame is not hashable.

This patch fixes the problem by using a list to hold the frames.  This
is less efficient but there normally won't be that many frames.

Tested-by: default avatarTom de Vries <tdevries@suse.de>
parent 97b75c42
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment