CVS log for wine/debugger/Attic/msc.c

[BACK] Up to [wine] / wine / debugger

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.51, Fri Sep 13 17:54:28 2002 UTC (6 years, 9 months ago) by julliard
Branch: MAIN
CVS Tags: HEAD
Changes since 1.50: +0 -0 lines
FILE REMOVED

Moved the debugger to programs/winedbg where it belongs.

Revision 1.50 / (download) - [select for diffs], Wed Aug 28 22:21:03 2002 UTC (6 years, 10 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20020904
Changes since 1.49: +1 -2 lines
Diff to previous 1.49 (colored)

Eric Pouech <eric.pouech@wanadoo.fr>
Fixed typo in test.

Revision 1.49 / (download) - [select for diffs], Fri May 31 23:06:47 2002 UTC (7 years, 1 month ago) by julliard
Branch: MAIN
CVS Tags: Wine-20020804, Wine-20020710, Wine-20020605
Changes since 1.48: +100 -100 lines
Diff to previous 1.48 (colored)

Vincent Béron <vberon@mecano.gme.usherb.ca>
Removed trailing whitespace.

Revision 1.48 / (download) - [select for diffs], Wed May 1 18:13:18 2002 UTC (7 years, 2 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20020509
Changes since 1.47: +1 -1 lines
Diff to previous 1.47 (colored)

Attempt at fixing MAX_PATH issues for mingw.

Revision 1.47 / (download) - [select for diffs], Mon Apr 1 21:01:50 2002 UTC (7 years, 3 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20020411
Changes since 1.46: +32 -4 lines
Diff to previous 1.46 (colored)

Eric Pouech <eric.pouech@wanadoo.fr>
Fixed module mapping for debug info when PE section is compressed.

Revision 1.46 / (download) - [select for diffs], Sat Mar 9 23:50:37 2002 UTC (7 years, 3 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20020310
Changes since 1.45: +14 -0 lines
Diff to previous 1.45 (colored)

Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.

Revision 1.45 / (download) - [select for diffs], Fri Dec 21 20:29:58 2001 UTC (7 years, 6 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20020228, Wine-20020122, Wine-20011226, Before-LGPL
Changes since 1.44: +15 -15 lines
Diff to previous 1.44 (colored)

Eric Pouech <eric.pouech@wanadoo.fr>
Fixed stabs parsing for GCC 3.0 (default types).
Added boolean type support.
Simplified internal types handling.

Revision 1.44 / (download) - [select for diffs], Thu Dec 6 22:22:25 2001 UTC (7 years, 6 months ago) by julliard
Branch: MAIN
Changes since 1.43: +87 -85 lines
Diff to previous 1.43 (colored)

Dave Hawkes <daveh-wine@cadlink.com>
Fix for some types of C++ debug info that can cause winedbg to crash.

Revision 1.43 / (download) - [select for diffs], Tue Aug 21 17:07:17 2001 UTC (7 years, 10 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20011108, Wine-20011004, Wine-20010824
Changes since 1.42: +1 -1 lines
Diff to previous 1.42 (colored)

Francois Gouget <fgouget@free.fr>
Documentation updates (mainly thru vs. through).

Revision 1.42 / (download) - [select for diffs], Fri Aug 3 18:11:00 2001 UTC (7 years, 11 months ago) by julliard
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

Marcus Meissner <marcus@jet.franken.de>
Check for -1 as the undefined value for handles before CloseHandle.

Revision 1.41 / (download) - [select for diffs], Mon Jul 23 00:04:00 2001 UTC (7 years, 11 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20010731
Changes since 1.40: +2 -1 lines
Diff to previous 1.40 (colored)

Removed some unnecessary includes.

Revision 1.40 / (download) - [select for diffs], Fri Dec 29 05:38:00 2000 UTC (8 years, 6 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20010629, Wine-20010510, Wine-20010418, Wine-20010326, Wine-20010305, Wine-20010216, Wine-20010112
Changes since 1.39: +1 -2 lines
Diff to previous 1.39 (colored)

François Gouget <fgouget@codeweavers.com>
Compile the debugger with STRICT on.

Revision 1.39 / (download) - [select for diffs], Tue Dec 26 01:28:51 2000 UTC (8 years, 6 months ago) by julliard
Branch: MAIN
Changes since 1.38: +17 -15 lines
Diff to previous 1.38 (colored)

Joerg Mayer <jmayer@loplof.de>
Fix the trivial compiler warnings in debugger/ when compiling with -W
- moved inline statements to front
- fixed the trivial cases of signed/unsigned comparisons

Revision 1.38 / (download) - [select for diffs], Fri Dec 1 21:32:55 2000 UTC (8 years, 7 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20001222, Wine-20001202
Changes since 1.37: +0 -1 lines
Diff to previous 1.37 (colored)

Removed some unnecessary includes.

Revision 1.37 / (download) - [select for diffs], Wed Nov 15 22:16:26 2000 UTC (8 years, 7 months ago) by julliard
Branch: MAIN
Changes since 1.36: +81 -51 lines
Diff to previous 1.36 (colored)

Eric Pouech <Eric.Pouech@wanadoo.fr>
Improved internal module handling (module now have a size, map of
loaded module is clearer, better error reporting, seperated module
loading code from symbol extraction).

Revision 1.36 / (download) - [select for diffs], Sun Nov 12 03:40:55 2000 UTC (8 years, 7 months ago) by julliard
Branch: MAIN
Changes since 1.35: +187 -258 lines
Diff to previous 1.35 (colored)

Eric Pouech <Eric.Pouech@wanadoo.fr>
Make use of Windows structure for COFF info.
Fixed a few issues in COFF loading.
Cleaned up the code.

Revision 1.35 / (download) - [select for diffs], Tue Nov 7 20:29:20 2000 UTC (8 years, 7 months ago) by julliard
Branch: MAIN
Changes since 1.34: +1471 -1646 lines
Diff to previous 1.34 (colored)

Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
- Take OMAP records into account to correct symbol addresses.
- Understand CodeView data embedded in the PE file itself.
- Understand NB11 signature CodeView data.
- No more bogus 'timestamp mismatch' errors.
- General cleanup / removal of duplicate code.

Revision 1.34 / (download) - [select for diffs], Sun Oct 29 18:08:42 2000 UTC (8 years, 8 months ago) by julliard
Branch: MAIN
Changes since 1.33: +2 -1 lines
Diff to previous 1.33 (colored)

Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
DEBUG_ProcessDBGFile: use a stack variable for the extra_info.

Revision 1.33 / (download) - [select for diffs], Sun Oct 29 18:03:41 2000 UTC (8 years, 8 months ago) by julliard
Branch: MAIN
Changes since 1.32: +83 -62 lines
Diff to previous 1.32 (colored)

Juergen Schmied <juergen.schmied@debitel.net>
- enable loading of pdb files named in NB10 records of a dbg file
- disable timestamp check for pdb files

Revision 1.32 / (download) - [select for diffs], Sun Oct 29 01:18:33 2000 UTC (8 years, 8 months ago) by julliard
Branch: MAIN
Changes since 1.31: +1 -0 lines
Diff to previous 1.31 (colored)

Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
DEBUG_ProcessDBGFile: allocate MSC_DBG_INFO before writing to members
of that structure.

Revision 1.31 / (download) - [select for diffs], Sun Oct 22 23:48:06 2000 UTC (8 years, 8 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20001026
Changes since 1.30: +2 -3 lines
Diff to previous 1.30 (colored)

Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
PDB symbol header format depends only on version code.

Revision 1.30 / (download) - [select for diffs], Mon Aug 7 04:12:41 2000 UTC (8 years, 10 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20001002, Wine-20000909, Wine-20000821
Changes since 1.29: +0 -1 lines
Diff to previous 1.29 (colored)

- Fixed resource functions to work directly from the HMODULE instead of
  requiring a modref.
- Attempted to get LOAD_LIBRARY_AS_DATAFILE right (based on patches by
  Eric Pouech and Dusan Lacko).
- Simplified modref structure and handling.

Revision 1.29 / (download) - [select for diffs], Thu Jun 8 05:02:19 2000 UTC (9 years ago) by julliard
Branch: MAIN
CVS Tags: Wine-20000801, Wine-20000716, Wine-20000614
Changes since 1.28: +2 -17 lines
Diff to previous 1.28 (colored)

Removed the .xcnlnk section hack, and replaced it by another hack in
the debugger CREATE_PROCESS event handling.

Revision 1.28 / (download) - [select for diffs], Tue Apr 25 19:53:49 2000 UTC (9 years, 2 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20000526, Wine-20000430
Changes since 1.27: +826 -505 lines
Diff to previous 1.27 (colored)

Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Improved CodeView type information loader.

Revision 1.27 / (download) - [select for diffs], Tue Apr 18 11:58:24 2000 UTC (9 years, 2 months ago) by julliard
Branch: MAIN
Changes since 1.26: +1 -18 lines
Diff to previous 1.26 (colored)

Moved PE header definitions to winnt.h where they belong.

Revision 1.26 / (download) - [select for diffs], Thu Apr 13 19:31:59 2000 UTC (9 years, 2 months ago) by julliard
Branch: MAIN
Changes since 1.25: +194 -217 lines
Diff to previous 1.25 (colored)

Eric Pouech <Eric.Pouech@wanadoo.fr>
Made the winedbg an external and WineLib program.
Centralized output handling (preparation for console usage).
Fixed a few debug information reading options (stabs and sym).
Started a framework to hold debugger's internal variables.

Revision 1.25 / (download) - [select for diffs], Tue Mar 28 19:24:55 2000 UTC (9 years, 3 months ago) by julliard
Branch: MAIN
Changes since 1.24: +7 -7 lines
Diff to previous 1.24 (colored)

Patrik Stridvall <ps@leissner.se>
Fixed some ANSI C violations.

Revision 1.24 / (download) - [select for diffs], Sun Mar 26 13:37:39 2000 UTC (9 years, 3 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20000326
Changes since 1.23: +188 -277 lines
Diff to previous 1.23 (colored)

Eric Pouech <Eric.Pouech@wanadoo.fr>
improved exception handling
merged all module handling code in new module.c file
reenabled 'walk module' and 'info module' commands
added ability to drive break on thread startup

Revision 1.23 / (download) - [select for diffs], Wed Mar 15 19:57:21 2000 UTC (9 years, 3 months ago) by julliard
Branch: MAIN
Changes since 1.22: +61 -53 lines
Diff to previous 1.22 (colored)

Eric Pouech <Eric.Pouech@wanadoo.fr>
Introduced DBG_VALUE struct to manipulate debugger/debuggee address space.
Added watch (hardware assisted debugging) and whatis (type of expr) commands.
Fixed some issues in local vars handling (stabs parsing & registers optimization).

Revision 1.22 / (download) - [select for diffs], Fri Feb 25 21:01:50 2000 UTC (9 years, 4 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20000227
Changes since 1.21: +1 -1 lines
Diff to previous 1.21 (colored)

James Abbatiello <abbeyj@WPI.EDU>
Misc. fixes for compiler warnings.

Revision 1.21 / (download) - [select for diffs], Sun Jan 23 02:28:14 2000 UTC (9 years, 5 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20000130
Changes since 1.20: +4 -4 lines
Diff to previous 1.20 (colored)

Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: missing NULL pointer checks.

Revision 1.20 / (download) - [select for diffs], Wed Jan 5 01:48:08 2000 UTC (9 years, 6 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20000109
Changes since 1.19: +1 -0 lines
Diff to previous 1.19 (colored)

Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: uninitialized pointer caused crashes.

Revision 1.19 / (download) - [select for diffs], Fri Dec 10 03:43:53 1999 UTC (9 years, 6 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-991212
Changes since 1.18: +1019 -433 lines
Diff to previous 1.18 (colored)

Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Parse CodeView type/symbol info with 32-bit type indices.
Added (partial) support for VC 5/6 .PDB files.
Fixed treatment of source file names containing path.

Revision 1.18 / (download) - [select for diffs], Sat Oct 23 18:55:02 1999 UTC (9 years, 8 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-991114, Wine-991031
Changes since 1.17: +20 -12 lines
Diff to previous 1.17 (colored)

Eric Pouech <Eric.Pouech@wanadoo.fr>
Allow loading of modules debug information after first invocation of
debugger.

Revision 1.17 / (download) - [select for diffs], Sat Jul 10 13:16:29 1999 UTC (9 years, 11 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-990923, Wine-990815, Wine-990731
Changes since 1.16: +2 -0 lines
Diff to previous 1.16 (colored)

Howard Abrams <howard@cs.nps.navy.mil>
Added checks for sys/errno.h, sys/signal.h and sys/mman.h.

Revision 1.16 / (download) - [select for diffs], Sat May 8 12:50:36 1999 UTC (10 years, 1 month ago) by julliard
Branch: MAIN
CVS Tags: Wine-990704, Wine-990613, Wine-990523, Wine-990508
Changes since 1.15: +8 -6 lines
Diff to previous 1.15 (colored)

Patrik Stridvall <ps@leissner.se>
ANSI C fixes.

Revision 1.15 / (download) - [select for diffs], Sun Apr 25 12:24:42 1999 UTC (10 years, 2 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-990426
Changes since 1.14: +29 -30 lines
Diff to previous 1.14 (colored)

Ove Kaaven <ovek@arcticnet.no>
Added a possibility to let the internal debugger use a separate
heap. Not enabled by default, change #if in include/debugger.h to use
this (the heap allocator is very slow).

Revision 1.14 / (download) - [select for diffs], Sat Mar 13 12:44:38 1999 UTC (10 years, 3 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-990328, Wine-990314
Changes since 1.13: +5 -5 lines
Diff to previous 1.13 (colored)

Sergey Turchanov <turchanov@usa.net>
Buffer size bug in LocateDebugInfoFile.

Revision 1.13 / (download) - [select for diffs], Sun Feb 28 19:59:00 1999 UTC (10 years, 4 months ago) by julliard
Branch: MAIN
Changes since 1.12: +1 -0 lines
Diff to previous 1.12 (colored)

Marcus Meissner <marcus@jet.franken.de>
More include optimizations.

Revision 1.12 / (download) - [select for diffs], Fri Feb 26 11:11:16 1999 UTC (10 years, 4 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-990226
Changes since 1.11: +25 -25 lines
Diff to previous 1.11 (colored)

Large-scale renaming of all Win32 functions and types to use the
standard Windows names.

Revision 1.11 / (download) - [select for diffs], Sat Feb 20 16:40:26 1999 UTC (10 years, 4 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-990225
Changes since 1.10: +8 -3 lines
Diff to previous 1.10 (colored)

Eric Pouech <Eric.Pouech@wanadoo.fr>
Changed LocateDebugInfoFile to reduce stack consumption (from 13k to 2k !!)

Revision 1.10 / (download) - [select for diffs], Fri Feb 19 10:37:02 1999 UTC (10 years, 4 months ago) by julliard
Branch: MAIN
Changes since 1.9: +0 -2 lines
Diff to previous 1.9 (colored)

Marcus Meissner <marcus@jet.franken.de>
Removed a lot of occurences of windows.h (and added necessary other
includes).

Revision 1.9 / (download) - [select for diffs], Wed Feb 17 13:51:06 1999 UTC (10 years, 4 months ago) by julliard
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Marcus Meissner <marcus@jet.franken.de>
Optimized include/*.h: (recursively) include all headers needed by
this .h file, but only those. Necessary fixes to a lot of .c files,
started optimizing "windows.h" away from some of them. Moved
GetCurrentTask prototype to wine/winbase16.h.

Revision 1.8 / (download) - [select for diffs], Sun Feb 14 09:27:42 1999 UTC (10 years, 4 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-990214
Changes since 1.7: +40 -12 lines
Diff to previous 1.7 (colored)

Marcus Meissner <marcus@jet.franken.de>
Added possibility to load .stabs/.stabstr sections from PE dlls.
Unfortunately my samples use currently typedefs which wine-dbg does
not understand, so no actual parsing.

Revision 1.7 / (download) - [select for diffs], Tue Jan 26 10:23:48 1999 UTC (10 years, 5 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-990131
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (colored)

Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed typo in type (removed quite a few warnings).

Revision 1.6 / (download) - [select for diffs], Sun Jan 24 09:46:21 1999 UTC (10 years, 5 months ago) by julliard
Branch: MAIN
Changes since 1.5: +74 -61 lines
Diff to previous 1.5 (colored)

Sergey Turchanov <turchanov@usa.net>
Fixed source line matching for functions in DEBUG_ProcessCoffDebug;
searching for DBG and PDB files.

Revision 1.5 / (download) - [select for diffs], Sun Jan 17 16:32:43 1999 UTC (10 years, 5 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-990110
Changes since 1.4: +68 -32 lines
Diff to previous 1.4 (colored)

Recovery of release 990110 after disk crash.
See Changelog for changes between 990103 and 990110.

Revision 1.4 / (download) - [select for diffs], Wed Oct 28 10:47:09 1998 UTC (10 years, 8 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-990103, Wine-981211, Wine-981108
Changes since 1.3: +29 -29 lines
Diff to previous 1.3 (colored)

François Gouget <gouget@metaintegration.net>
Fixed some LPPOINT/LPSIZE mismatches and some missing "const" in the
headers prototypes.

Revision 1.3 / (download) - [select for diffs], Fri Oct 16 09:30:33 1998 UTC (10 years, 8 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-981025, Wine-981018
Changes since 1.2: +10 -10 lines
Diff to previous 1.2 (colored)

Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Renamed all LPIMAGE_* types to PIMAGE_*.

Revision 1.2 / (download) - [select for diffs], Sun Oct 11 14:56:21 1998 UTC (10 years, 8 months ago) by julliard
Branch: MAIN
Changes since 1.1: +8 -0 lines
Diff to previous 1.1 (colored)

Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
Don't print name for 32 bit lib multiple times.
Clean up printing in DEBUG_ProcessDeferredDebug.

Revision 1.1.1.1 / (download) - [select for diffs] (vendor branch), Thu Sep 24 03:43:35 1998 UTC (10 years, 9 months ago) by ridgway
Branch: WineHQ
CVS Tags: Wine-980927, Wine-980913
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of 980913

Revision 1.1 / (download) - [select for diffs], Thu Sep 24 03:43:35 1998 UTC (10 years, 9 months ago) by ridgway
Branch: MAIN

Initial revision

This form allows you to request diff's 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.




Report problems to: web-admin@winehq.com