CVS log for winex/include/wine/debug.h |
 |
|
Up to [cvs] / winex / include / wine / debug.h
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision 1.8 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Sep 12 12:15:13 2007 UTC (15 months, 4 weeks ago) by daniel
CVS Tags:
HEAD
Changes since 1.7: +1 -0 lines
Diff to previous 1.7
- added the wine_dbg_sprintf() function. WineHQ's dbghelp library makes use of it.
Revision 1.7 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Sep 12 12:12:00 2007 UTC (15 months, 4 weeks ago) by daniel
Changes since 1.6: +2 -0 lines
Diff to previous 1.6
- added the wine_dbgstr_longlong() and debugstr_longlong() functions to ntdll
Revision 1.6 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Mar 30 20:33:56 2007 UTC (21 months, 1 week ago) by daniel
Changes since 1.5: +1 -0 lines
Diff to previous 1.5
- make config.h include-guarded
- include config.h in include/wine/debug.h to ensure that all channels get disabled when desired
- fix build error in twain that shows up now that it actually tries to detect SANE support (hah!) due to config.h getting included via debug.h
Revision 1.5 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Mar 28 14:32:33 2007 UTC (21 months, 1 week ago) by daniel
Changes since 1.4: +11 -0 lines
Diff to previous 1.4
New debugging helper: you can set a watchpoint on a memory location and
any writes to it will be logged in a +seh trace along with the code
address, the value written, and the top 4 dwords of the stack.
Revision 1.4 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Apr 22 17:40:45 2004 UTC (4 years, 8 months ago) by ovek
CVS Tags:
cedega-4-3
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
Make it possible to get some simple backtraces from +seh traces (if the
appropriate code is activated).
Revision 1.3 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Feb 24 19:52:39 2004 UTC (4 years, 10 months ago) by peter
Changes since 1.2: +2 -0 lines
Diff to previous 1.2
Gross little hacky way of getting a backtrace from a debug statement.
Have to actually know symbols to make some use of it.
Revision 1.2 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Jun 23 01:46:25 2003 UTC (5 years, 6 months ago) by hunnise
CVS Tags:
winex-sims-3-2,
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-sims-3-2-branch,
winex-3-3-branch,
winex-3-2-branch
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
Add WINE_EXPECT and use it for debug traces. Always expect to not be
printing traces. And if we are we're already taking a performance hit.
Revision 1.1.1.1 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Apr 19 15:52:22 2002 UTC (6 years, 8 months ago) by ovek
Branch:
winehq
CVS Tags:
winex-kohan-3-1,
winex-3-1,
winex-3-0-pre-1,
winex-3-0,
wine-20020228,
rewind-20031219,
rewind-20031217,
rewind-20030217,
rewind-20020925,
rewind-20020804,
rewind-20020607,
rewind-20020427,
rewind-20020419,
quartz-pre-removal,
quartz-post-removal,
head_merge_from_winex_2_0_branch
Branch point for:
winex-kohan-3-2-branch,
winex-3-0-branch
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Import of Wine release 20020228, the last X11-licensed Wine release.
Revision 1.1 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Apr 19 15:52:22 2002 UTC (6 years, 8 months ago) by ovek
Branch point for:
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.