Commit graph

83 commits

Author SHA1 Message Date
Trivalik_cp
b3475c8c61 OpField.cs, CtorImplAssembler.cs, AppAssembler: fix warnings 2014-11-23 12:30:36 +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
mterwoord_cp
9f39b85ee9 Use of new "analytical stack" 2014-07-21 17:53:26 +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
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
720b550efd Start with making analytical stack changes 2014-07-14 16:41:57 +00:00
mterwoord_cp
e9a2fb40df . 2014-07-13 22:33:53 +00:00
mterwoord_cp
d76989ddd5 . 2014-07-13 14:06:09 +00:00
mterwoord_cp
a2f9f00505 Ongoing fixes. 2014-07-12 17:56:58 +00:00
mterwoord_cp
70d0128603 small perf fixes.. 2014-07-12 16:56:28 +00:00
mterwoord_cp
47f83e0b34 Compiler fixes and other fixes. 2014-07-12 16:05:56 +00:00
mterwoord_cp
8f30e7675d Several changes again. 2014-07-12 13:02:10 +00:00
mterwoord_cp
200fb6c631 . 2014-07-11 13:14:28 +00:00
mterwoord_cp
68ca31e1d3 . 2014-07-10 20:24:54 +00:00
mterwoord_cp
c603c1cb0c 2014-07-08 13:46:00 +00:00
mterwoord_cp
2425e32b43 Automated stack corruption detection 2014-07-07 15:31:36 +00:00
EdwardNutting_cp
8c0b7ee579 - Clearing INT3s now clears everything in the list not just INT3s for current method – more thorough cleanup that prevents accidental build up of INT3s
- Clearing INT3s will not clear INT3s that should be permanent. 
 - ASM Window filters debug NOPs that have been set to INT3
2014-01-18 12:47:43 +00:00
EdwardNutting_cp
9bde4fe11b Improvements to DS speed. We now insert NOP placeholders for INT3s in preference to actually inserting the INT3s (though we still insert some INT3s so DS can process messages etc). Improves DS speed especially on larger methods with large numbers of C# lines between opening curly braces, "{". 2014-01-18 00:09:54 +00:00
EdwardNutting_cp
87514cde77 All those debugger changes we've been waiting for ;) 2014-01-10 22:03:55 +00:00
EdwardNutting_cp
3bc5c49263 Final changes that have made this stable ready for first VS2013-compatible beta release. 2013-12-21 18:17:25 +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
mterwoord_cp
ff41b7ecf1 Updated version of my playground and small tweaking of the IL2CPU task. 2013-03-10 16:27:08 +00:00
geramy_cp
3473bb6a9a I have resolved the bulk insert issue there is now commented out debugging code it will create debug files for each bulk insert currently we only have 30 files that means 30 bulk insert calls this is good :) 2013-02-18 13:09:21 +00:00
mterwoord_cp
551a75fdfc Solved String.Empty issue on machines having .net 4.5 installed 2013-02-15 11:04:42 +00:00
BlueSkeye_cp
30784d81bd Fix issue #15638 : Classes in global namespace make the IL2CPU task crash 2012-10-01 12:34:35 +00:00
BlueSkeye_cp
e4a82957c2 Fix issue #15637 : The VS DebugEngine may fail to resolve some breakpoints and throws an exception at debugging session startup 2012-09-21 10:27:20 +00:00
kudzu_cp
b6ff2883b6 2012-08-12 00:31:19 +00:00
kudzu_cp
fbbba12851 2012-08-12 00:19:44 +00:00
kudzu_cp
7a5307d32d 2012-08-11 21:38:39 +00:00
kudzu_cp
b53fde6b48 About to begin killing off old debug metadata. 2012-08-08 03:46:51 +00:00
kudzu_cp
c0a2b14b4b 2012-08-08 01:35:54 +00:00
kudzu_cp
51d78c10ec Method labels now use GUIDs internally. Shorter and more efficient. 2012-08-07 22:23:17 +00:00
kudzu_cp
6cc797fb89 2012-08-07 21:03:48 +00:00
kudzu_cp
8536a39de0 2012-08-07 20:46:16 +00:00
kudzu_cp
0a730c7524 GUID label parsing from map. 2012-08-07 20:10:00 +00:00
kudzu_cp
ea194e1c8b Method End GUID label. 2012-08-07 19:49:21 +00:00
kudzu_cp
f87223003d Label GUIDs 2012-08-07 06:27:04 +00:00
kudzu_cp
1984ba8e7e Labeling changes. 2012-08-07 05:29:26 +00:00
kudzu_cp
3011120e5e 2012-08-07 04:55:39 +00:00
kudzu_cp
440b8ff60f 2012-08-07 02:48:32 +00:00
kudzu_cp
3d2e7d8640 2012-08-07 01:47:53 +00:00
kudzu_cp
e099a451cc 2012-08-07 00:48:57 +00:00
kudzu_cp
972d87603d 2012-08-07 00:20:10 +00:00
kudzu_cp
f7083d8a6e 2012-08-06 21:41:03 +00:00
kudzu_cp
285637dbc7 2012-08-06 21:27:31 +00:00