- 24 Nov, 2008 1 commit
-
-
Francois Gouget authored
-
- 01 Oct, 2008 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
- 25 Sep, 2008 1 commit
-
-
Andrew Talbot authored
-
- 08 Sep, 2008 1 commit
-
-
Eric Pouech authored
-
- 21 Jun, 2008 1 commit
-
-
Jon Griffiths authored
-
- 07 Feb, 2008 2 commits
-
-
Eric Pouech authored
dbghelp: When sending back information about a global symbol, only demangle the class & field/method name.
-
Eric Pouech authored
-
- 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
-