Changes between Version 3 and Version 4 of CoreFiles
- Timestamp:
- 2011-09-22T21:03:24Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CoreFiles
v3 v4 60 60 }}} 61 61 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!62 On 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!