Re: GDB / AArch64 / MacOS
John Baldwin <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 7/19/23 6:19 AM, Andrew Haley via Gdb wrote: > What is the status of this combo? It seems that GDB works fine for a compiled > (emulated in Rosetta) MacOS/x86 app, but not a MacOS/AArch64 app. Has anyone > seen patches to make this work? I don't think there is any support for MacOS/AArch64 as a target (e.g. no aarch64-darwin-nat.c) and I haven't seen any patches for that either. -- John Baldwin