[all-commits] [llvm/llvm-project] 01e980: [lldb] Use `Address` to setup breakpoint (#94794)

Julian Lettner via All-commits all-commits at lists.llvm.org
Mon Jan 6 15:26:39 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 01e980e792651391dfc3b399dbe300eddbbd0997
      https://github.com/llvm/llvm-project/commit/01e980e792651391dfc3b399dbe300eddbbd0997
  Author: Julian Lettner <yln at users.noreply.github.com>
  Date:   2025-01-06 (Mon, 06 Jan 2025)

  Changed paths:
    M lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/InstrumentationRuntimeASanLibsanitizers.cpp
    M lldb/source/Plugins/InstrumentationRuntime/Utility/ReportRetriever.cpp

  Log Message:
  -----------
  [lldb] Use `Address` to setup breakpoint (#94794)

Use `Address` (instead of `addr_t`) to setup
breakpoint in `ReportRetriever::SetupBreakpoint`.
This is cleaner and the breakpoint should now
survive re-running of the binary.

rdar://124399066



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list