5381 Commits (9ee5a7b3ccb84a3bb04c41e8a8fbfa25cbf36fbf)
 

Author SHA1 Message Date
David Srbecký a415edf7cd Do not include expression code in error messages. 16 years ago
David Srbecký 516a068bf4 Implicit argument conversion. 16 years ago
David Srbecký 945ae21a7b Support for simple overloading (only applicability is considered) 16 years ago
David Srbecký a7cfc8351c Load properties properly rather then using the "get_" "set_" heuristics 16 years ago
David Srbecký b890b1a6da Implemented support for literal fields. 16 years ago
David Srbecký 6792c7d505 Fixed some corner cases in string getting methods 16 years ago
David Srbecký 9a5571b59e Improving the metadata interop class 16 years ago
David Srbecký 91aace9c37 Finished DebugType.IsAssignableFrom 16 years ago
David Srbecký 8a4cf873a8 Replaced some uses of Marshal class with fixed() 16 years ago
David Srbecký 4c8be8219e Removed the Is<T>, As<T> and CastTo<T> helper methods 16 years ago
David Srbecký d9fc6ff4de Renamed the TestPrograms directory to just Tests 16 years ago
David Srbecký f732a27371 Renamed some tests. Removed the TestPrograms namespace. 16 years ago
David Srbecký 63980d42de Updating Debugger.Addin. 16 years ago
David Srbecký 9686a82a01 Reimplemented COM object tracking. Fixed remaining compile errors. 16 years ago
David Srbecký 98f6a874f5 COM methods prefixed with "__" so that the user does not call them directly. Extension methods should be used instead. 16 years ago
David Srbecký 8337e76106 Removed the old wrapper generator 16 years ago
David Srbecký 0bec899af9 Using methods instead of properties 16 years ago
David Srbecký 4e479b74e6 Moved the rest to the Debugger.Interop namespace. Renamed using statements. 16 years ago
David Srbecký d158afd847 Merged CorPushish files into one. Generated extension methods for them. 16 years ago
David Srbecký f80cffe65d Merged hand-written extension methods to single file 16 years ago
David Srbecký ea138eed0b ".generated" suffix for the generated extension methods 16 years ago
David Srbecký 3c4dd948b0 Removed autogenerated wrapper classes 16 years ago
David Srbecký 9cea0d7384 Hand-written helper methods converted to extension methods 16 years ago
David Srbecký e4dbd77923 Extension method generator for COM types. It converts out parameters to return values and allows tracking of created objects. 16 years ago
David Srbecký eb67acb26c Minor reformatting of CorDebug.cs 16 years ago
David Srbecký af98db8e6d Merged interop files together 16 years ago
David Srbecký f36bc90ba1 Remove unused import statements 16 years ago
David Srbecký b030ba0e50 Renaming Metadata to MetaData (part 2) 16 years ago
David Srbecký 3cde04eea5 Renaming Metadata to MetaData (part 1) 16 years ago
David Srbecký 56671e4e8b Matching directory names and namespaces 16 years ago
David Srbecký 07c2eef28b Moving some files around 16 years ago
David Srbecký 3cd7721e82 Support for member fields from yield/delegate 16 years ago
David Srbecký dd73b1fb64 Basic support for static expressions. 16 years ago
David Srbecký bee95cb2a3 Updating Debugger.Addin to the new metadata API (the whole solution compiles again) 16 years ago
David Srbecký a23ef88e0f Some method arguments for Value relaxed so that less casting is necessary 16 years ago
David Srbecký 9c769a48ce Actually make use of the member name hashtable 16 years ago
David Srbecký 19decb3dc6 Improved type resolution by name 16 years ago
David Srbecký 77f6c88db4 Fixed generic name for enclosing types 16 years ago
David Srbecký abbec177d9 Merged partial classes 16 years ago
David Srbecký b0fabf82c7 Added <inheritdoc/> to metadata members 16 years ago
David Srbecký b78ca5f3bd Some ToStrings are more verbose. Removed some Ignore attributes. 16 years ago
David Srbecký c168ea3b63 Merged and simplified Value tests; 16 years ago
David Srbecký 5b77ae5bd0 Expressions test merged into ExpressionEvaluator test; 16 years ago
David Srbecký 710b027272 Updated unit tests to the new metadata API 16 years ago
David Srbecký 24ba514697 Improved XML printer in debugger unit tests - "Get" methods are invoked, there is an explicit ignore list. 16 years ago
David Srbecký 33e0fbb591 Changing Value class to work with the new metadata API. 16 years ago
David Srbecký ec8a17c09c Finishing the behavior of DebugType 16 years ago
David Srbecký 345570538f Polishing API and implemented more reflection methods 16 years ago
David Srbecký 11dfb6ffef Fixed remaining compile errors in Debugger.Core 16 years ago
David Srbecký e144544cd4 Fixing some syntax errors (still work in progress) 16 years ago