Searched refs:_libcxx_printer_name (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/gdb/libcxx/ |
H A D | printers.py | 1010 _libcxx_printer_name = "libcxx_pretty_printer" variable 1024 if not getattr(progspace, _libcxx_printer_name, False): 1027 progspace, LibcxxPrettyPrinter(_libcxx_printer_name) 1029 setattr(progspace, _libcxx_printer_name, True) 1034 if getattr(progspace, _libcxx_printer_name, False): 1036 if getattr(printer, "name", "none") == _libcxx_printer_name: 1038 setattr(progspace, _libcxx_printer_name, False)
|