Cosmos.Debug.Symbols -> IL2CPU.Debug.Symbols.

This commit is contained in:
José Pedro 2017-12-22 02:03:32 +00:00
parent 562bb32e97
commit d57bb740fe
No known key found for this signature in database
GPG key ID: B8247B9301707B83
7 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Cosmos.Debug.Symbols;
using IL2CPU.Debug.Symbols;
namespace Cosmos.IL2CPU.Profiler {
public class Assembler : Cosmos.IL2CPU.AppAssembler

View file

@ -6,7 +6,7 @@ using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using Cosmos.Build.Common;
using Cosmos.Debug.Symbols;
using IL2CPU.Debug.Symbols;
using Cosmos.System;
using Console = System.Console;

View file

@ -3,7 +3,7 @@ using System.Diagnostics;
using System.IO;
using Microsoft.Build.Framework;
using Cosmos.Debug.Symbols;
using IL2CPU.Debug.Symbols;
namespace Cosmos.Build.MSBuild {
public class ExtractMapFromElfFile : BaseToolTask {

View file

@ -5,7 +5,7 @@ using System.Globalization;
using System.IO;
using Microsoft.Build.Framework;
using Cosmos.Debug.Symbols;
using IL2CPU.Debug.Symbols;
namespace Cosmos.Build.MSBuild
{

View file

@ -12,11 +12,11 @@ using Cosmos.Build.Common;
using Cosmos.Debug.Common;
using Cosmos.Debug.DebugConnectors;
using Cosmos.Debug.Hosts;
using Cosmos.Debug.Symbols;
using IL2CPU.Debug.Symbols;
using Cosmos.VS.DebugEngine.Engine.Impl;
using Cosmos.VS.DebugEngine.Properties;
using Cosmos.VS.DebugEngine.Utilities;
using Label = Cosmos.Debug.Symbols.Label;
using Label = IL2CPU.Debug.Symbols.Label;
namespace Cosmos.VS.DebugEngine.AD7.Impl
{

View file

@ -1,13 +1,13 @@
using System;
using System.Collections.Generic;
using System.Text;
using Cosmos.Debug.Symbols;
using IL2CPU.Debug.Symbols;
using Microsoft.VisualStudio;
using Microsoft.VisualStudio.Debugger.Interop;
//using Dapper;
//using SQLinq.Dapper;
//using SQLinq;
using FIELD_INFO = Cosmos.Debug.Symbols.FIELD_INFO;
using FIELD_INFO = IL2CPU.Debug.Symbols.FIELD_INFO;
namespace Cosmos.VS.DebugEngine.AD7.Impl
{

View file

@ -3,7 +3,7 @@ using System.Linq;
using Cosmos.VS.DebugEngine.AD7.Definitions;
using Cosmos.VS.DebugEngine.Engine.Impl;
using Microsoft.VisualStudio.Debugger.Interop;
using Cosmos.Debug.Symbols;
using IL2CPU.Debug.Symbols;
using Microsoft.VisualStudio;
using Microsoft.VisualStudio.Shell;