Changes between Version 3 and Version 4 of CoreFiles


Ignore:
Timestamp:
2011-09-22T21:03:24Z (13 years ago)
Author:
Jiri Svoboda
Comment:

Again, presence of register state depends on arch

Legend:

Unmodified
Added
Removed
Modified
  • CoreFiles

    v3 v4  
    6060}}}
    6161
    62 It will complain that register state is not present in the core file, but it will work. Also note that you may want to compile your binary with debugging symbols so that type and line number information is available to GDB... Happy debugging!
     62On some arches it may complain that register state is not present in the core file, but it will work anyway (but you don't get a stack trace). Also note that you may want to compile your binary with debugging symbols so that type and line number information is available to GDB... Happy debugging!