Adding GDB PrettyPrinter for mlir::Identifier.
authorChristian Sigg <csigg@google.com>
Tue, 1 Sep 2020 13:43:38 +0000 (15:43 +0200)
committerChristian Sigg <csigg@google.com>
Thu, 3 Sep 2020 06:18:09 +0000 (08:18 +0200)
commit9e9e6e698d8ef5dc5b7576058f2022aab2534a52
tree5cde4703473c265eff18c72d8fd5eaa7d14ff513
parentc0b6bc070e78cbd20bc4351704f52d85192e8804
Adding GDB PrettyPrinter for mlir::Identifier.

This is the first bit from D73546. Primarily setting up the corresponding test. Will add more pretty printers in a separate revision.

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D86937
debuginfo-tests/CMakeLists.txt
debuginfo-tests/lit.cfg.py
debuginfo-tests/lit.site.cfg.py.in
debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.cpp [new file with mode: 0644]
debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.gdb [new file with mode: 0644]
mlir/utils/gdb-scripts/prettyprinters.py [new file with mode: 0644]