Use wrappers for accessing socket errors. Cygwin does not have some errors in errno...
[mono.git] / mono / mini / debugger-agent.c
2011-06-17 Jonathan ChambersUse wrappers for accessing socket errors. Cygwin does...
2011-06-13 Zoltan VargaMerge pull request #113 from XTZGZoReX/master
2011-06-12 Zoltan VargaFix a warning.
2011-06-09 Marek HabersackMerge pull request #110 from skolima/master
2011-06-08 Zoltan VargaMerge pull request #111 from Unity-Technologies/master...
2011-06-08 Tak[SDB] Fixup connection-time messages on attaching.
2011-05-23 Zoltan VargaFix warnings.
2011-05-23 Marek HabersackRevert "Fix some warnings."
2011-05-21 Zoltan VargaFix some warnings.
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-12 Rodrigo KumperaMerge pull request #92 from konrad-kruczynski/master
2011-05-12 Rodrigo KumperaMerge pull request #96 from ualtinok/master
2011-05-06 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-05-06 Neale FergusonImplement soft debugger for s390x and fix context macro...
2011-05-03 Martin BauligAdd socket timeouts to the soft debugger.
2011-04-11 Zoltan VargaMerge branch 'nunit25/2011-04-11' of https://github...
2011-04-11 Zoltan VargaFix the build.
2011-04-11 Martin BauligAdd "soft breakpoint" support for ARM.
2011-03-27 Zoltan VargaMake mono_arch_context_get_int_reg () return an mgreg_t.
2011-03-25 Zoltan VargaAdd support for reading/writing variables in registers...
2011-03-22 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-22 Geoff NortonSet SO_REUSEADDR on listening sockets
2011-03-21 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-17 Zoltan VargaSwitch to the domain of the assembly in question while...
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-14 Gonzalo Paniagua... Hush warnings.
2011-03-10 Rodrigo KumperaCleanup sdb to use the new unwind state code.
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-07 Zoltan VargaAvoid an assert when returning nullable null's from...
2011-03-04 Zoltan VargaSpeed up suspending when running under the loader lock.
2011-03-04 Zoltan VargaLog all sdb log messages to the log file instead of...
2011-03-03 Geoff NortonWhen running in a linked environment, this file might...
2011-03-02 Zoltan VargaSmall cleanups to the last sdb changes.
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-01 Zoltan VargaThread id fixes for event processing.
2011-03-01 Levi Bard[Cleanup] Remove windows-specific shutdown hackaround.
2011-03-01 Levi Bard[Cleanup] Don't force unrequested events to be sent.
2011-03-01 Levi Bard[Debugger] Track loaded classes on a per-domain basis.
2011-03-01 Levi Bard[Cleanup] Remove comment about now-fixed bug.
2011-03-01 Levi Bard[Cleanup] Cleanup per vargaz comments.
2011-03-01 Levi Bard[Debugger] Implement deferred attaching for sdb.
2011-02-24 Zoltan VargaFix stop_debugger_thread () on windows. Shutdown both...
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-11 Zoltan VargaChange some Sleep(0)'s to Sleep(1) in the soft-debugger...
2011-02-04 Zoltan VargaApplied small changes/reorganizations from the unity...
2011-01-28 Geoff NortonBump SDB protocol so MonoDevelop can guard IL inspectio...
2011-01-26 Geoff NortonDynamic methods are classes already here
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-20 Zoltan VargaAdd a TID field to ThreadMirror which returns the syste...
2011-01-10 Rodrigo KumperaFix a deadlock on the interrupt guard machinery.
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-04 Zoltan VargaFix ia64 build.
2011-01-03 Zoltan VargaMerge branch 'precise-gc-maps'
2011-01-03 Zoltan VargaFix a merge problem.
2010-12-19 Zoltan VargaAdd support for accessing ThreadStatic fields in sdb...
2010-12-17 Zoltan VargaSend back an error instead of asserting when a breakpoi...
2010-12-16 Martin BauligAdd documentation for my new exception filter code.
2010-12-16 Martin BauligImprove support for exception filters.
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-05 Zoltan VargaAdd more logging to the soft debugger code.
2010-12-05 Zoltan VargaFix a debug log message in the soft debugger.
2010-12-04 Zoltan VargaRemove a dead variable.
2010-12-02 Zoltan VargaMake the debugger agent at least compile on the ps3.
2010-12-02 Zoltan VargaFix a typo.
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Zoltan VargaRemove unused lmf->ebp field on arm.
2010-11-25 Zoltan VargaFix stack alignment when resuming from a signal handler...
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-21 Zoltan VargaFix a warning.
2010-11-19 Atsushi EnoMerge branch 'myeisha-xml-fixes'
2010-11-18 Zoltan VargaFix an assert in single stepping if an IL offset doesn...
2010-11-10 Zoltan VargaWhen single stepping from a exception throw site, singl...
2010-11-08 Zoltan VargaFix a typo in process_breakpoint_inner which doesn...
2010-11-05 Zoltan VargaUnify stack walking functions:
2010-11-05 Zoltan VargaFix more gshared problems in the soft debugger.
2010-11-05 Zoltan VargaFix gshared support in the soft debugger. Fixes #651251.
2010-10-25 Zoltan VargaDisable catchpoints when the DISABLE_BREAKPOINTS flag...
2010-10-14 Zoltan VargaGet rid of the old mono_arch_find_jit_info functions...
2010-10-14 Geoff Norton[android] pthread_kill cannot be used safely on android
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-10-01 Zoltan VargaCheck the debugger_thread_exited condition in a loop...
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-23 Zoltan VargaAdd a few variants of the MONO_GC_REGISTER_ROOT ()...
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-14 Marek SafarMerge branch 'marek'
2010-09-13 Geoff NortonThe tid is passed around internally as a unsigned value.
2010-09-10 Geoff NortonForward port this change for MonoVS
2010-09-10 Geoff Nortonfix typo
2010-09-10 Geoff Norton2009-12-14 Geoff Norton <gnorton@novell.com>
2010-06-30 Marek SafarFixed.
2010-06-25 Zoltan Varga2010-06-25 Zoltan Varga <vargaz@gmail.com>
2010-06-24 Miguel de Icaza2010-06-23 Miguel de Icaza <miguel@novell.com>
2010-06-24 Miguel de IcazaRevert my changes, they break the build
2010-06-23 Miguel de Icaza2010-06-23 Miguel de Icaza <miguel@novell.com>
2010-06-10 Zoltan VargaClear unloaded types on appdomain unload.
2010-06-04 Marek SafarFixed.
2010-06-03 Zoltan Varga2010-06-03 Zoltan Varga <vargaz@gmail.com>
2010-06-03 Zoltan VargaRevert a change commited by mistake.
next