Handle pointer-to-member function values that are virtual functions.
commit6ee0d135e6abfd21c6fd3ba8c5da1133b10a69d3
authorJohannes Sixt <j6t@kdbg.org>
Sat, 17 Sep 2016 17:22:56 +0000 (17 19:22 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Sat, 17 Sep 2016 21:20:34 +0000 (17 23:20 +0200)
treeac8c8d02eb26a72cdd734de9c5406136da0fbca1
parenta8f7159c55c5279e2f2b6d928258833070fbc4bc
Handle pointer-to-member function values that are virtual functions.

A pointer-to-member function can hold a pointer to a virtual member
function. Parse such a value.
kdbg/gdbdriver.cpp
kdbg/testprogs/multibrkpt.cpp
kdbg/testprogs/testfile.cpp