Class ObjDump
Inheritance
System.Object
ObjDump
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: IL2CPU.Debug.Symbols
Assembly: IL2CPU.Debug.Symbols.Net48.dll
Syntax
public class ObjDump
Methods
| Improve this Doc View SourceExtractMapSymbolsForElfFile(IEnumerable<String>)
Sequentially parse symbols from the lines sequence.
Declaration
public static IEnumerable<Label> ExtractMapSymbolsForElfFile(IEnumerable<string> lines)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.String> | lines | Sequence of lines which contain map files. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Label> | Sequence of parsed label. |
ExtractMapSymbolsForElfFile(String, String)
Extract symbols from the specified map file and populate debug database from that file.
Declaration
public static void ExtractMapSymbolsForElfFile(string debugFile, string mapFile)
Parameters
Type | Name | Description |
---|---|---|
System.String | debugFile | Debug file to popuplate with symbols. |
System.String | mapFile | Map file from where sybols should be extracted. |
GetLabelByAddressMapping(String, String)
Declaration
[Obsolete("We're not using ELF Format anymore")]
public static SortedList<uint, string> GetLabelByAddressMapping(string aKernel, string aObjDumpExe)
Parameters
Type | Name | Description |
---|---|---|
System.String | aKernel | |
System.String | aObjDumpExe |
Returns
Type | Description |
---|---|
System.Collections.Generic.SortedList<System.UInt32, System.String> |