Skip to content

Commit

Permalink
Enable libc++ and LLVM pretty printers for gdb (#4715)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwblaikie authored Dec 19, 2024
1 parent a536dbd commit 95c9634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gdbinit
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 95c9634

Please sign in to comment.