Commit graph

2671 commits

Author SHA1 Message Date
kudzu_cp
bedd397583 2014-07-12 15:15:32 +00:00
kudzu_cp
f4434dcd22 2014-07-12 14:32:37 +00:00
mterwoord_cp
8f30e7675d Several changes again. 2014-07-12 13:02:10 +00:00
mterwoord_cp
b86ec15cf9 several performance related fixes, and some functional improvements. 2014-07-06 18:27:24 +00:00
mterwoord_cp
b7b15a12d1 Performance improvements.. 2014-07-04 19:28:27 +00:00
Trivalik_cp
e7429f3e23 remove UpgradeLog.htm 2014-06-15 12:18:25 +00:00
Trivalik_cp
fdc9c726cc fix build of patch, by change int to long
apply patch 16367 
by VirusFree part2:
this is a fixed patch for the fatstream
2014-05-29 21:06:40 +00:00
lcr_watson_cp
c863b669fd 2014-04-20 15:37:09 +00:00
EdwardNutting_cp
cbd1b81ffb LabelName: Was removing underscores from method namesfor readability. Caused bug with Buffer.__Memcpy where Buffer.MemCpy and Buffer._Memcpy were also used labels.
PlugManager: bug in my design fixed.
FatFileSystem: completed the todo that said trailing periods should be ignored.
Buffer: Added __Memcpy plug so that String.Trim method compiles so that FAT code will compile.
2014-02-04 16:27:16 +00:00
EdwardNutting_cp
b7fbc80043 Basic Plugs Inspector code working - it can load plugs from all referenced assemblies correctly and display the list of plugs. 2014-02-01 12:21:04 +00:00
EdwardNutting_cp
3bc116caa3 Extracted ILScanner plug code into new PlugManager class for use in Plug Inspector app.
Added project for Plug Inspector app.
Added my own test project.
2014-02-01 10:46:46 +00:00
EdwardNutting_cp
22083f2f46 IL2CPU now checks plug classes/methods for correct/valid targets.
IL2CPU plugs updated to remove invalid plugs - Matthijs, please check the changes! :)
2014-01-31 19:23:25 +00:00
kudzu_cp
200e3a20b0 2013-12-30 15:11:04 +00:00
kudzu_cp
18013cd463 2013-12-30 15:02:48 +00:00
kudzu_cp
c138c8aa29 2013-12-26 16:56:35 +00:00
EdwardNutting_cp
bac3f98d56 VS2013 Support
This is relatively stable but no to be considered complete. Currently supported:
1. Installing user/dev kit (as normal)
2. Creating C#/VB/F# projects (latter 2 untested)
3. Debugging a Cosmos project - see limitations list below.

Debugging limitations:
1. Breakpoints sometimes fail to be hit. Only known thing that may help is recompile everything.
2. Specific breakpoint failure case: If you try and place a breakpoint on or after a "while(true)" statement it is extremely unreliable.

Other limitations:
1. VMWare occasionally breaks. If you get "Internal error" messages, or if VS crashes (don't let Windows "fix" it) or if VMWare fails to load properly there is only one known & reliable solution: Re-run the VMWare installer and hit "Repair". No restart required. You won't lose your VMs or settings (AFAI can tell).

If it all breaks, feel free to rant at it ;)
2013-11-06 21:01:49 +00:00
kudzu_cp
5393689642 sqlite works! 2013-08-06 17:28:32 +00:00
HugeCode_cp
d475d468a0 2013-08-02 09:57:57 +00:00
clearosdev_cp
f125cbcae4 working on threading 2013-08-02 01:22:01 +00:00
mterwoord_cp
70f90dfa97 2013-07-28 18:11:20 +00:00
mterwoord_cp
3a46a479c2 more forgotten files.. 2013-07-28 18:06:59 +00:00
mterwoord_cp
517d531896 Almost looks like sqlite might just be working again... 2013-07-28 16:09:58 +00:00
HugeCode_cp
c4feb83d64 SqlLite 2013-05-25 11:38:31 +00:00
melikesPCcheese_cp
c9767a986f Fixed the database connection and DbFactoryProvider bug. 2013-04-29 16:47:25 +00:00
mterwoord_cp
46b7d1222c 2013-04-20 08:57:27 +00:00
mterwoord_cp
ff41b7ecf1 Updated version of my playground and small tweaking of the IL2CPU task. 2013-03-10 16:27:08 +00:00
mterwoord_cp
e6dbfc19a2 2013-03-10 15:53:52 +00:00
AtomOS_cp
2985078561 2013-03-03 13:26:59 +00:00
geramy_cp
aee29e0c2f 2013-02-15 12:44:36 +00:00
mterwoord_cp
551a75fdfc Solved String.Empty issue on machines having .net 4.5 installed 2013-02-15 11:04:42 +00:00
geramy_cp
441a6ba8ef Got the debugger even more stable then it was before. 2013-02-14 12:30:29 +00:00
geramy_cp
f5edb722c6 Assembly window doesnt seem to be crashing because i can do asm stepping. 2013-02-03 16:40:10 +00:00
geramy_cp
eab46e2cb0 Fixed asm stepping. also fixed IL2CPU Profiler and changed Label replace chars with a compiled regex. 2013-02-03 16:10:16 +00:00
geramy_cp
4e3328ec3a Matthijs did some changes to IL2CPU Profiler something is going weird further investigation required. 2013-02-03 13:22:49 +00:00
geramy_cp
2247ce6cea last commit for fixing the debugger now testing assembly debugger 2013-02-03 12:15:25 +00:00
geramy_cp
ba915c87ff Fixed the Debugger. 2013-02-03 11:52:34 +00:00
geramy_cp
d833657321 my kernel 2013-02-02 21:19:38 +00:00
geramy_cp
719c40ec96 Semi-Working Debugging. 2013-02-02 21:19:30 +00:00
BlueSkeye_cp
7372c8a9bd Bochs integration : alpha version
Limitations :

- Bochs must be installed on the system. This is not checked as a  prerequisite by the Builder.
- You will find a GuessForBochs Cosmos project under BlueSkeye user project folder that can be used to launch the Guess project under Bochs.
- You may have to fix manually the path for the following properties in Cosmos.bxrc file copied to the CosmosForBochs\Bin\Debug folder
  * romimage
  * vgaromimage
- The Cosmos project UI is not yet Bochs aware. If you do not use the GuessForBochs project you must manually edit your Cosmos project file to modify the following property in both the Debug and Release property group from the project file :

    <Launch>Bochs</Launch>

  You must also add the following properties in both the Debug and Release property group from the project file :

    <BochsConfig>Cosmos.bxrc</BochsConfig>
    <Bochs_Deployment>ISO</Bochs_Deployment>
    <Bochs_Launch>Bochs</Bochs_Launch>
    <Bochs_DebugEnabled>True</Bochs_DebugEnabled>
    <Bochs_DebugMode>Source</Bochs_DebugMode>
    <Bochs_IgnoreDebugStubAttribute />
    <Bochs_VMwareEdition>Player</Bochs_VMwareEdition>
    <Bochs_OutputPath>bin\Debug\</Bochs_OutputPath>
    <Bochs_Framework>MicrosoftNET</Bochs_Framework>
    <Bochs_UseInternalAssembler>False</Bochs_UseInternalAssembler>
    <Bochs_TraceAssemblies />
    <Bochs_EnableGDB>False</Bochs_EnableGDB>
    <Bochs_StartCosmosGDB>false</Bochs_StartCosmosGDB>
    <Bochs_Name>GuessForBochs</Bochs_Name>
    <Bochs_Description>Use Bochs emulator to deploy and debug.</Bochs_Description>
    <Bochs_VisualStudioDebugPort>Pipe: Cosmos\Serial</Bochs_VisualStudioDebugPort>
    <Bochs_PxeInterface>192.168.43.1</Bochs_PxeInterface>
    <Bochs_SlavePort>Serial: COM3</Bochs_SlavePort>
    <Bochs_ShowLaunchConsole>False</Bochs_ShowLaunchConsole>
2012-09-14 17:13:06 +00:00
BlueSkeye_cp
94414f6d47 2012-09-06 13:04:53 +00:00
BlueSkeye_cp
5dac20044d 2012-09-06 12:19:03 +00:00
kudzu_cp
e608a303d1 2012-08-18 14:02:15 +00:00
kudzu_cp
460ef24805 2012-08-13 00:23:22 +00:00
kudzu_cp
6331a7c4ae 2012-08-12 17:09:55 +00:00
kudzu_cp
b6ae77918b 2012-08-12 17:06:35 +00:00
kudzu_cp
92ee9c4a3b 2012-08-11 21:33:02 +00:00
kudzu_cp
aac145dbf4 Corapi etc added to build config. 2012-08-10 03:25:59 +00:00
kudzu_cp
23bc3aca3b Debugger work 2012-08-10 00:56:37 +00:00
kudzu_cp
76b6f95bf2 2012-08-06 22:09:30 +00:00
kudzu_cp
6337cc953a 2012-08-06 21:36:59 +00:00
kudzu_cp
b4d132fde9 2012-08-06 06:38:46 +00:00
kudzu_cp
8c49fae09a 2012-08-06 02:35:21 +00:00
kudzu_cp
ebcb2134c2 2012-08-06 02:14:22 +00:00
kudzu_cp
9a856e0102 2012-08-06 02:11:34 +00:00
kudzu_cp
a26eb7dfa7 2012-08-06 01:16:04 +00:00
kudzu_cp
ee28601e02 Assembly Table 2012-08-06 00:24:37 +00:00
kudzu_cp
f9d157e7d3 2012-08-05 16:27:33 +00:00
kudzu_cp
d67d05685c 2012-08-03 05:17:12 +00:00
kudzu_cp
216ad30772 2012-08-02 18:45:21 +00:00
kudzu_cp
af5c2586db 2012-08-02 17:08:48 +00:00
kudzu_cp
f448f37754 2012-08-02 06:33:12 +00:00
kudzu_cp
abd81fe598 EDM 2012-08-02 03:37:29 +00:00
kudzu_cp
94e81d5bc8 2012-08-01 05:17:08 +00:00
kudzu_cp
c9aafb30f8 Now running on SQLCE. 2012-07-31 00:52:59 +00:00
kudzu_cp
7aaf1917fe 2012-07-30 14:12:00 +00:00
kudzu_cp
90f4570a42 2012-07-30 05:45:08 +00:00
kudzu_cp
57a9cf5584 2012-07-30 04:56:57 +00:00
kudzu_cp
12355c731a 2012-07-30 01:13:27 +00:00
kudzu_cp
ab16e988b9 Assembly load resolution fix (IL2CPUTask), other changes happened along the way to find this bugger. 2012-07-17 18:31:34 +00:00
kudzu_cp
3459aa840a 2012-07-17 03:51:17 +00:00
kudzu_cp
a73089d292 2012-07-17 03:18:34 +00:00
kudzu_cp
10304bb139 2012-07-17 03:16:49 +00:00
kudzu_cp
3ee738c9fe Eliminated Cosmos.Debug.Consts, merged into Cosmos.Debug.Common as DebugStub now has its own copy fo consts in X#. 2012-07-17 02:39:08 +00:00
kudzu_cp
ab767f5a96 2012-07-17 00:50:40 +00:00
kudzu_cp
89ef3bd9e5 2012-07-16 22:50:23 +00:00
kudzu_cp
65e0ebbf40 Removed old X# from build.sln. 2012-07-16 21:29:22 +00:00
kudzu_cp
d5a467f6e6 Removal of old X# compiler / transform. 2012-07-16 18:20:53 +00:00
kudzu_cp
64e9ec1cec Somethings broken... dont get this one. 2012-07-16 00:57:00 +00:00
kudzu_cp
5f1c3ddb87 2012-07-13 17:21:59 +00:00
kudzu_cp
fab48a3121 2012-07-13 17:12:18 +00:00
kudzu_cp
9a109dae57 REGADDR[x] = y 2012-07-13 15:02:41 +00:00
kudzu_cp
f3a181b30f 2012-07-13 05:22:50 +00:00
kudzu_cp
afc9477f95 2012-07-13 04:42:08 +00:00
kudzu_cp
a58cf99c42 2012-07-13 02:30:45 +00:00
kudzu_cp
6743772240 2012-07-13 00:45:20 +00:00
kudzu_cp
be47bbafcf 2012-07-12 14:16:44 +00:00
kudzu_cp
59c1bcf0fc 2012-07-12 14:14:16 +00:00
kudzu_cp
870defcdba 2012-07-12 13:54:59 +00:00
kudzu_cp
da6b600309 2012-07-12 13:52:14 +00:00
kudzu_cp
559b8c6384 2012-07-11 22:24:13 +00:00
kudzu_cp
97d0670ea1 2012-07-11 21:40:16 +00:00
kudzu_cp
241b2009be 2012-07-11 21:39:47 +00:00
kudzu_cp
c907dfc88a 2012-07-11 17:24:16 +00:00
kudzu_cp
4dd11e52dd 2012-07-11 06:21:07 +00:00
kudzu_cp
f43d287e17 2012-07-11 03:33:50 +00:00
kudzu_cp
4d8f42a93f 2012-07-10 02:44:31 +00:00
kudzu_cp
b89fbc7de7 2012-07-09 03:53:15 +00:00
kudzu_cp
99276f245c 2012-07-09 00:38:33 +00:00
kudzu_cp
0aaf58da9c 2012-07-09 00:05:58 +00:00
kudzu_cp
fc61c98eea X# methods 2012-07-08 22:10:46 +00:00
kudzu_cp
7506b24d72 More X# porting. 2012-07-08 07:15:13 +00:00
kudzu_cp
abed47ef01 2012-07-08 06:44:04 +00:00
kudzu_cp
ebcca825fc 2012-07-08 06:01:06 +00:00
kudzu_cp
14c359c092 2012-07-08 05:49:50 +00:00
kudzu_cp
55957b2e6f 2012-07-06 14:03:51 +00:00
kudzu_cp
df24897381 2012-07-05 15:11:49 +00:00
kudzu_cp
aed30e1c5c 2012-07-05 15:09:26 +00:00
kudzu_cp
4f93acee42 2012-07-05 15:08:11 +00:00
kudzu_cp
f39e142c4c 2012-07-05 15:07:21 +00:00
kudzu_cp
7fc0f4194a 2012-07-05 15:01:45 +00:00
kudzu_cp
8a7e21e9b5 DebugHost / DummyHost is now gone... 2012-07-04 03:27:55 +00:00
kudzu_cp
9dc14ae2c6 Change to GUID process IDs in debugger in preparation for killing off DummyHost. 2012-07-04 03:22:38 +00:00
kudzu_cp
dae0385da3 2012-07-04 02:49:24 +00:00
kudzu_cp
02ecc20bab 2012-07-04 02:39:54 +00:00
kudzu_cp
f7346d1142 VS now detects if slave is manually powered off. 2012-07-03 15:37:05 +00:00
kudzu_cp
9c08683dc1 2012-07-03 05:07:38 +00:00
kudzu_cp
900ee068cc 2012-07-03 04:44:04 +00:00
kudzu_cp
2ea3be6399 2012-07-03 00:03:54 +00:00
kudzu_cp
4a7fbb5ca4 2012-07-02 22:37:51 +00:00
kudzu_cp
5c60b2ed00 2012-07-02 22:23:55 +00:00
kudzu_cp
8a802201e0 2012-07-02 22:21:35 +00:00
kudzu_cp
b627090276 2012-07-02 21:25:05 +00:00
kudzu_cp
152ad7a9b2 Frakalicious! We have lift off! 2012-07-02 03:24:03 +00:00
kudzu_cp
de16a5d2f5 Removed WaitForConnect in DebugConnectors as it appears to not be used any more. 2012-07-01 23:08:16 +00:00
kudzu_cp
7d78cbffef 2012-07-01 19:56:14 +00:00
kudzu_cp
5bcabb8d8c 2012-07-01 18:05:01 +00:00
kudzu_cp
a2d3d2205c 2012-07-01 07:12:49 +00:00
kudzu_cp
e5743a016a 2012-07-01 07:06:57 +00:00
kudzu_cp
d0450f9d21 2012-07-01 06:33:09 +00:00
kudzu_cp
e37d9c2897 2012-07-01 06:19:08 +00:00
kudzu_cp
eb455288ed 2012-06-25 18:14:42 +00:00
kudzu_cp
8cee0898ff PXE 2012-06-25 15:51:06 +00:00
kudzu_cp
c308f07bfc USB boot work 2012-06-25 15:32:46 +00:00
kudzu_cp
6e74a7ad41 2012-06-25 13:33:03 +00:00
kudzu_cp
c72e0545f9 2012-06-24 00:56:21 +00:00
kudzu_cp
00e45a699a 2012-06-23 02:01:44 +00:00
kudzu_cp
f6ee815808 2012-06-23 01:59:53 +00:00
kudzu_cp
56fe76e61e 2012-06-23 01:58:53 +00:00
kudzu_cp
f7e927c366 2012-06-23 01:57:34 +00:00
kudzu_cp
87182415a8 2012-06-23 01:33:03 +00:00
kudzu_cp
b1bb47b394 2012-06-23 01:29:58 +00:00
kudzu_cp
0c0ed42ff4 VIX fix. 2012-06-15 23:46:55 +00:00
kudzu_cp
09a880ba7a VMWare VIX work 2012-06-15 22:39:24 +00:00
kudzu_cp
318c7dde55 2012-06-15 21:54:19 +00:00
kudzu_cp
9e08767e77 VMWare debugger, and pipe name change. 2012-06-15 18:26:48 +00:00
kudzu_cp
03fa3eabe9 2012-06-15 15:33:39 +00:00
kudzu_cp
fcad5b43b1 2012-06-15 15:22:13 +00:00
kudzu_cp
04953df2ee 2012-06-15 15:18:07 +00:00
kudzu_cp
d25541873c 2012-06-15 14:21:37 +00:00
kudzu_cp
e927d21e0d 2012-06-15 14:17:32 +00:00
kudzu_cp
7e10628c67 2012-06-15 14:09:57 +00:00
kudzu_cp
d40e3560ae Build fixes 2012-06-15 13:58:47 +00:00
kudzu_cp
52a7d5416e 2012-06-15 02:50:21 +00:00
kudzu_cp
3f1ed649c7 2012-06-14 20:17:45 +00:00
kudzu_cp
fddde28b3f 2012-06-14 14:51:51 +00:00
kudzu_cp
fd2d485193 X# 2012-06-13 14:48:33 +00:00
kudzu_cp
8f52f80e64 X# 2012-06-12 22:10:33 +00:00
kudzu_cp
647be8fd25 X# 2012-06-12 13:56:35 +00:00
kudzu_cp
3d209d1288 2012-06-12 13:47:07 +00:00
kudzu_cp
54092a86d5 X# 2012-06-11 20:22:50 +00:00
kudzu_cp
1021b30645 X# 2012-06-11 01:47:15 +00:00
kudzu_cp
7050ad19e4 2012-06-10 20:56:54 +00:00
kudzu_cp
51f0403aab 2012-06-10 20:29:27 +00:00
kudzu_cp
ff50910ccc Build Config clean up (again) 2012-06-10 20:01:16 +00:00
kudzu_cp
d6a1f1aba5 2012-06-10 19:57:34 +00:00
kudzu_cp
422ebbcca8 Removing MEF based XSharp project to convert to MPF. 2012-06-10 19:40:57 +00:00
kudzu_cp
23a935148e Buider is ready! 2012-06-09 03:02:12 +00:00
kudzu_cp
ff6fddae5d Builder 2012-06-09 01:57:46 +00:00
kudzu_cp
a8f89cb84f New builder. 2012-06-08 15:43:11 +00:00
kudzu_cp
52ab4146a2 2012-06-08 14:57:47 +00:00
kudzu_cp
3be6b22754 Configuration Cleanup 2012-06-08 14:06:01 +00:00
kudzu_cp
9d87952917 2012-06-08 13:44:48 +00:00
kudzu_cp
e35aab6872 2012-06-08 13:43:56 +00:00
kudzu_cp
3decad9263 2012-06-08 13:39:19 +00:00
kudzu_cp
a6a9878113 2012-06-08 13:35:52 +00:00
kudzu_cp
931f9a620b 2012-06-08 13:27:42 +00:00
kudzu_cp
cce7e34259 2012-06-08 12:51:09 +00:00
kudzu_cp
1e0b9a20e8 2012-06-08 12:33:53 +00:00
kudzu_cp
478fa0c002 2012-06-08 12:27:15 +00:00
kudzu_cp
1a71ceab2d 2012-06-08 10:47:09 +00:00
kudzu_cp
9d5405cd7c 2012-06-07 22:48:33 +00:00
kudzu_cp
97c8aae016 2012-06-07 20:05:42 +00:00
kudzu_cp
9a0ff21005 2012-06-07 19:07:23 +00:00
kudzu_cp
1aa87c1ebf X# Work 2012-06-07 18:07:17 +00:00
kudzu_cp
65955939a2 2012-06-07 14:17:12 +00:00
kudzu_cp
393d193c7e 2012-06-07 12:26:37 +00:00
mterwoord_cp
673fd052aa checking in initial working version of the X# compiler. See Tests\XSHarpCompilerTester 2012-06-06 17:29:34 +00:00
mterwoord_cp
13e01261fd Initial code for X# compiler, compiler tester, and installer changes (?) 2012-06-06 16:54:43 +00:00
mterwoord_cp
0cd51f8c6b Add file generator for X# (empty for now)
add new projects to the source control mappings
2012-06-05 17:46:17 +00:00
kudzu_cp
17dbb4b2e5 2012-03-26 00:53:33 +00:00
kudzu_cp
d6a829c5c6 2012-03-26 00:07:44 +00:00
kudzu_cp
cfde2e7d8c Pong now uses a log rather than message boxes as they often popped up behind VS. 2012-03-25 18:25:12 +00:00
mterwoord_cp
b9dfe63267 2012-02-29 18:40:31 +00:00
geramy_cp
ca6c314e5e Added my playground, I also took HKSplayground project out of the bootstrap. 2012-02-14 11:33:20 +00:00
HKS_cp
4098bb8ace Changed Bootstrap for my project 2012-02-14 10:48:11 +00:00
HKS_cp
0314e4c183 Added my own project to the sln 2012-02-14 10:24:41 +00:00
geramy_cp
72e912f662 Profiler now runs but has a small exception thrown.... it says it is missing a plug, working on it. 2012-02-07 14:42:14 +00:00
geramy_cp
2bd9bc537d Please verify, fixed the .sln so build works without errors on configuration (Debug) 2012-02-07 11:25:36 +00:00
kudzu_cp
0a692f7435 Profile compiles now. 2012-02-06 17:09:54 +00:00
kudzu_cp
a6cef699ee I dug out Cosmos.IL2CPU.Profiler but it needs fixed up some more to work with the current Cosmos. 2012-02-06 16:59:29 +00:00
kudzu_cp
ce9180d15a Readding Cosmos compiler profiler. Still needs fixed up to match current code. 2012-02-06 16:45:58 +00:00
sschocke_cp
d1dca7ab22 Fixed alignment issues for UInt16 fields and removed my project from the Bootstrap Solution Config 2012-02-05 15:35:30 +00:00
sschocke_cp
0bbab9e1e6 Added SSchocke Playground - Contains porting effort for AMD PCNetII Driver
Fixed PCIDevice so that Command and Status are dynamic properties. Also added Claimed to mark a Device as handled by a driver
Also added an EnableDevice call to PCIDeviceNormal that enables the PCI Device on the bus
2012-02-01 19:38:29 +00:00
kudzu_cp
049b8cc643 Assembler namesepace changes complete. 2012-01-23 22:52:12 +00:00
kudzu_cp
a91ff3a15d 2012-01-23 22:29:57 +00:00
kudzu_cp
903e0b727f 2012-01-23 22:15:20 +00:00
kudzu_cp
1712fdb0fe Namespace change 2012-01-23 15:17:54 +00:00
kudzu_cp
34ee173563 2012-01-23 14:00:42 +00:00
kudzu_cp
872530ae5f 2012-01-23 13:52:50 +00:00
kudzu_cp
f029a2e400 Move to Mov (To identify with asm) 2012-01-23 13:23:59 +00:00
kudzu_cp
2463f28e6d 2012-01-23 01:10:47 +00:00
kudzu_cp
7cb8bd8dd4 2012-01-22 23:39:41 +00:00
kudzu_cp
21804da7e9 2012-01-22 23:17:05 +00:00
kudzu_cp
c3977226e6 2012-01-22 22:13:29 +00:00
kudzu_cp
9575fe77fe 2012-01-22 21:38:12 +00:00
kudzu_cp
ef0cf87258 2012-01-22 21:27:59 +00:00
kudzu_cp
5655ce8269 2012-01-22 20:44:16 +00:00
kudzu_cp
05e123117c Fix for local watch window. 2012-01-22 15:13:15 +00:00
kudzu_cp
a07cc56f32 Asm window was not displaying all asm when exception handlers were involved. This is now fixed. 2012-01-22 01:37:10 +00:00
kudzu_cp
43f3e1f835 Reformat so I can read it ot find the bug. 2012-01-21 20:54:54 +00:00
kudzu_cp
2c896b6c68 SendAssembly work 2012-01-21 20:05:15 +00:00
kudzu_cp
d18aa0e067 2012-01-17 04:20:40 +00:00
kudzu_cp
732ec7eb6b Fix for DebugStub ping/pong. 2012-01-17 03:30:33 +00:00
kudzu_cp
cdab104afc 2012-01-17 00:43:03 +00:00
kudzu_cp
06e96d09e5 2012-01-16 04:56:51 +00:00
kudzu_cp
821a055020 2012-01-15 23:12:24 +00:00
kudzu_cp
6f7e16fb55 2012-01-15 21:37:13 +00:00
kudzu_cp
e5d56db899 2012-01-15 20:41:33 +00:00
kudzu_cp
8dc36c13e7 Cleanup and fixes to debugger engine for breakpoints. All breakpoints should be set properly now before booting.
Still some other issues to solve with VS hanging now on some breakpoints.
2012-01-15 19:35:49 +00:00
kudzu_cp
07d78767a4 2012-01-13 13:33:13 +00:00
kudzu_cp
08a8450cca 2012-01-13 13:26:43 +00:00
kudzu_cp
617ec171cd 2012-01-13 11:27:52 +00:00
geramy_cp
3cd6aa682f 2012-01-13 11:09:57 +00:00
kudzu_cp
13c58b3c66 2012-01-09 04:15:51 +00:00
kudzu_cp
c95e18fa90 2012-01-09 01:22:38 +00:00
kudzu_cp
64fee1d4ab 2012-01-09 00:53:39 +00:00
kudzu_cp
73f5e2fd74 Cosmos output pane updates
Text data for windows now uses UTF8 on pipe instead of ASCII.
2012-01-08 23:37:39 +00:00
kudzu_cp
a981f8cf35 VSIP Ping 2012-01-08 18:23:41 +00:00
kudzu_cp
d1d1e5548c 2012-01-05 20:26:54 +00:00
kudzu_cp
e74e47cd50 2012-01-05 19:11:46 +00:00
kudzu_cp
c7a0921085 Work for new tool window. 2012-01-04 05:11:15 +00:00
kudzu_cp
b7dbb97b76 Fixed guess project. 2012-01-04 00:00:51 +00:00
kudzu_cp
23505c87c0 Fixed issue where debugging services did not function after first run unless VS was restarted. 2012-01-03 22:04:13 +00:00
kudzu_cp
3165d45560 2012-01-03 04:06:34 +00:00
kudzu_cp
8034dd5ad6 Documentation 2012-01-03 00:46:44 +00:00
kudzu_cp
5c1d1913bf 2012-01-02 20:15:00 +00:00
kudzu_cp
9d337d22ed 2012-01-02 20:14:29 +00:00
kudzu_cp
306e903a4a 2012-01-02 20:13:49 +00:00
kudzu_cp
f513abbe0f 2012-01-02 01:10:41 +00:00
kudzu_cp
8275d3a1ac 2012-01-02 00:25:05 +00:00
kudzu_cp
c8c7169a32 2012-01-02 00:04:49 +00:00
kudzu_cp
79261933a6 2012-01-02 00:02:05 +00:00
kudzu_cp
1a2e8360ce 2012-01-02 00:00:31 +00:00
kudzu_cp
1ce79a93fe 2012-01-01 23:58:59 +00:00
blah38621_cp
9c4639b7c1 Removed my folder from the main sln. They are all still in the repo, just under a different sln in my user folder. 2011-10-19 23:37:38 +00:00
blah38621_cp
b872923e7b Did a bit of cleanup work in the old projects. (mostly removing empty folders, and a few had bin/obj folders in the repository. Those are now gone.) 2011-09-17 17:38:54 +00:00
kudzu_cp
733d3de69b Debugger pipe work. 2011-09-13 01:51:54 +00:00
kudzu_cp
f7e808e296 2011-09-11 01:50:20 +00:00
kudzu_cp
0d1beae6f0 2011-09-04 20:14:49 +00:00
kudzu_cp
7be11ee5f7 2011-09-04 20:11:19 +00:00
kudzu_cp
29027ef305 2011-08-07 14:02:03 +00:00
kudzu_cp
ea2a4196ce 2011-07-21 19:17:24 +00:00
kudzu_cp
1bf85224b1 2011-07-21 00:40:46 +00:00
kudzu_cp
9492e5b202 2011-07-20 03:27:29 +00:00
kudzu_cp
83106cff0a 2011-07-20 03:25:44 +00:00
kudzu_cp
5d7774323c x# 2011-07-19 19:45:30 +00:00
kudzu_cp
914cb71930 2011-07-18 16:03:50 +00:00
Sentinel209_cp
d53e14fc9b Assembly ToolWindow Toolbar 2011-07-18 13:49:08 +00:00
kudzu_cp
812603b385 2011-07-18 01:09:56 +00:00
kudzu_cp
bf883e964a 2011-07-18 00:02:27 +00:00
kudzu_cp
b74dd21e3c X# DataMember implicit declarations 2011-07-17 04:27:51 +00:00
Sentinel209_cp
254c594af5 2011-07-16 22:36:19 +00:00
kudzu_cp
24ca990ae1 Asm labelling for stepping. 2011-07-16 20:19:57 +00:00
kudzu_cp
aae5b4aade IDT work 2011-07-14 14:57:12 +00:00
kudzu_cp
3c6f36e6e8 Final GDT changes. GDT is now initlized in the proper place, much earlier in the boot process. 2011-07-14 00:46:46 +00:00
kudzu_cp
dfe41d6e45 Removed projects from bootstrap that dont need to be built. 2011-07-09 16:53:12 +00:00
Sentinel209_cp
ff46012613 Removed old project and formatted frame text. 2011-07-09 04:01:24 +00:00
Sentinel209_cp
0b7916a4bb 2011-07-05 06:11:26 +00:00
Sentinel209_cp
c0e6f255b4 2011-07-05 00:16:35 +00:00
Sentinel209_cp
2cb1495102 2011-07-04 05:38:26 +00:00
Sentinel209_cp
ce3caf30d5 2011-07-04 04:51:25 +00:00
kudzu_cp
b89873a7e4 2011-06-26 20:22:11 +00:00
kudzu_cp
714357395f 2011-06-26 15:43:06 +00:00
kudzu_cp
303c09e0a3 Temp removed Orvid's projects from the build config as they have errors. They still exist in the SLN. 2011-06-26 02:00:19 +00:00
kudzu_cp
6339c6b175 Removing Orvid's playgrounds again from Boostrap, someone overwrote my changes. 2011-06-25 22:40:22 +00:00
Sentinel209_cp
564ad17686 2011-06-25 21:13:16 +00:00
kudzu_cp
dd0f870156 Removed Orvid's playground from the boostrap config. 2011-06-25 18:41:58 +00:00
blah38621_cp
d107548297 Added the Tools folder to the sln, and fixed the default target for building OrvidTestOS. 2011-06-23 18:05:25 +00:00
kudzu_cp
b985fb2cc7 2011-06-19 12:49:42 +00:00
kudzu_cp
1654a9e372 2011-06-19 12:38:08 +00:00
kudzu_cp
f20ef60033 2011-06-19 05:00:39 +00:00
kudzu_cp
ff884339bc 2011-06-19 04:39:03 +00:00
Trivalik_cp
c63756acc3 remove win32 target, remove orvid from bootstrap target at cosmos.sln 2011-06-15 09:36:46 +00:00
Trivalik_cp
dcc0fbea19 readd docs 2011-06-14 20:27:29 +00:00
blah38621_cp
3a35e9070e Added my own section in the Users folder. 2011-06-13 19:54:46 +00:00
mterwoord_cp
bd59ac6966 2011-03-09 16:53:21 +00:00
kudzu_cp
21d6c9ceac 2011-03-03 14:34:55 +00:00
mterwoord_cp
b5d27fe19a casting works again.. 2011-02-27 17:06:15 +00:00
kudzu_cp
38344570ac 2011-02-25 14:02:59 +00:00
kudzu_cp
1edb546842 2011-02-24 14:50:10 +00:00
kudzu_cp
17d8f6fb0c 2011-02-23 17:46:41 +00:00
kudzu_cp
4b35540c5f 2011-02-22 13:42:28 +00:00
mterwoord_cp
1a147fa818 2011-02-19 16:06:44 +00:00
mterwoord_cp
ba843bb16c 2011-02-19 15:08:03 +00:00
mterwoord_cp
fab8765053 2011-02-17 18:49:42 +00:00
mterwoord_cp
029b44e766 2011-02-13 16:43:26 +00:00
mterwoord_cp
8f75baf6d0 progress again :) 2011-02-11 16:52:42 +00:00
mterwoord_cp
81bffab044 2011-02-10 13:49:41 +00:00
mterwoord_cp
d523b2ffd5 2011-01-03 10:58:45 +00:00
mterwoord_cp
415f528359 + bootstrap configuration builds again
+ debug info handling is refactored into 1 class
2011-01-02 12:55:43 +00:00
kudzu_cp
fbc09a6705 2010-12-31 16:03:51 +00:00
mterwoord_cp
eb907ca195 2010-12-31 14:44:05 +00:00
mterwoord_cp
d501c47c8e 2010-12-29 16:29:59 +00:00
kudzu_cp
0d9158149c 2010-09-19 13:37:23 +00:00
kudzu_cp
0885f16b6b Removed Guess from Boostrap config. 2010-09-11 14:47:43 +00:00
Trivalik_cp
a80ef75b20 unit format of assemblyinfos 2010-09-09 20:54:55 +00:00
Trivalik_cp
b56972e325 guess project compile in x86 and mixed mode, in any cpu not, because no "Any Cpu" for our .cosmos project is used (i believe that) 2010-09-09 20:00:03 +00:00
Trivalik_cp
af4a7eae7c add guess the x86 arch. and set x86 in Debug and Mixed, add Output on Assembly not found, so we found them faster 2010-09-08 20:37:12 +00:00
kudzu_cp
f8910249b2 2010-09-08 14:24:11 +00:00
kudzu_cp
d2bca09965 2010-09-08 13:23:09 +00:00
kudzu_cp
ef921ebfe6 Cosmos.Build.StandAlone 2010-09-07 00:36:19 +00:00
kudzu_cp
fe43fbddeb Set all csproj files to .NET 4.0. 2010-09-06 14:16:09 +00:00
kudzu_cp
15c5d7e723 Removed old fbembed test code. 2010-09-06 02:03:22 +00:00
kudzu_cp
e4d126d55a 2010-09-05 19:37:14 +00:00
Trivalik_cp
2f7c060149 add vswizard to building 2010-09-05 19:05:56 +00:00
Trivalik_cp
9b9c9827c5 remove Breakpoint project from bootstrap building 2010-09-05 19:01:28 +00:00
mterwoord_cp
6695e89e5f 2010-09-05 16:28:59 +00:00
kudzu_cp
2c719590e2 2010-09-05 13:54:26 +00:00
Trivalik_cp
24864e0050 all except fbtest, runs 2010-09-04 19:52:46 +00:00
Trivalik_cp
1785670a75 renaming all, except vspackage 2010-09-04 19:07:11 +00:00
Trivalik_cp
474c16ecd8 remove vs2008 support, part 1 (not usable) 2010-09-04 17:59:02 +00:00
kudzu_cp
3f76543f9a 2010-09-04 17:00:38 +00:00
kudzu_cp
612d22c239 2010-09-03 13:22:57 +00:00
kudzu_cp
0a4e25d7f5 Clean up of warnings. 2010-09-03 12:41:55 +00:00
kudzu_cp
20581d0a57 Removed docs from build config. 2010-09-03 12:12:01 +00:00
Trivalik_cp
e0f348697b lost changes, here again 2010-09-03 08:30:09 +00:00
kudzu_cp
3fe8bb0843 Not exactly sure, but compiles on x64 again.. something with build config settings in the sln.
Also pre work on cxdb changes (not checked yet, dont get this checkin)
2010-09-02 21:59:47 +00:00
Trivalik_cp
1df3da232a build batch now close after vs start, last files for use of vs2010, c# template fixed on .net v3.5 2010-09-02 20:04:24 +00:00
Trivalik_cp
10dbddb6a6 Project now visible 2010-09-02 19:02:18 +00:00
Trivalik_cp
e8492d4b3f forgotten files 2010-09-02 18:43:41 +00:00
Trivalik_cp
7768ebc612 update csproj for vs2010, add debugable for vspackage in vs2010 2010-09-01 20:55:41 +00:00
kudzu_cp
b1159324c8 Bootstrap 2010-09-01 01:30:53 +00:00
Trivalik_cp
25f2073375 fix rest of csproj, wrong name in 2010.bat 2010-08-24 18:03:46 +00:00
Trivalik_cp
d455818547 update csproj, on current state, 2010-08-24 09:48:55 +00:00
kudzu_cp
b417c0305c 2010-08-23 00:06:42 +00:00
kudzu_cp
d86eeb56e7 2010-08-22 23:36:04 +00:00
kudzu_cp
cd774d160a 2010-08-22 23:34:36 +00:00
kudzu_cp
b761ae352b Cosmos.Common.Extensions 2010-08-22 22:16:20 +00:00
kudzu_cp
d3481c919f Moved HexExtension 2010-08-22 21:43:35 +00:00
kudzu_cp
ab834399d4 Moved string plug to new kernel, PCI work 2010-08-22 21:06:14 +00:00