2009-11-02 Zoltan Varga <vargaz@gmail.com>
commit0abadb40a11108d725490672fc3eb946a8d486ea
authorZoltan Varga <vargaz@gmail.com>
Tue, 3 Nov 2009 00:35:00 +0000 (3 00:35 -0000)
committerZoltan Varga <vargaz@gmail.com>
Tue, 3 Nov 2009 00:35:00 +0000 (3 00:35 -0000)
tree4904880ec041a27ef0dd2e6886acbbf05a856d2e
parent2f3a1b3dbfe84f08c3d75eb7084c48af755048ba
2009-11-02  Zoltan Varga  <vargaz@gmail.com>

* debug-mono-symfile.c (check_line): Fix the handling of IL offset 0.

* threads.c (mono_thread_attach): Call the profiler thread start callback.

* object-internals.h (_MonoThreadInternal): Add a 'flags' field.

* threads.c (build_wait_tids): Ignore threads which have the DONT_MANAGE
flag set.

* profiler.c: Add new profiler callbacks for runtime invoke.

* object.c (mono_runtime_invoke): Call the runtime invoke callbacks.

svn path=/branches/mono-2-6/mono/; revision=145233
mono/metadata/ChangeLog
mono/metadata/class-internals.h
mono/metadata/debug-mono-symfile.c
mono/metadata/loader.c
mono/metadata/object-internals.h
mono/metadata/object.c
mono/metadata/profiler-private.h
mono/metadata/profiler.c
mono/metadata/profiler.h
mono/metadata/threads.c