-
- Downloads
Add some support for pretty printing Twines containing std::string in gdb
This isn't perfect, since it doesn't use lazy_string - so if the std::string does contain unprintable characters it might fail, but seems better than nothing & LLVM doesn't generally store binary data in std::strings.
Showing
- cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.cpp 2 additions, 2 deletions.../debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.cpp
- cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.gdb 1 addition, 1 deletion.../debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.gdb
- llvm/utils/gdb-scripts/prettyprinters.py 1 addition, 1 deletionllvm/utils/gdb-scripts/prettyprinters.py
Loading
Please register or sign in to comment