wallace added inline comments.

================
Comment at: lldb/tools/lldb-vscode/ProgressEvent.cpp:38-78
+const char *ProgressEvent::GetEventName() const {
+  if (m_event_type == progressStart)
+    return "progressStart";
+  else if (m_event_type == progressEnd)
+    return "progressEnd";
+  else if (m_event_type == progressUpdate)
+    return "progressUpdate";
----------------
all of this is just moved from the existing code


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100443/new/

https://reviews.llvm.org/D100443

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to