• D
    proc: Remove hardware assisted breakpoints · 466960d9
    Derek Parker 提交于
    Only use software breakpoints for now. The reasoning is because it
    complicates the code without justification, and is only supported on
    Linux. Eventually, once watchpoints are properly implemented we will
    revive some of this code. Also, if it is ever necessary to actually set
    a hw breakpoint we can revive that code as well.
    
    All future versions of this code will include support for OSX before
    being merged back in.
    466960d9
proc_test.go 19.7 KB