CVS log for winex/server/debugger.c |
 |
|
Up to [cvs] / winex / server / debugger.c
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision 1.15 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Jul 31 19:39:35 2007 UTC (15 months, 3 weeks ago) by mark
CVS Tags:
HEAD
Changes since 1.14: +2 -0 lines
Diff to previous 1.14
- implement SignalObjectAndWait
Revision 1.14 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Mar 30 15:55:03 2007 UTC (19 months, 3 weeks ago) by daniel
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
- disambiguate in-process tids (which all platforms have) with
cross-process tids (which only some platforms have)
- store in-process tid in the TEB, and use that to fix thread cleanup on
MacOS X
- modify shm server to handle platforms which don't have cross-process tids
- rename server unix_tid to unix_tid_or_pid for clarity
- implement MacOSX functionality on top of Mach to replace ptrace functionality on Linux:
- suspend/resume thread
- read/write process memory
- get/set thread context
Revision 1.13 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Mar 29 14:09:54 2007 UTC (19 months, 3 weeks ago) by daniel
Changes since 1.12: +6 -0 lines
Diff to previous 1.12
- add Mach exception handler infrastructure
- use it for breakpoint exceptions, as SIGTRAP isn't working reliably on
MacOSX
- modify debugger_attach()/debugger_detach() to work on MacOS X
- fix off-by-one in EIP for debug breakpoints on MacOSX, which gets debug
exceptions working
- add wrapper functions to convert structures between mach exception info
and bsd exception info, allowing us to use the same SIGTRAP handler as
other platforms
Revision 1.12 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Mar 27 20:25:26 2007 UTC (19 months, 3 weeks ago) by daniel
Changes since 1.11: +0 -4 lines
Diff to previous 1.11
Remove CONTEXTUAL_FD* defines as discussed with Gav, as this code is going to stay enabled. Fix a related compilation warning.
Revision 1.11 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Mar 27 20:13:48 2007 UTC (19 months, 3 weeks ago) by daniel
Changes since 1.10: +1 -0 lines
Diff to previous 1.10
If a debugger is attached to a terminated process, we should return a
failure, not crash the wineserver.
Revision 1.10 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Jun 29 15:36:22 2004 UTC (4 years, 4 months ago) by peter
CVS Tags:
cedega-4-3
Changes since 1.9: +6 -0 lines
Diff to previous 1.9
Should fix multidisc installers by merging the ctx fd cache and the handle
cache. Also removes limitation that only pthread systems can have sych
acceleration. An a couple of other small things for fun.
Revision 1.9 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Jun 29 14:17:14 2004 UTC (4 years, 4 months ago) by peter
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
Start of SHM phase 2.
multi disc installers are broken and there are several bugs/races remaining
Simple benchmarking shows 5 time throughput improvement.
Revision 1.8 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Apr 28 12:56:42 2004 UTC (4 years, 6 months ago) by peter
Changes since 1.7: +14 -12 lines
Diff to previous 1.7
First phase of SHM wineserver. Only the simple calls are accelerated.
shm calls are output to client debug channel.
Revision 1.1.1.12 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Wed Dec 17 18:58:13 2003 UTC (4 years, 11 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
rewind-20031219,
rewind-20031217
Changes since 1.1.1.11: +5 -2 lines
Diff to previous 1.1.1.11
Import from ReWind CVS at Dec 17, 2003.
Revision 1.7 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sun Sep 7 05:12:48 2003 UTC (5 years, 2 months ago) by hunnise
CVS Tags:
winex-3-3-2,
winex-3-3-1,
winex-3-3,
winex-3-2-1,
winex-3-2,
winex-3-1-99,
start-merge-6oct03,
dec3-internal-merge
Branch point for:
winex-3-3-branch,
winex-3-2-branch
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
Convert void* to process_id_t and thread_id_t
Revision 1.6 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue May 6 00:41:44 2003 UTC (5 years, 6 months ago) by hunnise
CVS Tags:
winex-sims-3-2,
winex-kohan-3-1,
winex-3-1
Branch point for:
winex-sims-3-2-branch,
winex-kohan-3-2-branch,
winex-3-0-branch
Changes since 1.5: +3 -2 lines
Diff to previous 1.5
Big wacking commit. Add most of the remaining pthread support.
Revision 1.5 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Apr 19 16:36:35 2002 UTC (6 years, 7 months ago) by ovek
CVS Tags:
winex-3-0-pre-1,
winex-3-0,
quartz-pre-removal,
quartz-post-removal,
head_merge_from_winex_2_0_branch
Changes since 1.4: +117 -4 lines
Diff to previous 1.4
Merge of Wine release 20020228, the last X11-licensed Wine release.
Conflicts between our typelib marshaller and Marcus's were resolved
by dumping Marcus's marshaller.
Revision 1.1.1.11 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Apr 19 15:53:45 2002 UTC (6 years, 7 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
wine-20020228,
rewind-20030217,
rewind-20020925,
rewind-20020804,
rewind-20020607,
rewind-20020427,
rewind-20020419
Changes since 1.1.1.10: +117 -4 lines
Diff to previous 1.1.1.10
Import of Wine release 20020228, the last X11-licensed Wine release.
Revision 1.4 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Dec 31 15:12:18 2001 UTC (6 years, 10 months ago) by ovek
CVS Tags:
winex-kohan-2-1,
winex-2-2-1,
winex-2-2,
winex-2-1,
winex-2-0-branch-merge-to-head,
winex-2-0
Branch point for:
winex-2-0-branch
Changes since 1.3: +24 -21 lines
Diff to previous 1.3
Attempted merge of Wine release 20011226. Probably breaks lots of stuff.
(Use the wine-premerge-20011226 cvs tag if you want)
Revision 1.1.1.10 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Mon Dec 31 10:52:39 2001 UTC (6 years, 10 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20020116,
wine-20011226
Changes since 1.1.1.9: +24 -21 lines
Diff to previous 1.1.1.9
Import of Wine release 20011226.
(The tree before this import has been tagged wine-premerge-20011226)
Revision 1.3 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Aug 29 19:37:10 2001 UTC (7 years, 2 months ago) by ovek
CVS Tags:
winehq-premerge-20010824-premerge-20011014,
winehq-premerge-20010824-postmerge-20011014,
wine-premerge-20011226
Changes since 1.2: +0 -1 lines
Diff to previous 1.2
Merge of Wine release 20010824 (only resolved CVS conflicts so far).
Revision 1.1.1.9 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Wed Aug 29 18:24:51 2001 UTC (7 years, 2 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20011028,
winehq-20011005,
winehq-20011004,
winehq-20010908,
wine-20011004,
wine-20010824
Changes since 1.1.1.8: +0 -1 lines
Diff to previous 1.1.1.8
Import of Wine release 20010824.
Revision 1.2 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sun Apr 22 04:35:16 2001 UTC (7 years, 7 months ago) by ovek
CVS Tags:
winehq-premerge-20010824-start,
winehq-premerge-20010824-20011014,
Oct1201,
Oct1101
Branch point for:
winehq-premerge-20010824
Changes since 1.1: +181 -122 lines
Diff to previous 1.1
More gdb debugging features: you can "cont", let the app run for a while,
and if an exception occurs, the app is stopped and gdb gets control again,
in the correct thread. If you "cont" again, the app's own exception
handlers get to handle the exception... (and if you exit gdb within an
unhandled exception, it seems winedbg launches to handle it instead.)
And it appears that the "sharedlibrary" command is better than "info
shared"...
Hmm. Wonder if I should keep working on gdb remote debugging...
Revision 1.1.1.8 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Mon Mar 5 22:55:54 2001 UTC (7 years, 8 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20010509,
winehq-20010501,
winehq-20010425,
winehq-20010419,
winehq-20010416,
winehq-20010414,
winehq-20010320,
winehq-20010318,
wine-20010510,
wine-20010418,
wine-20010326,
wine-20010305
Changes since 1.1.1.7: +2 -1 lines
Diff to previous 1.1.1.7
Import of Wine release 20010305.
Revision 1.1.1.7 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Mon Jan 29 17:22:34 2001 UTC (7 years, 9 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20010129,
wine-20010216
Changes since 1.1.1.6: +65 -39 lines
Diff to previous 1.1.1.6
Import of WineHQ CVS at Jan 29, 2001.
Revision 1.1.1.6 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Jan 26 19:15:33 2001 UTC (7 years, 9 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20010126
Changes since 1.1.1.5: +25 -57 lines
Diff to previous 1.1.1.5
Import of WineHQ CVS at Jan 26, 2001.
Revision 1.1.1.5 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Jan 12 19:39:25 2001 UTC (7 years, 10 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20010123,
winehq-20010117,
winehq-20010113,
winehq-20010112,
wine-20010112
Changes since 1.1.1.4: +10 -3 lines
Diff to previous 1.1.1.4
Import of WineHQ CVS at Jan 12, 2001.
Revision 1.1.1.4 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Jan 5 08:03:29 2001 UTC (7 years, 10 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20010105
Changes since 1.1.1.3: +12 -14 lines
Diff to previous 1.1.1.3
Import of WineHQ CVS at Jan 5, 2001, after Alexandre applied our
winehq-ddraw-merge patch, slightly modified.
(I tagged the tree before this import with winehq-premerge-20010105,
just in case.)
Revision 1.1.1.3 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Sat Dec 23 00:53:29 2000 UTC (7 years, 11 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-premerge-20010105,
winehq-20010103,
winehq-20001230,
winehq-20001229,
winehq-20001223,
wine-20001222
Changes since 1.1.1.2: +8 -8 lines
Diff to previous 1.1.1.2
Import of WineHQ CVS at Dec 23, 2000 (timezone=CET).
Wow, almost Christmas...
Revision 1.1.1.2 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Thu Dec 21 03:35:49 2000 UTC (7 years, 11 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20001221
Changes since 1.1.1.1: +2 -4 lines
Diff to previous 1.1.1.1
Import of WineHQ CVS at Dec 21, 2000.
Revision 1.1.1.1 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Sep 8 01:44:01 2000 UTC (8 years, 2 months ago) by gavriels
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20001214,
winehq-20001213,
winehq-20001212,
winehq-20001206,
winehq-112300,
winehq-090700,
winehq-011200,
merge-231100-start,
andrew-071100-start,
andrew-071100-premerge,
andrew-071100-postmerge
Branch point for:
mipmap,
merge-231100,
andrew-071100
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Import of WineHQ 090700
Revision 1.1 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Sep 8 01:44:01 2000 UTC (8 years, 2 months ago) by gavriels
Branch point for:
winehq-ddraw-merge,
winehq
Initial revision
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.