Kaydet (Commit) 0b369e8f authored tarafından Miklos Vajna's avatar Miklos Vajna

gdb: enable pretty-printer for uno::Reference

Change-Id: Ia4ac141d8e054d8558d77251c6f069a51a7e6fab
üst 535e9e7f
...@@ -153,6 +153,7 @@ def build_pretty_printers(): ...@@ -153,6 +153,7 @@ def build_pretty_printers():
# basic UNO stuff # basic UNO stuff
printer.add('_uno_Any', UnoAnyPrinter) printer.add('_uno_Any', UnoAnyPrinter)
printer.add('com::sun::star::uno::Any', UnoAnyPrinter) printer.add('com::sun::star::uno::Any', UnoAnyPrinter)
printer.add('com::sun::star::uno::Reference', UnoReferencePrinter)
printer.add('com::sun::star::uno::Sequence', UnoSequencePrinter) printer.add('com::sun::star::uno::Sequence', UnoSequencePrinter)
printer.add('com::sun::star::uno::Type', UnoTypePrinter) printer.add('com::sun::star::uno::Type', UnoTypePrinter)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment