================
@@ -1,9 +1,110 @@
 #include "Protocol/DAPTypes.h"
+#include "lldb/lldb-enumerations.h"
 
 using namespace llvm;
 
 namespace lldb_dap::protocol {
 
+static std::string SymbolTypeToString(lldb::SymbolType symbol_type) {
----------------
eronnen wrote:

:100: 

https://github.com/llvm/llvm-project/pull/153836
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to