Module: wine Branch: refs/heads/master Commit: 6ab9b23526626b18fc53fb8775960d7433beb3a7 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=6ab9b23526626b18fc53fb87...
Author: Eric Pouech eric.pouech@wanadoo.fr Date: Fri Jan 27 16:17:22 2006 +0100
winedbg: Hardware breakpoints - implemented hardware assisted breakpoints (new 'hbreak' command which behaves just as 'break' command) - small improvements to break handling (saving hit xpoint across exception handling) - fixed 'cont N' command for watchpoints
---
programs/winedbg/break.c | 106 +++++++++++++++++++++++++++---------------- programs/winedbg/dbg.y | 18 +++++-- programs/winedbg/debug.l | 1 programs/winedbg/debugger.h | 10 ++-- programs/winedbg/winedbg.c | 3 + 5 files changed, 88 insertions(+), 50 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=6ab9b23526626b18fc53...