A core file is an image of a process that has crashed.
Is it possible to save/dump core file using gdb? Sometimes I want to save file to analyze it later.
gdb core-fileI am doing an snprintf and getting a seg fault. when I loaded the core file on gdb like this: …
c gdb segmentation-fault crash-dumps core-fileI'm trying to read an ARM core file on my Linux desktop, but it seems not to be able to …
gdb arm core-file