Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Mono.Profiler/profiler-decoder-library/ChangeLog')
-rw-r--r--Mono.Profiler/profiler-decoder-library/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/Mono.Profiler/profiler-decoder-library/ChangeLog b/Mono.Profiler/profiler-decoder-library/ChangeLog
index 6ff74049..9b89ce7b 100644
--- a/Mono.Profiler/profiler-decoder-library/ChangeLog
+++ b/Mono.Profiler/profiler-decoder-library/ChangeLog
@@ -1,3 +1,11 @@
+2008-10-10 Massimiliano Mantione <massi@ximian.com>
+ * BaseTypes.cs:
+ - Added support for handling the stack trace of each allocation event.
+ - Added a DebugProfilerEventHandler which helps detecting decoder bugs.
+ * ObjectModel.cs: Likewise.
+ * ObjectModel.cs: Likewise.
+ * Decoder.cs: Likewise.
+
2008-09-17 Massimiliano Mantione <massi@ximian.com>
* ObjectModel.cs: Add "jit time support" to the call stack.
* EventProcessor.cs: Likewise.