Changes between Version 1 and Version 2 of DebuggingWithQEMUAndGDB
- Timestamp:
- 2016-07-09T14:24:55Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DebuggingWithQEMUAndGDB
v1 v2 1 1 = Using QEMU and GDB to debug kernel and uspace tasks = 2 [[PageOutline(2-3)]] 2 3 3 4 The combination of QEMU and GDB allows HelenOS to be comfortably debugged either on the assembly or the source code level. For detailed information on low-level debugging, see for example this [http://d3s.mff.cuni.cz/teaching/crash_dump_analysis/ course] on crash dump analysis.