you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 2 years ago
gdb> break before it crashes
gdb> record full
gdb> continue
(segfault)

gdb> set exec-direction reverse

  • source