[Lldb-commits] [lldb] [LLDB][NFC] Create a namespace for the DWARF plugin (PR #68150)

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 6 07:52:18 PDT 2023


================
@@ -18,7 +18,9 @@
 #include "llvm/DebugInfo/DWARF/DWARFLocationExpression.h"
 #include <functional>
 
+namespace lldb_plugin::dwarf {
----------------
walter-erquinigo wrote:

Sure, I'll change that!!

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


More information about the lldb-commits mailing list