[all-commits] [llvm/llvm-project] c5073e: Add auto source map deduce count statistics

jeffreytan81 via All-commits all-commits at lists.llvm.org
Thu Sep 22 14:53:25 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c5073ed5f92900bbbe9f6a30bbfc9507df54749d
      https://github.com/llvm/llvm-project/commit/c5073ed5f92900bbbe9f6a30bbfc9507df54749d
  Author: Jeffrey Tan <jeffreytan at fb.com>
  Date:   2022-09-22 (Thu, 22 Sep 2022)

  Changed paths:
    M lldb/include/lldb/Target/PathMappingList.h
    M lldb/include/lldb/Target/Statistics.h
    M lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
    M lldb/source/Target/PathMappingList.cpp
    M lldb/source/Target/Statistics.cpp
    M lldb/test/API/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py

  Log Message:
  -----------
  Add auto source map deduce count statistics

This patch adds auto source map deduce count as a target level statistics.
This will help telemetry to track how many debug sessions benefit from this feature.

Differential Revision: https://reviews.llvm.org/D134483




More information about the All-commits mailing list