llvm-project/lldb/source/Plugins/DynamicLoader
Jason Molenda 6fca189532 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
2021-04-24 14:03:41 -07:00
..
Darwin-Kernel Target::ReadMemory read from read-only binary file Section, not memory 2021-04-16 16:13:07 -07:00
Hexagon-DYLD [lldb] Make DoReadMemory a protected method. 2021-01-07 21:06:36 -08:00
MacOSX-DYLD Simplify the breakpoint setting in DynamicLoaderMacOS::SetNotificationBreakpoint 2021-04-24 14:03:41 -07:00
POSIX-DYLD Revert "Make sure the interpreter module was loaded before making checks against it" 2021-02-21 10:38:25 -08:00
Static Handle all standalone combinations of LC_NOTEs w/ & w/o addr & uuid 2021-04-01 18:59:36 -07:00
Windows-DYLD Target::ReadMemory read from read-only binary file Section, not memory 2021-04-16 16:13:07 -07:00
wasm-DYLD [LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly debugging 2020-02-17 12:42:23 +01:00
CMakeLists.txt [lldb/Plugin] Unconditionally build Darwin-Kernel 2020-02-17 18:14:24 -08:00