Merge pull request #517 from getsometoast/master
[mono.git] / mono / mini / debugger-agent.c
2013-01-10 Rodrigo KumperaMerge pull request #517 from getsometoast/master
2013-01-09 Zoltan VargaAvoid an assert if seq points are not found for a metho...
2012-12-22 Zoltan VargaKeep objects returned by sdb alive during suspensions...
2012-12-07 Miguel de IcazaMerge pull request #487 from mayerwin/patch-1
2012-12-07 Miguel de IcazaMerge pull request #496 from nicolas-raoul/unit-test...
2012-12-07 Miguel de IcazaMerge pull request #495 from nicolas-raoul/fix-for...
2012-11-30 Rodrigo KumperaMerge pull request #513 from pruiz/xamarin-bug-8565-v2
2012-11-30 Marek HabersackMerge pull request #498 from Unroll-Me/master
2012-11-24 Zoltan VargaTreat exceptions caught in non-user code as unhandled...
2012-11-23 Atsushi EnoMerge pull request #409 from Alkarex/patch-1
2012-11-21 Zoltan VargaFix a warning.
2012-11-21 Zoltan VargaAvoid an assert in sdb if mono_thread_info_safe_suspend...
2012-11-19 Zoltan VargaFix a warning.
2012-11-15 Rodrigo KumperaSwitch the runtime to use TARGET_IOS and TARGET_OSX...
2012-11-15 Zoltan VargaAdd more logging to the sdb debugger thread.
2012-11-15 Rodrigo KumperaMonoDroid needs a way to inform the debugger of possibl...
2012-11-15 Rolf Bjarne Kvinge[sdb] Export functions to register custom transports...
2012-11-14 Rodrigo KumperaDon't use System.Environment.Exit to finish a sdb sessi...
2012-10-29 Marek SafarMerge pull request #485 from mtausig/master
2012-10-26 Rodrigo KumperaHandle external protocols correctly in sdb.
2012-10-26 Marek SafarMerge pull request #484 from roji/transactions_pspe
2012-10-25 Jonathan Pryor[Mono.Posix] Add Syscall.getgrouplist().
2012-10-24 Zoltan VargaRemove an unused field from DebuggerTlsData.
2012-10-10 Rodrigo KumperaMerge remote-tracking branch 'joncham/sgen-msvc2'
2012-10-10 Rodrigo KumperaMerge pull request #438 from mattleibow/master
2012-09-16 Marek SafarMerge pull request #461 from knocte/xbuild_improvements
2012-09-14 Marek SafarMerge pull request #460 from pcc/fix-enumeratekind
2012-09-14 Zoltan VargaAdd more debug output to sdb to debug suspend issues.
2012-09-13 Marek SafarMerge pull request #456 from strawd/bug7079
2012-09-13 Konrad M. KruczynskiMerge branch 'master' of https://github.com/mono/mono...
2012-09-12 Marek SafarMerge pull request #457 from strawd/aspnetwebstack...
2012-09-10 Jérémie LavalMerge pull request #439 from mono-soc-2012/garyb/iconfix
2012-09-04 Zoltan VargaAvoid disabling the new interrupt machinery when using...
2012-09-03 Andres G. AragonesesMerge branch 'xbuild_improvements' of github.com:knocte...
2012-08-17 Miguel de IcazaMerge pull request #428 from paszczi/master
2012-08-16 Zoltan VargaAvoid a crash in SET_KEEPALIVE if the socket transport...
2012-08-13 Zoltan VargaImplement batched method invokes in sdb.
2012-08-11 Gonzalo Paniagua... Merge pull request #408 from strawd/master
2012-08-10 Miguel de IcazaMerge pull request #414 from sesef/datagrid
2012-08-06 Atsushi EnoMerge pull request #411 from Alkarex/patch-2
2012-08-05 Zoltan VargaFix MethodMirror.GetCustomAttributes ().
2012-08-01 Zoltan VargaImplement support for DebuggerHiddenAttribute.
2012-07-21 Miguel de IcazaMerge pull request #303 from ermshiperete/5278
2012-07-21 Miguel de IcazaMerge pull request #309 from i59/patch-1
2012-07-16 Miguel de IcazaMerge pull request #323 from crazyjncsu/master
2012-06-24 Marek SafarMerge pull request #347 from JamesB7/master
2012-06-19 Martin BauligMerge pull request #325 from adbre/iss5464
2012-06-18 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-15 Zoltan VargaImplement column number support in sdb.
2012-06-14 Zoltan VargaMake keepalive processing in sdb resilient to the sysca...
2012-06-14 Zoltan VargaStringify SET_KEEPALIVE protocol message in sdb logging.
2012-05-31 Marek SafarMerge pull request #310 from slide/master
2012-05-31 Zoltan VargaChange a printf to a log message in sdb.
2012-05-25 Miguel de IcazaMerge pull request #271 from pruiz/xamarin-bug-4108
2012-05-24 Miguel de IcazaMerge pull request #283 from robwilkens/master
2012-05-24 Miguel de IcazaMerge pull request #289 from alaendle/master
2012-05-24 Miguel de IcazaMerge pull request #298 from ermshiperete/4921
2012-05-24 Miguel de IcazaMerge pull request #297 from ermshiperete/4959
2012-05-24 Miguel de IcazaMerge pull request #296 from ermshiperete/5116
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-05-21 Zoltan VargaRemove a debug printf.
2012-05-21 Zoltan VargaFix altstack support in libgc by registering the bounds...
2012-05-21 Zoltan VargaReturn the proxied type instead of TransparentProxy...
2012-05-20 Zoltan VargaAdd support for remoting invokes to sdb. Fixes the...
2012-05-11 Miguel de IcazaMerge pull request #293 from viniciusjarina/fix3258
2012-05-09 Zoltan VargaStop at catch clauses when doing a step over in sdb...
2012-05-04 Zoltan VargaMerge pull request #290 from jbevain-forks/methodbodymi...
2012-05-04 Jb EvainAdd exception handlers to MethodBodyMirror
2012-05-03 Atsushi EnoMerge pull request #286 from dafergu2/bug4794
2012-05-03 Atsushi EnoMerge pull request #288 from ewxrjk/xmlwriter
2012-05-03 Zoltan VargaMore fixes for passing/receiving nullables in sdb....
2012-05-03 Marek SafarMerge branch 'master' of github.com:mono/mono
2012-05-02 Zoltan VargaReset the async state and frame info for still running...
2012-05-02 Zoltan VargaMerge pull request #285 from joncham/eglib-fixes
2012-04-30 Gonzalo Paniagua... Merge pull request #281 from JamesB7/master
2012-04-28 Zoltan VargaRevert some debug logging.
2012-04-27 Zoltan VargaAdd support for --llvm option to mono_jit_parse_options...
2012-04-26 Zoltan VargaEmit seq points after all call which return a value.
2012-04-25 Marek SafarMerge pull request #278 from JamesB7/patch-1
2012-04-25 Zoltan VargaTurn on global single stepping for STEP_OUT too. Fixes...
2012-04-25 Zoltan VargaAllow setting nullable values in sdb. Fixes #4385.
2012-04-24 Zoltan VargaMake sure we are processing the wrappers during single...
2012-04-17 Zoltan VargaMerge pull request #274 from iainlane/master
2012-04-16 Rodrigo KumperaUse mono_gc_memmove instead of memcpy to ensure store...
2012-04-13 Zoltan VargaFix warnings on OSX.
2012-04-12 Zoltan VargaFix setting of byref variables in sdb. Fixes #4362.
2012-04-07 Zoltan VargaFix the domains of the objects returned by AssemblyMirr...
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-04-04 Zoltan VargaFix debugger invokes which return pointer types. Fixes...
2012-04-03 Andreia GaitaMerge pull request #249 from pcc/xgetinputfocus
2012-03-29 Zoltan VargaMerge pull request #266 from joncham/bug-struct-pack...
2012-03-28 Zoltan VargaMerge pull request #262 from joncham/bug-fail-multi...
2012-03-28 TakFail the invocation instead of aborting the runtime...
2012-03-28 Zoltan VargaMerge pull request #259 from joncham/bug-profiler-threa...
2012-03-27 Zoltan VargaMerge pull request #258 from joncham/bug-debugger-tls...
2012-03-27 Tak[Debugger] Verify TLS lookup.
2012-03-26 Zoltan VargaFix the build.
2012-03-25 Zoltan VargaFix debugger invokes when the runtime is suspended...
2012-03-19 Miguel de IcazaMerge pull request #205 from m3rlinez/master
2012-03-07 Jonathan ChambersMerge remote-tracking branch 'local/msvc-updates' into...
next