Searched refs:_libcxx_printer_name (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/libcxx/utils/gdb/libcxx/ |
| D | printers.py | 996 _libcxx_printer_name = "libcxx_pretty_printer" variable 1011 if not getattr(progspace, _libcxx_printer_name, False): 1014 progspace, LibcxxPrettyPrinter(_libcxx_printer_name)) 1015 setattr(progspace, _libcxx_printer_name, True) 1020 if getattr(progspace, _libcxx_printer_name, False): 1022 if getattr(printer, "name", "none") == _libcxx_printer_name: 1024 setattr(progspace, _libcxx_printer_name, False)
|