Commit Graph

17 Commits

Author SHA1 Message Date
Eric Pouech deca2502d6 - all symbol information storage is now module relative, so we can
unload a module (and it's debugging information), and a process
  without pain
- portabiblity to another CPU should be easier now (CPU dependent backend)
- speed up memory allocation
- stabs related fixes:
      + now correctly handling symbol's size
      + blocks {} in functions are now correctly recognized and stored
        (also applies to local variables scoping)
      + better basic types management (less wild guesses in the code)
      + full support of inline functions (source stepping now shows the
        code in .h files for example)
- removal of external debugger (attaching with gdb is just fine to
  debug winedbg)
- fixed a couple of issues for symbol address handling (address
  lookup, incorrect type binding)
- winedbg now has a man page
2004-06-04 00:59:16 +00:00
Andreas Mohr a2423c0d97 Use WINEDEBUG instead of --debugmsg. 2004-05-03 20:07:53 +00:00
Andreas Mohr ab6cd7bdb6 Explain how to reduce log size, using pipes. 2004-04-28 00:23:48 +00:00
Ivan Leo Murray-Smith ec2d618c07 Replace --debugmsg with WINEDEBUG. 2004-04-20 20:16:54 +00:00
Francois Gouget 224063f033 Some spelling fixes.
Fix the case of WineHQ.
2003-09-29 20:20:53 +00:00
Dimitrie O. Paun 036bb85bb5 Big update to the debug logging section. 2003-09-22 21:14:23 +00:00
Vincent Béron b940e37e47 Fixed indentation of list items. 2003-07-21 22:42:50 +00:00
Francois Gouget c5f775a9c7 Typos/spelling fixes. 2003-06-18 03:30:39 +00:00
Francois Gouget 61aac4eaa1 Fix some typos. 2003-06-04 20:29:05 +00:00
Dimitrie O. Paun 255ecc56ae Remove the generation of all documentation in one document. 2003-04-19 02:50:57 +00:00
Dimitrie O. Paun 8d8c709274 Update the debugging channels docu. 2002-08-14 20:59:33 +00:00
Andreas Mohr 5ec74d6f72 - Move "questions and comments" at the top of the document.
- Removed elfdll documentation.
- Properly documented Desktop and Managed config.
- Rearranged config entries according to importance.
- "wine.conf" -> "the wine config file" in some cases.
- Updated to new FTP URLs.
- Fix non-backslash-escaped paths (ouch !).
- Replace text references by real links.
- Misc. other updates.
2002-07-24 03:00:02 +00:00
Tony Lambregts 019c591da8 Document the new trace-related winedbg commands. 2002-07-03 01:20:46 +00:00
Michael Stefaniuc c3965bc5d0 Rename debug.h to debugtools.h. 2001-11-30 23:07:30 +00:00
Simeon Pilgrim d5518e75f3 Typo in stub-reporting style description 2001-05-02 01:10:16 +00:00
John R. Sheets d9e064fd4b Documentation update. 2000-12-13 21:52:37 +00:00
John R. Sheets 1e8e5ba829 Converted Wine documentation to SGML format. 2000-08-08 01:24:00 +00:00