[Lldb-commits] [lldb] [llvm] [lldb-dap] migrate set breakpoint requests (PR #137448)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Sun Apr 27 11:48:16 PDT 2025


================
@@ -43,6 +43,32 @@ bool fromJSON(const json::Value &Params, Source &S, json::Path P) {
          O.map("sourceReference", S.sourceReference);
 }
 
+static llvm::json::Value ToString(PresentationHint hint) {
----------------
ashgti wrote:

toJSON?

Then on line 67 you don't need to add `ToString`, it would be handled by the existing overloads.

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


More information about the lldb-commits mailing list