2005-12-26 |
Eric Pouech | dbghelp: Internal search routines can now be case sensitive...
|
commit | commitdiff | tree |
2005-12-22 |
Eric Pouech | kernel/tests: Check that we successfully open the console.
|
commit | commitdiff | tree |
2005-12-22 |
Eric Pouech | dbghelp: Correct handling for all module names.
|
commit | commitdiff | tree |
2005-12-20 |
Eric Pouech | dbghelp: Added a few extensions to make windbg happy.
|
commit | commitdiff | tree |
2005-12-20 |
Eric Pouech | ntdll: Made DBG_EXCEPTION_HANDLED a synonym of DBG_CONTINUE...
|
commit | commitdiff | tree |
2005-12-19 |
Eric Pouech | winhelp: Handle '> ' on command lines.
|
commit | commitdiff | tree |
2005-12-19 |
Eric Pouech | dbghelp: First stab at supporting calling convention...
|
commit | commitdiff | tree |
2005-12-19 |
Eric Pouech | dbghelp: Return proper size for local & parameters...
|
commit | commitdiff | tree |
2005-12-19 |
Eric Pouech | taskmgr: Fix viewing of debug channels.
|
commit | commitdiff | tree |
2005-12-19 |
Eric Pouech | dbghelp: Implemented SymMatchString.
|
commit | commitdiff | tree |
2005-12-19 |
Eric Pouech | dbghelp: New stubs (needed for windbg startup).
|
commit | commitdiff | tree |
2005-12-19 |
Eric Pouech | dbghelp: Fixed loading .so modules from a living target.
|
commit | commitdiff | tree |
2005-12-19 |
Eric Pouech | dbghelp: Fixed missing parameters info in StackWalk64.
|
commit | commitdiff | tree |
2005-12-13 |
Eric Pouech | winecfg: Simplified module handling code.
|
commit | commitdiff | tree |
2005-12-13 |
Eric Pouech | winedump: Const correctness fixes.
|
commit | commitdiff | tree |
2005-12-12 |
Eric Pouech | kernel32: Get rid of DOSMEM_AllocSelector.
|
commit | commitdiff | tree |
2005-12-12 |
Eric Pouech | Functions with no paramters must be (void).
|
commit | commitdiff | tree |
2005-12-12 |
Eric Pouech | Const correctness fixes.
|
commit | commitdiff | tree |
2005-12-12 |
Eric Pouech | comctl32: Fixed (harmless) typo.
|
commit | commitdiff | tree |
2005-12-12 |
Eric Pouech | Removed some dead-code.
|
commit | commitdiff | tree |
2005-12-12 |
Eric Pouech | Made some functions static.
|
commit | commitdiff | tree |
2005-12-12 |
Eric Pouech | vidc: Return error codes when a message isn't supported.
|
commit | commitdiff | tree |
2005-12-08 |
Eric Pouech | winealsa: Fixed returned string in capabilities.
|
commit | commitdiff | tree |
2005-12-08 |
Eric Pouech | winenas: fix crash.
|
commit | commitdiff | tree |
2005-12-06 |
Eric Pouech | mciwave: save/record.
|
commit | commitdiff | tree |
2005-12-06 |
Eric Pouech | dbghelp: Final touch on StackWalk64 so that it works.
|
commit | commitdiff | tree |
2005-12-06 |
Eric Pouech | winedbg: Fixed broken code about type management for...
|
commit | commitdiff | tree |
2005-12-05 |
Eric Pouech | dbghelp: Implemented StackWalk64.
|
commit | commitdiff | tree |
2005-12-05 |
Eric Pouech | winmm: driver unloading.
|
commit | commitdiff | tree |
2005-12-05 |
Eric Pouech | dbghelp,winedbg: SYMBOL_INFO fix.
|
commit | commitdiff | tree |
2005-12-03 |
Eric Pouech | winedbg: simplify some code.
|
commit | commitdiff | tree |
2005-12-03 |
Eric Pouech | winedbg: fixed regression (and simplified code!) for...
|
commit | commitdiff | tree |
2005-12-03 |
Eric Pouech | winedbg: fixed regression in 'info local' command.
|
commit | commitdiff | tree |
2005-11-29 |
Eric Pouech | Added support for 'loading' virtual modules.
|
commit | commitdiff | tree |
2005-11-29 |
Eric Pouech | Implemented SymGet{Next|Prev}Line64.
|
commit | commitdiff | tree |
2005-11-29 |
Eric Pouech | Now correctly checking calling down to 32 bit version.
|
commit | commitdiff | tree |
2005-11-29 |
Eric Pouech | Implemented SymGetModuleInfo64.
|
commit | commitdiff | tree |
2005-11-29 |
Eric Pouech | Implemented SymUnloadModule64.
|
commit | commitdiff | tree |
2005-11-29 |
Eric Pouech | Fixed some bugs in MCI string parsing.
|
commit | commitdiff | tree |
2005-11-29 |
Eric Pouech | Implemented SymLoadModuleEx.
|
commit | commitdiff | tree |
2005-11-29 |
Eric Pouech | Replaced stack_get_frame with a pure symbol (and no...
|
commit | commitdiff | tree |
2005-11-29 |
Eric Pouech | Added calling convention definitions.
|
commit | commitdiff | tree |
2005-11-29 |
Eric Pouech | Added stub for dbghelp.SymRegisterCallback64.
|
commit | commitdiff | tree |
2005-11-28 |
Eric Pouech | LoadLibrary16 is no longer exported by name, so do...
|
commit | commitdiff | tree |
2005-11-28 |
Eric Pouech | Added stubs for DbgHelp functions: SymRegisterFunctionEntryC...
|
commit | commitdiff | tree |
2005-11-18 |
Eric Pouech | Native dbghelp doesn't provide names for basic type...
|
commit | commitdiff | tree |
2005-11-18 |
Eric Pouech | Centralized calls for SymSetContext, we only do it...
|
commit | commitdiff | tree |
2005-11-18 |
Eric Pouech | Move print_func_and_args to stack.c, where it belongs.
|
commit | commitdiff | tree |
2005-11-18 |
Eric Pouech | - now storing frames information in thread structure
|
commit | commitdiff | tree |
2005-11-18 |
Eric Pouech | Ensures, when we cannot demangle the string, to return...
|
commit | commitdiff | tree |
2005-11-18 |
Eric Pouech | Now returning correct symbol flags (as native does...
|
commit | commitdiff | tree |
2005-11-17 |
Eric Pouech | Dbghelp describes the types of function arguments with...
|
commit | commitdiff | tree |
2005-11-17 |
Eric Pouech | SymGetType(...,TI_GET_LENGTH,...) requires a 64 bit...
|
commit | commitdiff | tree |
2005-11-17 |
Eric Pouech | Provide a sample of the joy of MSC symbol mangling.
|
commit | commitdiff | tree |
2005-11-17 |
Eric Pouech | When a symbol name already contains a module name,...
|
commit | commitdiff | tree |
2005-11-17 |
Eric Pouech | Simplification of lex's input reading.
|
commit | commitdiff | tree |
2005-11-16 |
Eric Pouech | Added ability to execute commands from a file passed...
|
commit | commitdiff | tree |
2005-11-14 |
Eric Pouech | NtReadFile: now returning correct status in NtReadFile...
|
commit | commitdiff | tree |
2005-11-14 |
Eric Pouech | Fix set_test_val function declaration to ensure stack...
|
commit | commitdiff | tree |
2005-11-14 |
Eric Pouech | Init wShowWindow in RTL_USER_PARAMETERS for Wine processes...
|
commit | commitdiff | tree |
2005-11-12 |
Eric Pouech | Removed a couple of shift/reduce warnings in grammar.
|
commit | commitdiff | tree |
2005-11-03 |
Eric Pouech | Fixed 'break NN' command (using dbghelp.SymEnumLines).
|
commit | commitdiff | tree |
2005-11-03 |
Eric Pouech | Fixed wineconsole startup when restoring registry settings.
|
commit | commitdiff | tree |
2005-11-03 |
Eric Pouech | Implemented SymEnumLines.
|
commit | commitdiff | tree |
2005-11-03 |
Eric Pouech | Now filling external leading in font cells.
|
commit | commitdiff | tree |
2005-11-02 |
Eric Pouech | Fixed crash in font browsing for raster fonts.
|
commit | commitdiff | tree |
2005-10-29 |
Eric Pouech | Implemented local/global atom creation, deletion &...
|
commit | commitdiff | tree |
2005-10-26 |
Eric Pouech | Previous fix incorrectly removed all test for strings...
|
commit | commitdiff | tree |
2005-10-24 |
Eric Pouech | Made accept thread safe(r).
|
commit | commitdiff | tree |
2005-10-17 |
Eric Pouech | ioctl 440F only returns non mapped drives (for now).
|
commit | commitdiff | tree |
2005-10-10 |
Eric Pouech | Fixed changing console's windows.
|
commit | commitdiff | tree |
2005-10-10 |
Eric Pouech | Ensure we always have a title for the .hlp file.
|
commit | commitdiff | tree |
2005-10-10 |
Eric Pouech | Handle error conditions for print.
|
commit | commitdiff | tree |
2005-10-10 |
Eric Pouech | Fixed mmioOpenW flags for playback.
|
commit | commitdiff | tree |
2005-10-10 |
Eric Pouech | - fixed mouse double click and wheeling
|
commit | commitdiff | tree |
2005-10-08 |
Eric Pouech | Function keys now work in curses mode.
|
commit | commitdiff | tree |
2005-10-03 |
Eric Pouech | Now printing information when changing function while...
|
commit | commitdiff | tree |
2005-10-03 |
Eric Pouech | Fixed bitfield extraction.
|
commit | commitdiff | tree |
2005-10-03 |
Eric Pouech | - N_PSYM stabs blocks (aka parameters) can also contain...
|
commit | commitdiff | tree |
2005-10-03 |
Eric Pouech | Fixed array dereferencing.
|
commit | commitdiff | tree |
2005-09-28 |
Eric Pouech | Added a bunch of test cases for atoms.
|
commit | commitdiff | tree |
2005-09-27 |
Eric Pouech | Implemented kernel32 process affinity handling on top...
|
commit | commitdiff | tree |
2005-09-26 |
Eric Pouech | - now passing access rights when creating a named pipe...
|
commit | commitdiff | tree |
2005-09-12 |
Eric Pouech | Implemented kernel32.GetThreadTimes on top of ntdll...
|
commit | commitdiff | tree |
2005-09-07 |
Eric Pouech | Implemented kernel32:SetThreadPriority on top of ntdll...
|
commit | commitdiff | tree |
2005-09-06 |
Eric Pouech | - rewrite kernel32:{Set|Get}PriorityClass on top of...
|
commit | commitdiff | tree |
2005-09-06 |
Eric Pouech | Fixes for function prototypes without arguments.
|
commit | commitdiff | tree |
2005-07-15 |
Eric Pouech | Get rid of HeapValidate as it's not properly handled...
|
commit | commitdiff | tree |
2005-07-15 |
Eric Pouech | Ensure msvcrt's io block is passed down from wcmd's...
|
commit | commitdiff | tree |
2005-07-05 |
Eric Pouech | Fixed erroneous file flag in _popen.
|
commit | commitdiff | tree |
2005-06-27 |
Eric Pouech | Implemented OpenThread on top of NtOpenThread.
|
commit | commitdiff | tree |
2005-06-27 |
Eric Pouech | Implemented OpenProcess on top of NtOpenProcess.
|
commit | commitdiff | tree |
2005-06-27 |
Eric Pouech | - OpenConsole: try to open the Unix console if we fail...
|
commit | commitdiff | tree |
2005-06-27 |
Eric Pouech | Const correctness fixes.
|
commit | commitdiff | tree |
2005-06-27 |
Eric Pouech | Now generating argument-less functions as (void) instead...
|
commit | commitdiff | tree |
2005-06-27 |
Eric Pouech | Fixed window size computation for non child windows.
|
commit | commitdiff | tree |
2005-05-29 |
Eric Pouech | _findclose() exists on MinGW, so prefix it.
|
commit | commitdiff | tree |
2005-05-29 |
Eric Pouech | Reindented parts to be conform to the rest of the code.
|
commit | commitdiff | tree |
2005-05-29 |
Eric Pouech | Rewrote all stack backtrace code (more code sharing...
|
commit | commitdiff | tree |
2005-05-24 |
Eric Pouech | - started infrastructure for proper multi-target support...
|
commit | commitdiff | tree |