[all-commits] [llvm/llvm-project] 6fca18: Simplify the breakpoint setting in DynamicLoaderMa...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Sat Apr 24 14:05:13 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6fca189532511da1b48e8c0d9aad8ff2edca382d
https://github.com/llvm/llvm-project/commit/6fca189532511da1b48e8c0d9aad8ff2edca382d
Author: Jason Molenda <jason at molenda.com>
Date: 2021-04-24 (Sat, 24 Apr 2021)
Changed paths:
M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
Log Message:
-----------
Simplify the breakpoint setting in DynamicLoaderMacOS::SetNotificationBreakpoint
Instead of looking up a symbol and reducing it to an addr_t to set
a breakpoint, set the breakpoint on the function name directly.
The old Mac OS X dynamic loader plugin worked in terms of addresses
and I incorrectly emulated that here when I wrote this newer one.
Differential Revision: https://reviews.llvm.org/D100931
More information about the All-commits
mailing list