Eric Pouech : winedbg: Hardware breakpoints

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jan 27 09:19:17 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 6ab9b23526626b18fc53fb8775960d7433beb3a7
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=6ab9b23526626b18fc53fb8775960d7433beb3a7

Author: Eric Pouech <eric.pouech at 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=6ab9b23526626b18fc53fb8775960d7433beb3a7



More information about the wine-cvs mailing list