Fix HHVM gdb Python scripts to find SrcKey members
commit8cb68865811ec4c0a01495e7576bc6756aa8a599
authorMichael Christensen <mchristensen@fb.com>
Wed, 16 Mar 2022 19:53:12 +0000 (16 12:53 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Wed, 16 Mar 2022 19:53:12 +0000 (16 12:53 -0700)
treedc73cdae26307cb8eafdef54c620cbe312ebc57a
parentc360743996e3f921a5cdb170745e44625386252a
Fix HHVM gdb Python scripts to find SrcKey members

Summary: The set of HHVM-specific Python/GDB scripts were failing to pretty print `SrcKey` structs. They were changed slightly in D24549615 (https://github.com/facebook/hhvm/commit/16b96898b6248ea032fcf2a6341b3a7e26a56e15) to have a named union member, and this diff makes the pretty printer consistent with that.

Reviewed By: arnabde03

Differential Revision: D34929467

fbshipit-source-id: 9144c7ab1ce3a0ea21cc30de31ecfa6fe5816261
hphp/tools/gdb/pretty.py