- 08 Dec, 2007 1 commit
-
-
Detlef Riekenberg authored
-
- 05 Dec, 2007 1 commit
-
-
Andrew Talbot authored
-
- 27 Jun, 2007 1 commit
-
-
Michael Stefaniuc authored
-
- 01 May, 2007 1 commit
-
-
Andrew Talbot authored
-
- 23 Apr, 2007 1 commit
-
-
Alexandre Julliard authored
-
- 19 Apr, 2007 1 commit
-
-
Andrew Talbot authored
-
- 13 Mar, 2007 1 commit
-
-
Eric Pouech authored
-
- 08 Mar, 2007 1 commit
-
-
Francois Gouget authored
-
- 05 Mar, 2007 1 commit
-
-
Eric Pouech authored
-
- 22 Feb, 2007 4 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
- 06 Jan, 2007 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
- 06 Dec, 2006 1 commit
-
-
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.
-
- 30 Nov, 2006 3 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
- 27 Nov, 2006 3 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
dbghelp: Use the location info structure thoughout the code to handle the location of a data variable.
-
Eric Pouech authored
-
- 06 Oct, 2006 1 commit
-
-
James Hawkins authored
-
- 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
-
- 27 Jun, 2006 1 commit
-
-
Eric Pouech authored
- now internally storing module info as a 64bit module structure (the interest in not in the 64 bit side of things, but because it allows storing lots of usefull information) - fixed SymGetModuleInfo64W which wasn't returning the LoadedPdbName field - now filling for MSC files with the extended information (instead of guessing it) - reused the extended module info to store wine ELF module information (link for map link, stabs vs dwarf symbol info)
-
- 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
-
- 13 Jun, 2006 1 commit
-
-
Michael Stefaniuc authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 11 May, 2006 1 commit
-
-
Eric Pouech authored
- implemented correct lookup when SymFindFileInPath is called to find a PDB file - added pdb_fetch_file_info to gather relevant information - when looking for a PDB file (from a .EXE or a .DLL), now using SymFindFileInPath to locate the PDB file with the correct information
-
- 18 Mar, 2006 10 commits
-
-
Eric Pouech authored
- wrong cut & paste across versions of a given record type - wrong definition for register_v2
-
Eric Pouech authored
- added preliminary support for VT (virtual table) shape type record - as we don't do C++, it's just a hack to get rid of some errors
-
Eric Pouech authored
- create an infrastructure for handling forward usage of type records - used it in some cases (pointer to yet not defined udt, function signature, modifiers)
-
Eric Pouech authored
- seperate types' table handling from a single type handling by adding codeview_parse_one_type function - factored all calls for caching symt - make type parsing helpers return the symt instead of a simple error status
-
Eric Pouech authored
- when checking debug info in NB09 or NB11 format (CodeView), try to load the global types section
-
Eric Pouech authored
- now correctly parsing parameters types for a function signature and storing them in dbghelp internal structures
-
Eric Pouech authored
- no longer caching bitfield information but accessing it directly when needed - removed all kludges for bitfield handling - reused BOOL parameter to codeview_get_type for monitoring traces (will be used in later patches)
-
Eric Pouech authored
- now that we have offset tables to type, we can cleanly parse the field-lists and remove the associated kludges - also adding internal structure for easing parameter sharing across functions (codeview_type_parse) - in mscvpdb.h, also reparated the type records that are referenced from other type records (union codeview_type_ref) from type records referenced by symbols (union codeview_type)
-
Eric Pouech authored
- enforce the type records that can be accessed by symbols (these are anyway the high level ones)
-
Eric Pouech authored
- our engine for parsing types section now requires in entry an offsets table for getting directly to each type in the section - (re)construct this table for PDB types
-