Beispiel #1
0
 // Creates a code context (ie PC)
 DebugCodeContext(DebugMemoryContext.Factory debugMemoryContextFactory, ulong address,
                  Lazy <string> name, IDebugDocumentContext2 documentContext,
                  Guid languageGuid) : base(debugMemoryContextFactory, address, name)
 {
     _documentContext = documentContext;
     _languageGuid    = languageGuid;
 }
Beispiel #2
0
 public Factory(DebugMemoryContext.Factory debugMemoryContextFactory)
 {
     _debugMemoryContextFactory = debugMemoryContextFactory;
 }