source: trunk/src/kernel32/exceptions.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21662   14 years dmik kernel32: SEH: Disabled unwinding Win32 exception handlers in response …
(edit) @21647   14 years dmik kernel32: Propagate exceptions further along the OS/2 chain instead of …
(edit) @21645   14 years dmik kernel32: SEH: Fixed crashes at process termination (exceptions …
(edit) @21623   14 years dmik kernel32: Typo.
(edit) @21621   14 years dmik kernel32: Do not use ODINCRT (VACRT) printf when handling XCPT_UNWIND …
(edit) @21619   14 years dmik kernel32: Removed the dirty hack that would reset the exception …
(edit) @21618   14 years dmik kernel32/SEH: Fixed a couple of bugs in SEH processing that could …
(edit) @21615   14 years dmik kernel32: Prevent accessing dprintf's FILE members in release builds: …
(edit) @21610   14 years dmik kernel32: Fixed: Parsing .SYM files when printing the stack trace in …
(edit) @21568   15 years dmik kernel32: Disable logging exceptions in release builds through RAS …
(edit) @21473   15 years dmik kernel32: Do not attempt to dereference a certainly invalid pointer in …
(edit) @21381   15 years dmik Implemented compiler-level SEH (try/catch) support for GCC.
(edit) @21337   16 years vladest 1. Fixed Flash10 installer (bad pointer passed to GlobalFree) 2. …
(edit) @21329   16 years vladest Added functionality, required for Flash10 to kernel32
(edit) @21302   16 years ydario Kernel32 updates.
(edit) @10409   22 years sandervl Assembly wrapper for clearing the direction flag before calling our real
(edit) @10377   22 years sandervl memory map functions for dib section code
(edit) @9910   22 years sandervl KSO: logging changes; fast PID & TID retrieval; added functions to …
(edit) @9893   22 years sandervl compile fix
(edit) @9868   22 years sandervl Don't call WinMessageBox from the unhandled exception filter as that …
(edit) @9831   23 years sandervl compile fix
(edit) @9827   23 years sandervl bugfix
(edit) @9824   23 years sandervl Cleaned up memory map code
(edit) @9315   23 years sandervl Be careful with stack usage in exception handler during …
(edit) @8920   23 years sandervl kill thread when it crashes after ExitProcess
(edit) @8840   23 years sandervl minor updates
(edit) @8836   23 years sandervl only log fatal exceptions
(edit) @8835   23 years sandervl dump exception to exception.log in system32 dir
(edit) @8817   23 years sandervl Print win32 module name when exception occurs
(edit) @8775   23 years sandervl debug updates + added OSLibDosGetTickCount
(edit) @8548   23 years sandervl LogExcpetion: check lockcount before changing it on entry
(edit) @8339   23 years sandervl KSO: Changes for debug heap (makefile + exception handler)
(edit) @7202   24 years sandervl No longer use DosError; IOCTL_DISK_GET_DRIVE_GEOMETRY must return …
(edit) @7109   24 years sandervl Check for NULL handler in RtlRaiseException/RtlUnwind
(edit) @6151   24 years bird Improoved Unhandled exception message.
(edit) @6146   24 years bird Improoved Unhandled exception message.
(edit) @5905   24 years sandervl plugin driver dll updates
(edit) @5557   24 years sandervl rewrote EXC_CallHandler in assembly + workaround for high addresses in …
(edit) @5308   24 years sandervl removed builtin.h include + initterm update
(edit) @5128   25 years sandervl TLS index allocation + RtlUnwind fixes
(edit) @5037   25 years bird Corrected bogus syntax. (strict compiler)
(edit) @4613   25 years sandervl MN: exception fix for ES == FS
(edit) @4496   25 years sandervl LoadLibraryExA + memory map close fix, added new registry keys for …
(edit) @4433   25 years sandervl MN: exception fixes
(edit) @4264   25 years sandervl exception handler fix + WriteLogNoEOL export added
(edit) @4229   25 years sandervl exception handler changes/fixes (after ExitProcess has been called
(edit) @4224   25 years sandervl exception changes, implemented enumresourcelanguages + put back some …
(edit) @3872   25 years sandervl Always try to allocate an executable image at it's preferred address
(edit) @3547   25 years sandervl exception + enumresourcenamesa fix
(edit) @3483   25 years sandervl added exception stack dump code; GetLocaleInfoA fixes
(edit) @3375   25 years sandervl GetFileAttributes, pe loader & command line fixes
(edit) @3172   25 years sandervl removed some dprintfs
(edit) @3160   25 years sandervl added extra check for fs corruption during dll attach
(edit) @2949   25 years sandervl win32killprocess change
(edit) @2939   25 years sandervl Call ExitProcess in KillWin32Process
(edit) @2802   26 years sandervl Added new logging feature
(edit) @2559   26 years sandervl removed some code
(edit) @2535   26 years sandervl added fs check export
(edit) @2298   26 years sandervl Fixed Odin zombie processes when there's a trap inside vfprintf during …
(edit) @1811   26 years sandervl Rewrite of PE loader code, EB's fixes + VirtualProtect bugfix
(edit) @1741   26 years sandervl added dprintf2's + exception handler fix
(edit) @1580   26 years phaller Fix: initialization of CurrentErrorMode
(edit) @1464   26 years phaller Fix: debug info
(edit) @1403   26 years sandervl exception handler changes + EB's HeapReAlloc fix
(edit) @1287   26 years sandervl OS2UnsetExceptionHandler bugfix
(edit) @1264   26 years phaller Fix: XCPT_GUARD_PAGE_VIOLATION are now supported.
(edit) @1224   26 years sandervl Exception handling changes
(edit) @1221   26 years sandervl Exception changes + fixes; don't switch FS selectors for Odin32 OS/2 apps
(edit) @1200   26 years sandervl Ported latest Wine exception handling code
(edit) @1137   26 years sandervl * empty log message *
(edit) @805   26 years phaller Fix: LONGLONG header problem
(edit) @730   26 years sandervl Exception handler fixes
(edit) @712   26 years sandervl Implemented multiple views of memory mapped files + some bugfixes to …
(edit) @710   26 years phaller Fix: removed meaningless logging for every mmapped page fault
(edit) @699   26 years sandervl Memory mapped file (writes) changes
(edit) @697   26 years sandervl KillWin32Process bugfix
(edit) @690   26 years sandervl handle manager changes for DuplicateHandle + memory mapped file …
(edit) @678   26 years sandervl Put back handlemanager changes + memory mapped file changes
(edit) @634   26 years sandervl Bugfixes + def files changes
(edit) @617   26 years sandervl Exception handler changes
(edit) @420   26 years phaller Add: interactive user control for exception handling dialog (abort, …
(edit) @413   26 years phaller Fix: removed the beep from the exception message box. You might get a …
(edit) @299   26 years sandervl * empty log message *
(edit) @276   26 years phaller Fix: source beautification of exception.cpp, more debug information
(edit) @120   26 years sandervl Include os2wrap.h instead of os2.h
(edit) @114   26 years phaller Fix: preparing support for HandleManager on kernel objects
(edit) @100   26 years phaller Add: added cvs variable $Id$ to the source files.
(edit) @46   26 years sandervl * empty log message *
(add) @4   26 years ktk Import
Note: See TracRevisionLog for help on using the revision log.