Handle pointer-to-member values with a "this adjustment".
commita8f7159c55c5279e2f2b6d928258833070fbc4bc
authorJohannes Sixt <j6t@kdbg.org>
Sat, 17 Sep 2016 15:03:39 +0000 (17 17:03 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Sat, 17 Sep 2016 15:03:39 +0000 (17 17:03 +0200)
tree9e76358ea3e609bed155c01eb9a9c2627c6061a6
parent20d049e721ae2e7dd3ccaeec758e492c857407af
Handle pointer-to-member values with a "this adjustment".

Pointer-to-member values in a multi-inheritance class hierarchy sometimes
need an adjustment of the this pointer. GDB helpfully writes it out. It
can also often be seen even for simple classes before a pointer to member
variable is initialized. Handle this case to avoid a parsing error.
kdbg/gdbdriver.cpp
kdbg/testprogs/multibrkpt.cpp