2009-11-02 Zoltan Varga <vargaz@gmail.com>
commitfd6252325cf2f19aca4b06f05e51604dbe7a1d7e
authorzoltan <zoltan@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Mon, 2 Nov 2009 15:18:21 +0000 (2 15:18 +0000)
committerzoltan <zoltan@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Mon, 2 Nov 2009 15:18:21 +0000 (2 15:18 +0000)
tree6e99069b37d8ffe5f1d0bd82fd22bc627ac4c5f4
parent894b4bd3bfd1b78b80ba576216b5bc33618e126f
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.

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mono@145200 e3ebcda4-bce8-0310-ba0a-eca2169e7518
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