[all-commits] [llvm/llvm-project] 6f5d10: [lldb] Add SBBreakpointLocation::SetCallback

Laura Alejandra Chaparro GutiƩrrez via All-commits all-commits at lists.llvm.org
Mon Sep 12 11:00:44 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6f5d109fca23056dd74d673d2e3439ece22c80b4
      https://github.com/llvm/llvm-project/commit/6f5d109fca23056dd74d673d2e3439ece22c80b4
  Author: Laura Chaparro-Gutierrez <lauralcg at google.com>
  Date:   2022-09-12 (Mon, 12 Sep 2022)

  Changed paths:
    M lldb/include/lldb/API/SBBreakpointLocation.h
    M lldb/source/API/SBBreakpointLocation.cpp
    M lldb/test/API/api/multithreaded/TestMultithreaded.py
    A lldb/test/API/api/multithreaded/test_breakpoint_location_callback.cpp.template

  Log Message:
  -----------
  [lldb] Add SBBreakpointLocation::SetCallback

* Include SetCallback in SBBreakpointLocation, similar as in SBBreakpoint.
* Add test_breakpoint_location_callback test as part of TestMultithreaded.

Reviewed By: werat, JDevlieghere

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

Co-authored-by: Andy Yankovsky <weratt at gmail.com>




More information about the All-commits mailing list