Update prettyprinters.py to match MLIR changes.
This has gone unnoticed because no build bot is running tests with debug info.
I will look into what we can do about this separately. There is
https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/,
from Apple. The Debug Info tests are failing despite the green result.
See https://github.com/llvm/llvm-project/issues/48872.
Note: the llvm-support.gdb test only works with Debug,
but not RelWithDebInfo because some checked symbols are stripped.
while you're refactoring this file anyway, might it make sense to put the actual command before the CHECKs? More like the way assertions are done in a gunit test, etc? (that way the reader isn't looking ahead to see what command is being run to figure out why these CHECKs are the right ones)