[lldb] Don't dump the frame in SBTarget::EvaluateExpression in LLDB_CONFIGURATION_DEBUG
authorRaphael Isemann <teemperor@gmail.com>
Tue, 24 Mar 2020 19:16:07 +0000 (20:16 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Tue, 24 Mar 2020 19:16:09 +0000 (20:16 +0100)
commitaef982e35acd2a0c4f6064308601658745e78cfc
treed67327aa1fee70871b74728661c0006a08c74fcd
parent1a083f027f33f4014247df4c0e757e23d5cdab64
[lldb] Don't dump the frame in SBTarget::EvaluateExpression in LLDB_CONFIGURATION_DEBUG

Summary:
Dumping the frame using the user-set format could cause that a debug LLDB doesn't behave as a release LLDB,
which could potentially break replaying a reproducer.

Also it's kinda strange that the frame format set by the user is used in the internal log output.

Reviewers: JDevlieghere

Reviewed By: JDevlieghere

Differential Revision: https://reviews.llvm.org/D76685
lldb/source/API/SBTarget.cpp