[all-commits] [llvm/llvm-project] bea2d5: [lldb][NFC] Remove unused ValueObject::LogValueObj...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Feb 23 03:13:35 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bea2d5e47867687c8d2f95bd70ed9a77d19eeb6e
https://github.com/llvm/llvm-project/commit/bea2d5e47867687c8d2f95bd70ed9a77d19eeb6e
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-02-23 (Tue, 23 Feb 2021)
Changed paths:
M lldb/include/lldb/Core/ValueObject.h
M lldb/source/Core/ValueObject.cpp
Log Message:
-----------
[lldb][NFC] Remove unused ValueObject::LogValueObject functions
Those functions aren't called anywhere. For debugging purposes we usually
have Dump() methods (which already exist in some semi-functional form in
ValueObject).
More information about the All-commits
mailing list