projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
user32: Define WM_LBTRACKPOINT if it's not previously defined.
[wine]
/
dlls
/
dbghelp
/
2007-10-10
Andrey Turkin
dbghelp: Avoid crashing on files with bogus export...
tree
|
commitdiff
2007-09-18
Francois Gouget
dbghelp: Fix the PENUMLOADED_MODULES_CALLBACK() prototype.
tree
|
commitdiff
2007-08-03
Francois Gouget
dbghelp: Better match the PSDK types, especially with...
tree
|
commitdiff
2007-07-20
Andrew Talbot
dbghelp: Cast-qual warnings fix.
tree
|
commitdiff
2007-06-27
Michael Stefaniuc
dbghelp: Remove superfluous casts of void pointers...
tree
|
commitdiff
2007-06-07
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2007-05-17
Peter Oberndorfer
dbghelp: Minor cleanup.
tree
|
commitdiff
2007-05-15
Markus Amsler
dbghelp: Late init hash_table.
tree
|
commitdiff
2007-05-15
Markus Amsler
dbghelp: Speed up vector iteration by directly using...
tree
|
commitdiff
2007-05-15
Markus Amsler
dbghelp: Speed up pool_alloc. Patch by Eric Pouech.
tree
|
commitdiff
2007-05-15
Markus Amsler
dbghelp: Speed up vector_add by avoiding pool_realloc...
tree
|
commitdiff
2007-05-01
Andrew Talbot
dbghelp: Exclude unused headers.
tree
|
commitdiff
2007-04-30
Andrey Turkin
dbghelp: Zero-terminate module name in minidump.
tree
|
commitdiff
2007-04-25
Michael Stefaniuc
janitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc...
tree
|
commitdiff
2007-04-23
Alexandre Julliard
dbghelp: Don't print garbage chars in ERR message.
tree
|
commitdiff
2007-04-20
Andrew Talbot
dbghelp: Constify some variables.
tree
|
commitdiff
2007-04-19
Andrew Talbot
dbghelp: Constify some variables.
tree
|
commitdiff
2007-04-18
Andrew Talbot
dbghelp: Constify some variables.
tree
|
commitdiff
2007-03-21
Andrew Talbot
dbghelp: Replace inline static with static inline.
tree
|
commitdiff
2007-03-17
Alexandre Julliard
dbghelp: Avoid some warnings on Solaris.
tree
|
commitdiff
2007-03-16
Peter Oberndorfer
dbghelp: Use elf load_offset passed to dwarf2_parse...
tree
|
commitdiff
2007-03-16
Peter Oberndorfer
dbghelp: Fix up load_offset to work in case the load...
tree
|
commitdiff
2007-03-16
Peter Oberndorfer
dbghelp: Initialize the elf_section_map in case of...
tree
|
commitdiff
2007-03-14
Eric Pouech
dbghelp: Rewrote SymEnumerateModules with Unicode basis...
tree
|
commitdiff
2007-03-13
Eric Pouech
dbghelp: Renamed pe_load_module (resp pe_load_module_fr...
tree
|
commitdiff
2007-03-13
Eric Pouech
dbghelp: Get rid of module_name in all traces (using...
tree
|
commitdiff
2007-03-13
Eric Pouech
dbghelp: Cleanups for module loading (lookups on module...
tree
|
commitdiff
2007-03-13
Eric Pouech
dbghelp: Rewrote module_is_elf_container_loaded so...
tree
|
commitdiff
2007-03-13
Eric Pouech
dbghelp: Added helper to get the basename + extension...
tree
|
commitdiff
2007-03-08
Francois Gouget
dbghelp: Check file handles against INVALID_HANDLE_VALU...
tree
|
commitdiff
2007-03-05
Eric Pouech
dbghelp: Fixes for loading circular references on funct...
tree
|
commitdiff
2007-03-05
Eric Pouech
dbghelp: Implemented SymEnumTypesW.
tree
|
commitdiff
2007-02-26
Eric Pouech
dbghelp: Handle the .gnu_debuglink files with the newly...
tree
|
commitdiff
2007-02-26
Eric Pouech
dbghelp: Allow to add an alternate file_map for an...
tree
|
commitdiff
2007-02-26
Eric Pouech
dbghelp: Rewrote the ELF section mapper for better...
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: Merge the A/W of elf_map_file into a single...
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: Now load the .gnu_debuglink file using Unicode...
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: Added helper to map a Unicode file.
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: Now moving the ELF loading code to Unicode.
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: Move elf_fetch_file_info to Unicode.
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: Make elf_enum_modules a Unicode function.
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: Now storing module internal info for minidumps...
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: A few fixes related to Unicode translation.
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: Moved the internals for registered callback...
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: Get rid of temporary module_get_type_by_nameA.
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: Implemented SymFindFileInPathW.
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: Implemented SearchTreeForFileW.
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: Implemented EnumDirTreeW.
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: Implemented SymMatchFileNameW.
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: Added module_get_type_by_name in Unicode form...
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: Moved ELF module loading interfaces to Unicode.
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: Move PE module loading to Unicode.
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: Implemented FindExecutableImage[W].
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: Now storing module information in Unicode...
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: .gnu_link support: rewrote helper functions...
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: Prepare module loading functions to be switche...
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: Make the module info functions ready for the...
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: Rewrote the loaded modules enumeration so...
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: Added an ANSI copy of the module name (useful...
tree
|
commitdiff
2007-02-22
Eric Pouech
dbghelp: Added helper to define the module's name.
tree
|
commitdiff
2007-02-21
Rob Shearman
dbghelp: ImageName is usually blank, so print LoadedIma...
tree
|
commitdiff
2007-02-20
Eric Pouech
dbghelp: MiniDumpWriteDump called from exception handler.
tree
|
commitdiff
2007-02-19
Marcus Meissner
dbghelp: Return when not finding the name.
tree
|
commitdiff
2007-02-15
Rob Shearman
dbghelp: nread can be NULL for read_mem and read_mem64.
tree
|
commitdiff
2007-02-05
Dmitry Timoshkov
dbghelp: Turn a FIXME to a WARN in order to avoid mangl...
tree
|
commitdiff
2007-01-25
Francois Gouget
dbghelp: Fix the spec file to better match the SymGetSy...
tree
|
commitdiff
2007-01-17
Frank Richter
dbghelp: Search for .gnu_debuglink file.
tree
|
commitdiff
2007-01-15
Eric Pouech
dbghelp: Removed unneeded code from rewrite of .gnu_lin...
tree
|
commitdiff
2007-01-12
Frank Richter
dbghelp: Split gnu_debuglink handling into own function.
tree
|
commitdiff
2007-01-06
Eric Pouech
dbghelp: Handling of S_SALIGN symbols.
tree
|
commitdiff
2007-01-06
Eric Pouech
winedump: Removed cvinclude.h.
tree
|
commitdiff
2007-01-06
Eric Pouech
dbghelp: Corrected the map/unmap operations for ELF...
tree
|
commitdiff
2007-01-04
Eric Pouech
dbghelp: Implemented 64 bit versions of EnumerateLoaded...
tree
|
commitdiff
2007-01-02
Andrew Talbot
dbghelp: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.
tree
|
commitdiff
2006-12-14
Dmitry Timoshkov
dbghelp: Make some data const.
tree
|
commitdiff
2006-12-11
Eric Pouech
dbghelp: Sparse array speed up.
tree
|
commitdiff
2006-12-08
Alexandre Julliard
dbghelp: Avoid a printf format warning.
tree
|
commitdiff
2006-12-06
Eric Pouech
dbghelp: Added ability to internal store / reload a...
tree
|
commitdiff
2006-12-06
Eric Pouech
dbghelp: Added a field to the hash table to store the...
tree
|
commitdiff
2006-12-06
Eric Pouech
dbghelp: In find_nearest, now return the symbol instead...
tree
|
commitdiff
2006-12-06
Eric Pouech
dbghelp: Simplify the way we find the debug header.
tree
|
commitdiff
2006-12-05
Thomas Fitzsimmons
dbghelp: Recognize DT_GNU_HASH.
tree
|
commitdiff
2006-12-04
Eric Pouech
dbghelp: Fixed value stored for register relative infor...
tree
|
commitdiff
2006-12-04
Eric Pouech
dbghelp: Now that symbol's value computation depend...
tree
|
commitdiff
2006-12-04
Pierre d'Herbemont
dbghelp: Fix elf_load_module params on non elf system...
tree
|
commitdiff
2006-11-30
Eric Pouech
dbghelp: Get rid of long int issues on 64bit platforms.
tree
|
commitdiff
2006-11-30
Eric Pouech
mscvpdb.h: Update some definitions (constants, structur...
tree
|
commitdiff
2006-11-30
Eric Pouech
dbghelp: Moved mscvpdb.h file to include/wine to allow...
tree
|
commitdiff
2006-11-27
Eric Pouech
dbghelp: Silence typedefs children in sub program block.
tree
|
commitdiff
2006-11-27
Eric Pouech
dbghelp: Removed the alpha status FIXME for the dwarf...
tree
|
commitdiff
2006-11-27
Eric Pouech
dbghelp: Correctly store the addresses of blocks.
tree
|
commitdiff
2006-11-27
Eric Pouech
dbghelp: Properly handle the void type in some declarat...
tree
|
commitdiff
2006-11-27
Eric Pouech
dbghelp: We can now remove the default name prefix...
tree
|
commitdiff
2006-11-27
Eric Pouech
dbghelp: Extend support for inlined functions and handl...
tree
|
commitdiff
2006-11-27
Eric Pouech
dbghelp: Be a bit more strict on where we do actually...
tree
|
commitdiff
2006-11-27
Eric Pouech
dbghelp: Add support for a label in a subprogram block.
tree
|
commitdiff
2006-11-27
Eric Pouech
dbghelp: Register numbers in OP_piece don't need to...
tree
|
commitdiff
2006-11-27
Eric Pouech
dbghelp: Add support for deref operation in location...
tree
|
commitdiff
2006-11-27
Eric Pouech
dbghelp: Add ability to add a SymTagCustom element...
tree
|
commitdiff
2006-11-27
Eric Pouech
dbghelp: Function points location is now expressed...
tree
|
commitdiff
next