Alexandre Julliard : server: Use the standard suspend mechanism to simulate a breakpoint

Alexandre Julliard julliard at wine.codeweavers.com
Wed Apr 19 13:15:19 CDT 2006


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Apr 19 19:45:39 2006 +0200

server: Use the standard suspend mechanism to simulate a breakpoint
in an active process, instead of sending a SIGTRAP.

---

 server/context_alpha.c   |   13 +++----------
 server/context_i386.c    |   13 +++----------
 server/context_powerpc.c |   13 +++----------
 server/context_sparc.c   |   13 +++----------
 server/context_x86_64.c  |   13 +++----------
 server/debugger.c        |   30 +++++-------------------------
 server/process.c         |   22 ++++++++++++++++++++++
 server/process.h         |    1 +
 server/thread.c          |   19 +++++++++++++++++++
 server/thread.h          |    4 +++-
 10 files changed, 65 insertions(+), 76 deletions(-)

Diff:   http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=17de8290966899eb664ecebd1113c8910dde71bc



More information about the wine-cvs mailing list