- 20 Mar, 2006 25 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Dmitry Timoshkov authored
Add a simple test for bitmap bits/metrics, fix GetBitmapBits for an empty (not selected into a DC) bitmap.
-
Mike McCormack authored
-
Detlef Riekenberg authored
-
Alexandre Julliard authored
-
H. Verbeet authored
-
H. Verbeet authored
-
H. Verbeet authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Alexander N. Sørnes authored
-
Vitaly Lipatov authored
-
Vitaly Lipatov authored
-
Milko Krachounov authored
-
Mike McCormack authored
-
Jeff Latimer authored
-
Vitaliy Margolen authored
-
Robert Shearman authored
Optimise WHERE operations on matching against strings by adding a new function find_matching_rows to the views, which eliminates the need to examine every record when executing a query. Implement this function in the table using a hash table on the ID stored in the data.
-
Robert Shearman authored
-
Robert Shearman authored
Copy from the start of the cookie name, not the cookie data when parsing cookies with a NULL cookie name.
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
(after the thread pool has been improved).
-
- 18 Mar, 2006 15 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Mike McCormack authored
-
Mike McCormack authored
-
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
-