GDB pretty printers: Basic DenseMap support
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 16 Dec 2016 23:53:14 +0000 (23:53 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 16 Dec 2016 23:53:14 +0000 (23:53 +0000)
commit23cbb11e27cebb4132f313f6cde662b35a4515d2
tree89830a5c0758e130d49136efe605972cb0e97795
parenta0aec9b590bd9f71e14f73d499e878d7f69a4e34
GDB pretty printers: Basic DenseMap support

Still prints the empty/tombstone keys (which some people would prefer,
but I find pretty noisy) because I haven't yet found a reliable way to
skip them (it requires calling into the running process to do so, which
isn't ideal for a pretty printer (doesn't work on a core file, for
example) - and gdb's ability to do so (or my ability to figure out how
to get gdb to do so) is limited) left some breadcrumbs for the next
person who might try to address that.

llvm-svn: 290011
llvm/utils/gdb-scripts/prettyprinters.py