[Lldb-commits] [lldb] [LLDB][NFC] Added the interface DWARFExpression::Delegate to break dependencies and reduce lldb-server size (PR #131645)

Dmitry Vasilyev via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 24 04:44:34 PDT 2025


slydiman wrote:

@labath 
I have removed `#include "Plugins/SymbolFile/DWARF/DWARFUnit.h"` from DWARFExpression.cpp and moved the helper DW_OP_value_to_name() from DWARFDefines.cpp to DWARFExpression.cpp

https://github.com/llvm/llvm-project/pull/131645


More information about the lldb-commits mailing list