2018-08-28 |
Amy Yu | Add architectures supported table
|
commit | commitdiff | tree |
2018-08-15 |
Amy Yu | R2RDump - GcInfo for x86
|
commit | commitdiff | tree |
2018-08-14 |
Amy Yu | ExcludeList for R2RDumpTests in wrong ItemGroup
|
commit | commitdiff | tree |
2018-07-20 |
Amy Yu | Skip R2RDumpTests in crossgen tests, test unsupported...
|
commit | commitdiff | tree |
2018-07-09 |
Amy Yu | Exclude failing CoreFx test
|
commit | commitdiff | tree |
2018-07-09 |
Amy Yu | Fix test errors
|
commit | commitdiff | tree |
2018-07-09 |
Amy Yu | Use BuildManagedTools argument instead of environment...
|
commit | commitdiff | tree |
2018-07-09 |
Amy Yu | Add R2RDump to build.proj, running dotnet restore before...
|
commit | commitdiff | tree |
2018-06-26 |
Amy Yu | Fix merge errors, replace spaces with tab, print unwind...
|
commit | commitdiff | tree |
2018-06-26 |
Amy Yu | Dump disasm line by line, changes to dumping bytes...
|
commit | commitdiff | tree |
2018-06-26 |
Amy Yu | Refactor into TextDumper and XmlDumper classes
|
commit | commitdiff | tree |
2018-06-26 |
Amy Yu | Xml serialize section contents and gcinfo transitions
|
commit | commitdiff | tree |
2018-06-26 |
Amy Yu | XMLSerialize gc transitions and section contents
|
commit | commitdiff | tree |
2018-06-26 |
Amy Yu | Make unwindinfo and gcinfo xml serializable
|
commit | commitdiff | tree |
2018-06-26 |
Amy Yu | Output in xml format with XmlSerializer
|
commit | commitdiff | tree |
2018-06-26 |
Amy Yu | Add public to classes and set accessor to properties...
|
commit | commitdiff | tree |
2018-06-22 |
Amy Yu | Move Amd64 specific class to it's own folder and subnamespace
|
commit | commitdiff | tree |
2018-06-20 |
Amy Yu | Make sections optional, throw more descriptive error...
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Make unwind info specific to amd64
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Use Registers for FrameRegister
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Save frameOffset in 16bits
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Dump unwind codes based on opcode
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Rename enums with Pascal casing
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Use symbolic names for opcodes, get register name for...
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Fix bugs
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Parse entries of import section
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Dump bytes with offset instead of rva
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Parse and dump compiler identifier and import sections...
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Dump contents of NativeArray and NativeHashtable
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Use GetEntryPointIdFromOffset to get EntryPointId of...
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Output formatting changes for unwindInfo and section...
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Save name of dll in constant, use tab instead of spaces
|
commit | commitdiff | tree |
2018-06-16 |
Amy Yu | Add missing registers enum
|
commit | commitdiff | tree |
2018-06-16 |
Amy Yu | Interweave gcslot liveness with disasm
|
commit | commitdiff | tree |
2018-06-16 |
Amy Yu | Use DumpInstruction instead of code block
|
commit | commitdiff | tree |
2018-06-15 |
Amy Yu | Use IntPtr instead of long for pointers
|
commit | commitdiff | tree |
2018-06-15 |
Amy Yu | Fix bugs from trying to get transitions for untracked...
|
commit | commitdiff | tree |
2018-06-15 |
Amy Yu | Adjust method comment
|
commit | commitdiff | tree |
2018-06-15 |
Amy Yu | Make gcInfoTypes global instead of passed as param
|
commit | commitdiff | tree |
2018-06-15 |
Amy Yu | Fixed some bugs with gc transitions
|
commit | commitdiff | tree |
2018-06-14 |
Amy Yu | Get gc slot liveness code offset
|
commit | commitdiff | tree |
2018-06-08 |
Amy Yu | Use buffered disassembler to get disassembly as string
|
commit | commitdiff | tree |
2018-06-07 |
Amy Yu | GcInfo belongs to method, not runtime function
|
commit | commitdiff | tree |
2018-06-06 |
Amy Yu | Refactoring gcInfo, added verbose option to cli
|
commit | commitdiff | tree |
2018-06-06 |
Amy Yu | Fix error cause by merge
|
commit | commitdiff | tree |
2018-06-06 |
Amy Yu | Fix unwindInfo bug caused by missing alignmentPad,...
|
commit | commitdiff | tree |
2018-06-06 |
Amy Yu | Use single variable for multiple tabs
|
commit | commitdiff | tree |
2018-06-06 |
Amy Yu | Read slot table, dump GcInfo
|
commit | commitdiff | tree |
2018-06-06 |
Amy Yu | Extract other fields from gcinfo
|
commit | commitdiff | tree |
2018-06-06 |
Amy Yu | Extract gcinfo header, return kind and code length...
|
commit | commitdiff | tree |
2018-06-06 |
Amy Yu | Extract gcinfo from image
|
commit | commitdiff | tree |
2018-06-06 |
Amy Yu | Avoid passing R2RReader to R2RMethod and RuntimeFunction...
|
commit | commitdiff | tree |
2018-06-06 |
Amy Yu | Use typeDef.Namespace to get full namespace, move to...
|
commit | commitdiff | tree |
|