mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
Cosmos.Debug.Symbols -> IL2CPU.Debug.Symbols.
This commit is contained in:
parent
562bb32e97
commit
d57bb740fe
7 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue