diff options
author | Jason Molenda <jmolenda@apple.com> | 2024-07-11 16:47:58 -0700 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2024-07-11 16:51:28 -0700 |
commit | 1988c27e5f4dbcf42c9a80f44bdee7ccd208a0ac (patch) | |
tree | 8cc2ad58ecb819b87f555b48738a62d7a440aa7c /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 6c8ff4cbb8d6ba6ff168c9209cfd1a7279995b40 (diff) | |
download | llvm-1988c27e5f4dbcf42c9a80f44bdee7ccd208a0ac.zip llvm-1988c27e5f4dbcf42c9a80f44bdee7ccd208a0ac.tar.gz llvm-1988c27e5f4dbcf42c9a80f44bdee7ccd208a0ac.tar.bz2 |
[lldb] [NFC] Update TestEarlyProcessLaunch to work on macOS 15
This test sets a breakpoint on malloc, as a way to stop early in
dyld's setting up code, before the system libraries are initialized
so we can confirm that we don't fetch the Objective-C class table
before it's initialized.
In macOS 15 (macOS Sonoma), dyld doesn't call malloc any longer,
so this heuristic/trick isn't working. It does call other things
called *alloc though, so I'm changing this to use a regex breakpoint
on that, to keep the test working.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions