Re: find seems to hang on bigger areas
Phil Phil via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <PH7PR22MB40484F186D355DE5609C59D1AAFB2@PH7PR22MB4048.namprd22.prod.outlook.com> |
No, it's the same post mortem coredump analysis from my last post. Aarch64 core on an x64 system. ________________________________ From: Luis Machado <[email protected]> Sent: Friday, June 7, 2024 2:06 PM To: Phil Phil <[email protected]>; [email protected] <[email protected]> Subject: Re: find seems to hang on bigger areas On 6/7/24 14:55, Phil Phil via Gdb wrote: > Greetings, > > I try to search a relatively large memory area in gdb, something like this: > > find /g 0x7f98f0b000, 0x7f99106000, 0x7f955c9390 > > GDB 11.1 Target: Aarch64 Host: x64 > > It doesn't finish even after hours. Can there anything be done? > > Regards Is this remote debugging by any chance?