Revert "[lldb] Inline expression evaluator error visualization (#106470)"

This reverts commit 49372d1ccc.
This commit is contained in:
Adrian Prantl
2024-09-27 17:05:21 -07:00
parent 2ddcc4e6b2
commit 41dca012e5
24 changed files with 51 additions and 315 deletions

View File

@@ -1483,12 +1483,6 @@ bool SBDebugger::GetUseColor() const {
return (m_opaque_sp ? m_opaque_sp->GetUseColor() : false);
}
bool SBDebugger::SetShowInlineDiagnostics(bool value) {
LLDB_INSTRUMENT_VA(this, value);
return (m_opaque_sp ? m_opaque_sp->SetShowInlineDiagnostics(value) : false);
}
bool SBDebugger::SetUseSourceCache(bool value) {
LLDB_INSTRUMENT_VA(this, value);