Browse Source

Enable libc++ and LLVM pretty printers for gdb (#4715)

David Blaikie 1 năm trước cách đây
mục cha
commit
95c9634c60
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .gdbinit

+ 2 - 1
.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()