Commit graph

2811 commits

Author SHA1 Message Date
tgiphil
74c1dc4cde - Removed *.vspscc files 2014-12-04 23:11:34 -08:00
tgiphil
f7c0fea4b4 - Removed TFS parameters in solution files 2014-12-04 23:07:35 -08:00
Phil Garcia
d6fbf5341e - Removed user specific *.user and *.vsscc files 2014-12-04 20:10:08 -08:00
Sentinel209_cp
c591a7ff1b Reorganize source: Everything is out of source2 now and the soutions are cleaned up. 2014-11-28 00:48:23 +00:00
Sentinel209_cp
184d98e9ab Reorganizing source: Remove empty folders and move unused projects. 2014-11-26 17:44:34 +00:00
Sentinel209_cp
1a2f83dc84 Reorgaizing source: Assembler, Build, Debug, Deploy, VSIP 2014-11-26 03:43:20 +00:00
Sentinel209_cp
e851d3efcb Reorganizing code: Moved Build and Compiler. 2014-11-26 01:13:58 +00:00
Trivalik_cp
7496b065bd update all project templates to use x86 platform, which remove all warnings! 2014-11-23 13:21:16 +00:00
Trivalik_cp
b3475c8c61 OpField.cs, CtorImplAssembler.cs, AppAssembler: fix warnings 2014-11-23 12:30:36 +00:00
Trivalik_cp
914feb2475 AD7Thread: use eip to get name
AD7Engine: make currentAddress from private to internal
EngineUtil: check return codes with exception!
and implement GetAddressDescription a little bit
Vmware.cs: use shell execute able now, this allow to start vmware with UAC dialog, in case you wanna force to start them as admin by compatible option of windows
DebugConnectorStream.cs: use stream from asyncstate, because m_stream is sometimes null, maybe is this also not working, but I had this case only one time yet
2014-11-22 07:44:41 +00:00
Trivalik_cp
e038a9052b suppress warning for const variables in PIC.cs
fix warning in AD7Process.cs, MonitorImpl.cs
remove introp assembly from Cosmos.Debug.VSDebugEngine.csproj to fix warning
2014-11-19 13:45:54 +00:00
Trivalik_cp
ff4fc84cf9 remove obsolet abstract GetData() 2014-11-19 13:34:10 +00:00
Trivalik_cp
41584c0fe8 reduce warnings TrivialFTP.cs, AD7PendingBreakpoint.cs, EngineCallback.cs, FatFile.cs, Heap.cs, INTs.cs, VGAScreen.cs 2014-11-19 13:27:49 +00:00
Trivalik_cp
1e11282257 fix warnings, only one is over in Cosmos.VS.Package that microsoft.VisualStudio.CommonIDE, Version=10.0.0.0 is missing 2014-11-19 13:16:45 +00:00
Trivalik_cp
0d48ff151f Cosmos.Build.Builder: add -NOCLEAN, to reduce build time, as long as no big change is made, it is save to use, no my pc is it 1/3 lesser, the argument has to add manually into install.bat
Ldsfld, Stsfld: comment out unused code, and removes warnings on build
2014-11-19 09:31:25 +00:00
Trivalik_cp
79178f1920 revert change of newarr instruction, to prevent bugs in future 2014-11-18 17:09:33 +00:00
Trivalik_cp
25c799fd0a AppAssembler: do enum values now in correct byte values, before it was always zero 2014-11-15 08:37:11 +00:00
Trivalik_cp
b387624cba Newarr.cs: reduce calculation of GetTypeIDLabel(typeof(Array) 2014-11-13 22:00:39 +00:00
Trivalik_cp
fb22ed8c36 prevent crash in case hyper-v question is answered with no 2014-11-07 21:13:01 +00:00
Sentinel209_cp
704af021ff Compiler fix for the Isinst OpCode. 2014-10-25 12:47:56 +00:00
Trivalik_cp
131767a55f CosmosTask.cs: remove need of 3.5 framework, for build is it not needed at all
rename wrong method names and comments
Code.inc: give different error on missing VS 2013 installation, because if integrated shell is install it will allow installation
VMware.cs: add check for Hyper V Service, if this is enabled, we should not start vmware, because it say an error (i.e. Windows 10)
Cosmos.Debug.VSDebugEngine.csproj: add reference to able to use ServiceController
2014-10-16 20:22:33 +00:00
Sentinel209_cp
b668b50b41 Fixed an issue with the compiler which caused Int64[] and UInt64[] elements to get retrieved incorrectly. 2014-10-14 10:30:55 +00:00
Sentinel209_cp
5e26a7e5c4 Getting locals and primitive fields to work in the debugger. 2014-09-25 13:21:22 +00:00
mterwoord_cp
387ee6374b . 2014-09-20 09:07:09 +00:00
mterwoord_cp
9f39b85ee9 Use of new "analytical stack" 2014-07-21 17:53:26 +00:00
mterwoord_cp
81dbeb61b0 Fixed bug in ILReader. It would create a OpSwitch, where the NextPosition is wrong. 2014-07-20 10:15:20 +00:00
mterwoord_cp
3d215a19a9 . 2014-07-19 13:37:04 +00:00
mterwoord_cp
6f84adc409 IL interpretation now enabled 2014-07-19 13:31:21 +00:00
mterwoord_cp
6fcd870f61 2014-07-19 13:25:04 +00:00
jonathonchase_cp
08b776746b Skip VSIX file creation because it's slow and unused in XShap.VS, Cosmos.Vs.Package and Cosmos.VS.Windows 2014-07-19 13:18:55 +00:00
jonathonchase_cp
336c3afa8a Guid.NewGuid() Replaced with prefixed Guid_NewGuid in ExtractMapFromElfFile 2014-07-18 16:51:27 +00:00
mterwoord_cp
c4de249bee . 2014-07-18 16:48:16 +00:00
mterwoord_cp
994f096dfc . 2014-07-17 15:11:53 +00:00
Trivalik_cp
481d305f91 give Step into/over in assemler window a the function of F11/F10 2014-07-16 19:56:22 +00:00
mterwoord_cp
21ea8d7f43 Ongoing IL interpretation work for compiler 2014-07-15 19:03:35 +00:00
mterwoord_cp
8fcd0d7385 2014-07-15 15:05:23 +00:00
mterwoord_cp
b0b69b79db 2014-07-15 12:28:38 +00:00
mterwoord_cp
e9fc03edd5 2014-07-14 17:44:37 +00:00
mterwoord_cp
f126aa5358 . 2014-07-14 16:47:20 +00:00
mterwoord_cp
720b550efd Start with making analytical stack changes 2014-07-14 16:41:57 +00:00
kudzu_cp
a58ad95c10 2014-07-14 15:56:02 +00:00
kudzu_cp
36aaf46919 2014-07-14 15:54:43 +00:00
kudzu_cp
967ebef95e 2014-07-14 15:52:06 +00:00
kudzu_cp
352ffaae4d 2014-07-14 15:36:58 +00:00
kudzu_cp
a32c2c9e40 2014-07-14 15:29:06 +00:00
kudzu_cp
5ba99f933b 2014-07-14 15:25:16 +00:00
kudzu_cp
9e63a7ad25 2014-07-14 15:07:39 +00:00
kudzu_cp
b65c31dcec 2014-07-14 15:01:59 +00:00
kudzu_cp
26e492eed6 2014-07-14 14:59:07 +00:00
mterwoord_cp
801ab5f4a1 build fix. 2014-07-14 14:57:21 +00:00