[all-commits] [llvm/llvm-project] 862ff6: Use `Address` to setup breakpoint

Julian Lettner via All-commits all-commits at lists.llvm.org
Fri Jun 7 12:39:57 PDT 2024


  Branch: refs/heads/users/yln/lldb-ReportRetriever_SetupBreakpoint-cleanup
  Home:   https://github.com/llvm/llvm-project
  Commit: 862ff625361d9f2bb5ca4048a565cc0701f6222a
      https://github.com/llvm/llvm-project/commit/862ff625361d9f2bb5ca4048a565cc0701f6222a
  Author: Julian Lettner <jlettner at apple.com>
  Date:   2024-06-07 (Fri, 07 Jun 2024)

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

  Log Message:
  -----------
  Use `Address` to setup breakpoint

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


  Commit: 72852c17870123e28a602af86d32827e5e187a67
      https://github.com/llvm/llvm-project/commit/72852c17870123e28a602af86d32827e5e187a67
  Author: Julian Lettner <jlettner at apple.com>
  Date:   2024-06-07 (Fri, 07 Jun 2024)

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

  Log Message:
  -----------
  Stop using legacy breakpoint symbol


Compare: https://github.com/llvm/llvm-project/compare/862ff625361d%5E...72852c178701

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