[all-commits] [llvm/llvm-project] 988d18: [lldb] Use `Address` to setup breakpoint
Julian Lettner via All-commits
all-commits at lists.llvm.org
Fri Jun 7 12:41:52 PDT 2024
Branch: refs/heads/users/yln/lldb-ReportRetriever_SetupBreakpoint-cleanup
Home: https://github.com/llvm/llvm-project
Commit: 988d184eb52824810f47aab27915c1644c5ce4ae
https://github.com/llvm/llvm-project/commit/988d184eb52824810f47aab27915c1644c5ce4ae
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: dd02ca52d3cdad42c549bf66b4c05aca8fa93f62
https://github.com/llvm/llvm-project/commit/dd02ca52d3cdad42c549bf66b4c05aca8fa93f62
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/72852c178701...dd02ca52d3cd
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