rellermeyer / course_os

CS 439 course OS
BSD 3-Clause "New" or "Revised" License
38 stars 26 forks source link

GDB Breakpoint Support #12

Closed rellermeyer closed 4 years ago

rellermeyer commented 10 years ago

Implement support for breakpoints to simplify debugging.

NULLx76 commented 4 years ago

Breakpoints are fully supported when debugging through qemu's gdbserver and when loading the symbols. #25 adds support for this just like with issue #11.

NULLx76 commented 4 years ago

Resolved by #45