Target does not support core file generation
I'm trying to attach a process and dump memory using gdb in root mode but gcore does not work on x86. gcore does work on my ARM-based phone but it is slow to handle these, emulator is much faster, and I just want to save battery and keep battery last longer.
Steps to reproduce:
- Install Memu Lollipop RC5
- Install Termux, and launch it
-
apt update -
apt install gdb tsu -
su -
dumpsys meminfoand find pid of process to attach -
quit -
tsu -
gdb -pid (pid) -
gcore (path)

have the same problem,with gdb 8.1
I'm also having the same problem with gdp 8.1, unfortunately.
same
have the same problem with gdb 7.11
Still the same with gdb 8.3 (latest)
have the same problem with gdb 9.1 ,why?
This issue/PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.