From 95c9634c6017bc89278fce65f4df9c79d1392188 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Thu, 19 Dec 2024 10:53:21 -0800 Subject: [PATCH] Enable libc++ and LLVM pretty printers for gdb (#4715) --- .gdbinit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gdbinit b/.gdbinit index e2db36d73962d..f6df74bf4b231 100644 --- a/.gdbinit +++ b/.gdbinit @@ -2,5 +2,6 @@ # Exceptions. See /LICENSE for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -source third_party/llvm-project/libcxx/utils/gdb/libcxx/printers.py +source external/_main~llvm_project~llvm-project/llvm/utils/gdb-scripts/prettyprinters.py +source external/_main~llvm_project~llvm-project/libcxx/utils/gdb/libcxx/printers.py python register_libcxx_printer_loader()