0

I am using google break pad to generate core dumps of linux applications. What I want to know is is there a way to convert from the .dmp that break pad creates to a linux core file, so that I can debug it with gdb and linux symbols?

Thomas Weller
  • 55,411
  • 20
  • 125
  • 222

1 Answers1

0

There is a tool in google break pad at /srs/tools/linux/md2core that does exactly this.