Граф коммитов

16 Коммитов

Автор SHA1 Сообщение Дата
Andreia Gaita db997bce91 update mds to the proper commit 2013-03-15 15:11:26 +00:00
Andreia Gaita 53d30792ee Update MDS submodule 2013-03-08 16:19:55 +00:00
Andreia Gaita 629593fed3 switch mono.debugger.soft to a submodule 2013-03-08 15:58:43 +00:00
Andreia Gaita 1cc0ea12c4 Add locals window, breakpoints window, UI and other fixes 2013-03-07 17:03:14 +00:00
Andreia Gaita d83878ae85 Fix build, fix pathss, add more dependencies 2013-03-04 14:27:23 +00:00
Andreia Gaita efd2defba0 Set timeouts on the socket so we don't hang forever if something bad happens.
Don't set keepalive if it's not requested.
2013-02-28 21:55:54 +00:00
Andreia Gaita f77f34c440 Make the object id avalaible for comparisons; save the location on break events 2013-01-23 16:52:30 +01:00
Andreia Gaita 656617be9e FIrst step of refactoring, moving namespaces around and initial work of
separating the MDS library from our implementation
2012-12-11 15:15:29 +00:00
Andreia Gaita d67ad00fe1 fix paths and dependencies so the debugger project doesn't always get rebuilt 2012-11-09 23:04:43 +00:00
Andreia Gaita 84118a46f1 [CodeEditor] Reorganizing the physical folders in a saner way that
matches the solution (and saves my wrists)
2012-11-09 22:55:29 +00:00
Andreia Gaita b4442877f7 [Debugger] Fix race conditions and clean up properly
The VM should never be suspended/resumed by client listeners since
events can happen in any order and the VM may need to do other things
before suspending/resuming (this fixes the CanSetBreakpointOnLine test)

Clean up properly when tests fail, Finish() will never be run when that
happens. Also Detach the VM properly so sockets don't just hang around.

Update the api to use the newer EventSet collection of events, it
includes information about the suspend policy coming from the runtime
that was being discarded in previous versions (among other bug fixes)
2012-11-09 22:43:03 +00:00
Andreia Gaita d884ede49e [Debugger] Update MDS to the latest in mono trunk, it has a bunch of fixes we need, and use Mono.Cecil 0.9 2012-11-09 22:42:32 +00:00
Andreia Gaita 78c3e7e3b3 Make sure all needed files are copied to the debugger dir 2012-11-09 22:25:31 +00:00
Rodrigo B. de Oliveira e2b4e126c1 code gardening 2012-11-09 20:11:12 +00:00
Lucas Meijer f47a7473d6 work around race condition. add some more expectations to breakpoint test. 2012-11-09 20:02:24 +00:00
Lucas Meijer c22c0fd7d0 add a snapshot of Mono.Debugger.Soft assembly as sourcefiles, for improved diagnostics and debugging experience. Add CanBreakpointHit test. 2012-11-09 20:00:58 +00:00