-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hello, I have installed lldb15,
lldb-1500.0.200.58
Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
and I get the following error when using llef
Architecture set to: x86_64h-apple-macosx-.
(lldb) si
(lldb) [+] Unknown Architecture: x86_64h
Traceback (most recent call last):
File "/Users/chenhaohao/Downloads/chrome/llef-main/handlers/stop_hook.py", line 37, in handle_stop
self.context_handler.display_context(exe_ctx, True)
File "/Users/chenhaohao/Downloads/chrome/llef-main/common/context_handler.py", line 449, in display_context
self.refresh(exe_ctx)
File "/Users/chenhaohao/Downloads/chrome/llef-main/common/context_handler.py", line 434, in refresh
self.arch = get_arch(self.target)
File "/Users/chenhaohao/Downloads/chrome/llef-main/arch/__init__.py", line 33, in get_arch
return get_arch_from_str(arch)
File "/Users/chenhaohao/Downloads/chrome/llef-main/arch/__init__.py", line 42, in get_arch_from_str
raise TypeError(f"Unknown target architecture: {arch}")
TypeError: Unknown target architecture: x86_64h
Process 35072 stopped
* thread #1, name = 'CrRendererMain', queue = 'com.apple.main-thread', stop reason = instruction step into
frame #0: 0x00007ff80df846cd libsystem_kernel.dylib`mach_msg2_internal + 78
Target 0: (ME Helper (Renderer)) stopped.
How to solve this problem?
Metadata
Metadata
Assignees
Labels
No labels