WineDbg: Implemented harware assisted breakpoints.

Eric Pouech eric.pouech at wanadoo.fr
Wed Jan 4 14:24:13 CST 2006


one can now set a hardware breakpoint in winedbg (it will not insert an 
INT 3 command in the code, but rather use the x86 debug registers).
handy for debugging trashed code for example

all the syntaxic forms of the 'break' command can be used for this new 
hbreak command.
(only works on x86 for now)

ChangeLog:
Implemented harware assisted breakpoints

  programs/winedbg/break.c    |   65 
++++++++++++++++++++++++++++---------------
  programs/winedbg/dbg.y      |   18 ++++++++----
  programs/winedbg/debug.l    |    1 +
  programs/winedbg/debugger.h |    9 +++---
  programs/winedbg/winedbg.c  |    2 +
  5 files changed, 62 insertions(+), 33 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 871089fee9052b51e19a09b83a058cbd3a88a759.diff
Type: text/x-patch
Size: 12027 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060104/142c01ec/871089fee9052b51e19a09b83a058cbd3a88a759.diff


More information about the wine-patches mailing list