[all-commits] [llvm/llvm-project] 40fd91: [lldb] Use `Address` to setup breakpoint
Julian Lettner via All-commits
all-commits at lists.llvm.org
Fri Jun 7 12:55:54 PDT 2024
Branch: refs/heads/users/yln/lldb-ReportRetriever_SetupBreakpoint-cleanup
Home: https://github.com/llvm/llvm-project
Commit: 40fd912a328cd9f7918a9f9c12f8cfd97094fc2f
https://github.com/llvm/llvm-project/commit/40fd912a328cd9f7918a9f9c12f8cfd97094fc2f
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:
-----------
[lldb] 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: 484f913a20b18364dd949f32e3f9c2c6404c8304
https://github.com/llvm/llvm-project/commit/484f913a20b18364dd949f32e3f9c2c6404c8304
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:
-----------
[lldb] Stop using legacy breakpoint symbol
Compare: https://github.com/llvm/llvm-project/compare/dd02ca52d3cd...484f913a20b1
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