diff options
author | Jason Molenda <jason@molenda.com> | 2022-11-03 10:46:48 -0700 |
---|---|---|
committer | Jason Molenda <jason@molenda.com> | 2022-11-03 10:46:48 -0700 |
commit | fd2065b70f2a74503725ebadb39c5dd2f9aa15c9 (patch) | |
tree | 0a5bb7a9a70933bf9629b54ebe1703e0818b2a51 /lldb/test/Shell/ScriptInterpreter/Python/eof.test | |
parent | 7e133eb49b35b1648de786f21f38db084f597b7f (diff) | |
download | llvm-fd2065b70f2a74503725ebadb39c5dd2f9aa15c9.zip llvm-fd2065b70f2a74503725ebadb39c5dd2f9aa15c9.tar.gz llvm-fd2065b70f2a74503725ebadb39c5dd2f9aa15c9.tar.bz2 |
Have GetSupportedArchitectures report all supported arches
PlatformDarwinKernel::GetSupportedArchitectures returns a list
of architectures that are possible for this platform; it was using
a compile-time check for the debug host to decide the list of arches
that were valid. This was copied from a codepath doing native process
debugging, and was clearly wrong for kernel debugging, but it had
not happened to cause problems so it went unnoticed for a long time.
Small NFC change to the logging messages of Target::SetArchitecture
to make them a little more explicit about how the architecture is
being modified/replaced.
Differential Revision: https://reviews.llvm.org/D137301
rdar://101690111
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python/eof.test')
0 files changed, 0 insertions, 0 deletions