services: Start a local RPC server.
[wine] / programs / winedbg /
2008-02-19  Alexandre JulliardAvoid the nounistd option that doesn't exist on older...
2008-02-19  Rob ShearmanAdd the nounistd option to all lex source files.
2008-02-18  Alexandre Julliardwinedbg: Avoid using size_t in an error message.
2008-02-16  Rob ShearmanDon't use GetExceptionCode and GetExceptionInformation...
2008-02-04  Eric Pouechwinedbg: Implemented the pXX request in gdb proxy.
2008-01-14  Eric Pouechwinedbg: Added a way to support differently selector...
2008-01-14  Eric Pouechwinedbg: Workaround broken minidumps with invalid 32...
2008-01-14  Eric Pouechwinedbg: Fixed bt all so that current process/thread...
2007-11-29  Gerald Pfeiferwinedbg: Warning fixes.
2007-11-16  Gerald Pfeiferwinedbg: Fix type of loop variable in types_udt_find_el...
2007-11-13  Alexandre Julliardwinedbg: Print a backtrace in --auto mode.
2007-10-24  Andrew Talbotwinedbg: Fix a memory leak.
2007-10-23  Francois GougetAssorted spelling fixes.
2007-09-18  Francois Gougetdbghelp & imagehlp: Fix the PSYM_ENUMSYMBOLS_CALLBACK...
2007-08-31  Francois Gougetwinedbg: 'winedbg --auto' and 'winedbg --minidump'...
2007-08-31  Francois Gougetwinedbg: Detach from the debuggee before exiting.
2007-08-03  Francois Gougetdbghelp: Better match the PSDK types, especially with...
2007-07-19  Michael Stefaniucprograms: Remove unreachable break after return/break...
2007-06-18  Alexandre Julliardwinedbg: Added support for indirect call with absolute...
2007-05-24  Dmitry Timoshkovwinedbg: Fix a problem revealed by compilation in 64...
2007-05-23  Peter Oberndorferwinedbg: Only check for break/watch points on first...
2007-05-23  Peter Oberndorferwinedbg: Show some info for msvcrt C++ exceptions.
2007-04-26  Alexandre Julliardwinedbg: Properly handle EOF on input.
2007-04-09  Chris Robinsonwinedbg: Align module addresses to 8 characters.
2007-04-02  Eric Pouechwinedbg, winedump: Extended some info printed from...
2007-04-02  Eric Pouechwinedbg: When reloading real PE modules from a minidump...
2007-03-08  Peter Oberndorferwinedbg: Do not write over const char * parameter.
2007-03-06  Eric Pouechwinedbg: Forward the wShowWindow option from winedbg...
2007-03-06  Eric Pouechwinedbg: We no longer need to force for ELF modules...
2007-03-05  Eric Pouechdbghelp: module target: Better error handling when...
2007-03-05  Eric Pouechwinedbg: When reloading a minidump, recreate all thread...
2007-03-05  Eric Pouechwinedbg: Fix printing function signature type for circu...
2007-03-05  Eric Pouechwinedbg: Fix maint type when no process is active.
2007-02-22  Eric Pouechwinedbg: Some enhancements by using Unicode flavors.
2007-02-12  Eric Pouechwinedbg: Support for debugging child processes.
2007-02-12  Eric Pouechwinedbg: Correctly handle invalid read conditions.
2007-01-11  James Hawkinswinedbg: Check buffer for NULL before writing to it.
2007-01-04  Eric Pouechwinedbg: Added a maintenance command to load a given...
2006-12-27  Alexandre Julliardmake_makefiles: Generate the top-level .gitignore file.
2006-12-20  Alexandre Julliardwinedbg: Win64 printf format fixes.
2006-12-20  Alexandre Julliardwinedbg: Fixed a few data types.
2006-12-14  Francois GougetAssorted spelling fixes.
2006-12-06  Eric Pouechwinedbg: Added support for constant values passed by...
2006-12-04  Eric Pouechwinedbg: Dwarf can emit REGREL symbol information,...
2006-12-04  Eric Pouechwinedbg: Now that local variable computation depends...
2006-12-04  Eric Pouechwinedbg: Added some black magic to still handle registe...
2006-12-04  Eric Pouechwinedbg: Remove some hassle from sgv_cb, and handle...
2006-12-04  Eric Pouechwinedbg: No longer test filename in sgv_cb, but do...
2006-11-27  Eric Pouechwinedbg: Added basic support for printing 64bit wide...
2006-11-27  Eric Pouechwinedbg: Host references lookup.
2006-11-27  Eric Pouechwinedbg: Various information printing issues.
2006-10-23  Eric Pouechwinedbg: Added a few more cases where we inspect if...
2006-10-18  Peter Oberndorferwinedbg: Print frame address instead of duplicated...
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-10-03  Eric Pouechwinedbg: Rewrote the file handling to use SearchPath...
2006-10-03  Eric Pouechwinedbg: Fixed the auto mode.
2006-10-02  Peter Oberndorferwinedbg: Don't try to read to invalid memory if winedbg...
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-26  Eric Pouechwinedbg: Fixed regression in gdb startup (especially...
2006-09-26  Eric Pouechwinedbg: Put back the %d format for printing integral...
2006-09-20  Alexandre Julliardinclude: Added definitions for the fault address except...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-12  Alexandre Julliardwinedbg: Change the prefix on bison-generated names...
2006-09-11  Alexandre JulliardMake.rules: Set the default prefix for bison files...
2006-09-11  Alexandre Julliardmakefiles: List bison dependencies explicitly for paral...
2006-09-09  Alexandre Julliardmakefiles: Add global rules for bison and lex files.
2006-09-09  Alexandre Julliardwinedbg: Allow building without debug support in the...
2006-09-09  Alexandre Julliardwinedbg: Specify the lex options directly in the source...
2006-08-29  Marcus MeissnerRemove some more unused debugging channels.
2006-08-28  Eric Pouechwinedbg: Native dbghelp generate long basic types,...
2006-08-23  Stefan Huehnerwinedbg: Fix typo in manpage.
2006-08-15  Eric Pouechwinedbg: Correctly protect system inclusion (needed...
2006-08-15  Alexandre Julliardconfigure: Only link against libpoll where really neces...
2006-08-14  Eric Pouechwinedbg: Fixed the symbol lookup so that it can really...
2006-08-14  Eric Pouechwinedbg: Native dbghelp can modify the passed debug...
2006-08-14  Eric Pouechwinedbg: Don't ask for module inspection when calling...
2006-08-14  Stefan Leichterwinedbg: Print 64bit integers with wine_dbgstr_longlong.
2006-08-07  Alexandre Julliardmakefiles: Use make dependencies to create installation...
2006-07-26  Ge van Geldorpwinedbg: Change ADDRESS variables to ADDRESS64 so we...
2006-07-11  Ge van Geldorpwinedbg: Implement some x86_64 backend routines.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore lex and bison...
2006-07-10  Alexandre Julliardmake_progs: Generate the .gitignore file.
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-03  Ge van Geldorpwinedbg: Implement be_x86_64_init_registers.
2006-07-03  Ge van Geldorpwinedbg: Adjust the parameters of the backend read...
2006-06-27  Eric Pouechwinedbg: Module info.
2006-06-27  Eric Pouechwinedbg: Use 64 bit version of imagehlp_module.
2006-06-20  Eric Pouechwinedbg: Proper handling of typedefs.
2006-06-20  Ge van Geldorpwinedbg: Added x86_64 support.
2006-06-15  Alexandre Julliardwinedbg: Avoid a crash when there's no backtrace to...
2006-06-13  Alexandre Julliardwinedbg: sscanf arguments should be ints, not size_t.
2006-06-12  Andrew Talbotwinedbg: Write-strings warnings fix.
2006-06-06  Alexandre JulliardRevert "winedbg: Remove useless NOCMD state."
2006-06-05  Juan Langwinedbg: Get rid of unused mode command.
2006-06-05  Juan Langwinedbg: Remove useless NOCMD state.
2006-06-05  Eric Pouechwinedbg: Correct typedefs in type manipulations.
2006-06-03  Juan Langwinedbg: Fix a crash on initial empty input.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-17  Eric Pouechwinedbg: extract_as_integer
2006-05-15  Eric Pouechwinedbg: Fixed regression for command 'bt all'.
next