- 03 Aug, 2007 1 commit
-
-
Francois Gouget authored
Also add a number of missing prototypes, especially 64bit or Unicode versions of existing prototypes, and the related structures. Update win32.api to fix the winapi_check warnings.
-
- 15 May, 2007 1 commit
-
-
Markus Amsler authored
-
- 20 Apr, 2007 1 commit
-
-
Andrew Talbot authored
-
- 21 Mar, 2007 1 commit
-
-
Andrew Talbot authored
-
- 13 Mar, 2007 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
dbghelp: Cleanups for module loading (lookups on module name and image name are two different things) - split up module_find_by_name in two different functions: + reused module_find_by_name which looks upon the module name + added module_is_already_loaded which looks upon the image name - cleanup module loading using these functions (removed extra parameter to pe_load_module_from_pcs)
-
- 05 Mar, 2007 1 commit
-
-
Eric Pouech authored
-
- 22 Feb, 2007 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
- 06 Dec, 2006 3 commits
-
-
Eric Pouech authored
Let dwarf and msc use this new feature. As we also add global symbol without addresses, don't take those constant symbols into account for searches by address.
-
Eric Pouech authored
Make use of it to get rid to module_compute_num_syms.
-
Eric Pouech authored
-
- 30 Nov, 2006 1 commit
-
-
Eric Pouech authored
-
- 27 Nov, 2006 6 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
dbghelp: Added infrastructure to compute variable location at runtime (as opposed to debug info parse time). Use it to send the variables depending on not known frame register at parse time. Made just a stub for the location computation function for dwarf2.
-
Eric Pouech authored
dbghelp: Use the location info structure thoughout the code to handle the location of a data variable.
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
This makes the code simpler to read, a bit more efficient, and furthermore it'll be needed in future patches.
-
- 26 Sep, 2006 1 commit
-
-
Eric Pouech authored
- more strickling differentiation variable location between a register, and the dereferenced address defined by a register (and possibly an offset) - added a parameter to symt_add_func_local (and internal symbol data struct) to help differentiate - fix all debug parsers to confer to this new scheme
-
- 08 Sep, 2006 1 commit
-
-
Andrew Talbot authored
-
- 09 Aug, 2006 1 commit
-
-
Eric Pouech authored
Enhance dbghelp's robustness against bogus stabs sections found in meetro.exe (as reported by Jan Zerebecki).
-
- 26 Jul, 2006 1 commit
-
-
Robert Shearman authored
-
- 20 Jun, 2006 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
- added the ability to tell to add_func_local whether we're adding a local variable or a parameter (and removed the black magic we were using) - we can now address variables defined as an offset to a register
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 11 May, 2006 6 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
- 08 May, 2006 1 commit
-
-
Eric Pouech authored
- report the correct image base for a symbol which is seen as being in a builtin PE module, whilst its debug information is gotten from an ELF module - module_get_debug now returns a pair of modules (the requested that has to be presented back to the client and the effective one, which contains the debug info) - reworked SymFromName in order to provide also the revelant module base address
-
- 27 Mar, 2006 1 commit
-
-
Eric Pouech authored
When looking up a symbol name in the form module!name, the module lookup should be insensitive.
-
- 14 Feb, 2006 1 commit
-
-
Eric Pouech authored
so that they can only be search on their start address
-
- 06 Feb, 2006 1 commit
-
-
Eric Pouech authored
Added correct stabs parsing for function parameters in registers. Added a couple of helper functions to make code smaller and more readable.
-
- 24 Jan, 2006 1 commit
-
-
Dmitry Timoshkov authored
-
- 23 Jan, 2006 3 commits
-
-
Eric Pouech authored
- 32/64: number of symbols is now correct - 64: the 64 bit extra fields are now initialized with some non null yet sensible value
-
Eric Pouech authored
-
Eric Pouech authored
- better coding for SYMBOL_INFO filling - some fixes on some fields (parameters) - now using the max size for symbol info
-