[all-commits] [llvm/llvm-project] f4570c: Adapt C++ std::string dataformatter for D125496
Adrian Prantl via All-commits
all-commits at lists.llvm.org
Fri May 20 11:26:00 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f4570ce442b492d436a0e314c6ea14bf299af0d3
https://github.com/llvm/llvm-project/commit/f4570ce442b492d436a0e314c6ea14bf299af0d3
Author: Adrian Prantl <aprantl at apple.com>
Date: 2022-05-20 (Fri, 20 May 2022)
Changed paths:
M lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
Log Message:
-----------
Adapt C++ std::string dataformatter for D125496
https://reviews.llvm.org/D125496 changed the layout of std::string
without updating the LLDB dataformatter. This patch adds code to
recognize the new format.
Differential Revision: https://reviews.llvm.org/D126080
More information about the All-commits
mailing list