[Lldb-commits] [lldb] [lldb] Realpath symlinks for breakpoints (PR #102223)

via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 7 14:22:28 PDT 2024


================
@@ -192,6 +192,10 @@ TargetStats::ToJSON(Target &target,
   }
   target_metrics_json.try_emplace("sourceMapDeduceCount",
                                   m_source_map_deduce_count);
+  target_metrics_json.try_emplace("sourceRealpathAttemptCount",
----------------
jimingham wrote:

I was missing where this work is done.  I don't care about two extra fields set once in the JSON.  This is fine.

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


More information about the lldb-commits mailing list