Release 1.5.29.
[wine] / server / debugger.c
2011-10-10  Bernhard Loosserver: If a debugger is attached to a process, child...
2011-05-23  Alexandre Julliardserver: Grab the current pointer to avoid referencing...
2011-05-06  Alexandre Julliardserver: Check for the need to suspend a thread again...
2011-04-19  Alexandre Julliardserver: Fix sharing parameters for debug event files...
2011-04-18  Alexandre Julliardserver: Store a mapping instead of a file for process...
2010-09-01  Eric Pouechserver: Enhanced the console input object so that it...
2010-03-29  Mikhail Maroukhineserver: Fix compiler warning with flag -Wcast-qual.
2010-03-15  Henri Verbeetserver: Debugging our own process is disallowed.
2010-03-05  Henri Verbeetserver: Allow the debugger to be debugged.
2009-10-06  Andrey Turkinkernel32: Always use ANSI version of OutputDebugString.
2009-08-17  Michael Karcherserver: Don't report LOAD_DLL debug event for exe module.
2009-04-08  Alexandre Julliardserver: Define a generic context structure instead...
2009-01-02  Alexandre Julliardserver: Replace EXCEPTION_RECORD by an explicit definit...
2009-01-02  Alexandre Julliardserver: Simplify the debug_event_t structure.
2009-01-02  Alexandre Julliardserver: Avoid crash on initialization of the thread...
2008-12-31  Alexandre Julliardserver: Make thread entry points client_ptr_t instead...
2008-12-29  Alexandre Julliardserver: Add a module_handle_t type to represent client...
2007-12-05  Alexandre Julliardserver: Return correct object types in the get_director...
2007-10-04  Rob Shearmanserver: Add get_sd and set_sd object operations to...
2007-08-31  Francois Gougetserver: Fix the crashed process exit code when the...
2007-08-30  Alexandre Julliardserver: Detaching from a process needs to continue...
2007-05-11  Alexandre Julliardserver: Stop exporting the console_input structure...
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2006-11-02  Alexandre Julliardserver: Get rid of the server-side file descriptor...
2006-07-26  Alexandre Julliardserver: Added data_size_t type to represent sizes in...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-19  Alexandre Julliardserver: Use the standard suspend mechanism to simulate...
2006-04-10  Alexandre Julliardserver: Removed the thread attached flag, since we...
2006-02-16  Alexandre Julliardserver: Store the process exe module in the standard...
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-12-09  Alexandre Julliardserver: Make alloc_handle use attributes instead of...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-11-01  Alexandre JulliardDon't send an extra signal when waiting for a debug...
2005-06-21  Mike McCormackDon't include winbase.h when it's not necessary.
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-03-02  Alexandre JulliardConvert the process dll list to a standard list.
2005-03-01  Alexandre JulliardConvert the per-process thread list to a standard list.
2005-02-26  Alexandre JulliardConverted the debug event queue to a standard list.
2004-11-30  Eric PouechConst correctness fixes.
2003-10-14  Alexandre JulliardSet or clear the BeingDebugged flag in the PEB when...
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-03-11  Alexandre JulliardAttaching the debugger to a running process should...
2003-02-25  Alexandre JulliardAdded send_thread_signal() function and properly handle...
2003-02-19  Alexandre JulliardMoved all references to file descriptors out of the...
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-01-30  Alexandre JulliardStarted moving functions that deal with Unix file descr...
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-05-24  Alexandre JulliardA few optimizations in the process startup requests...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-02  Alexandre JulliardAvoid crash when trying to attach to a terminating...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Alexandre JulliardReimplemented DebugBreakProcess.
2002-02-27  Eric PouechNew XP debugging APIs: implemented DebugActiveProcessStop,
2001-12-20  Mike McCormack- move async activation into the server
2001-12-04  Eric PouechLet the console renderer be defined as a thread.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-07-14  Alexandre JulliardBacked out the suspend_process_for_ptrace change.
2001-07-11  Alexandre JulliardSmall fixes to the debugger support.
2001-03-05  Alexandre JulliardChanged isolated for loops to while loops (based on...
2001-01-26  Alexandre JulliardMade exception_event_request non-blocking, and added
2001-01-26  Alexandre JulliardChanged wait_process and wait_debug_event requests...
2001-01-06  Alexandre JulliardAdded separate queue for "system" APCs that get called...
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-06-08  Alexandre JulliardPass the main exe name in the CREATE_PROCESS debug...
2000-04-09  Eric PouechClear status for sending exception event.
2000-04-06  Alexandre JulliardDo not send a debug event for a thread until the previo...
2000-03-30  Alexandre JulliardSet thread start address to 0 on events generated by
2000-03-15  Alexandre JulliardFixed bug in generate_startup_debug_events().
2000-03-10  Alexandre JulliardAdded specific routines for OUTPUT_DEBUG_STRING and...
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
2000-03-08  Alexandre JulliardGenerate CREATE_PROCESS/THREAD debug events internally...
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-20  Alexandre JulliardAdded Get/SetThreadContext support through the server.
2000-01-04  Alexandre JulliardMade debug events and contexts standard objects.
1999-12-13  Alexandre JulliardUse poll() instead of select() for the server main...
1999-11-24  Alexandre JulliardFixed handling of debug events on thread/process exit.
1999-11-14  Alexandre JulliardBug fixes.
1999-11-07  Alexandre JulliardDo not free the handles once they have been sent to...
1999-11-04  Alexandre JulliardFree the handles of the event structure in the right...
1999-07-31  Patrik StridvallFixed some of the issues reported by Solaris Lint.
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-05-23  Alexandre JulliardAdded debug events support.