From c9120cdc51ce7aba5a19500bf24692144ac64983 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 10 May 2011 02:08:58 +0200 Subject: Do away with reanalyze events Now code determines whether analyze event can be skipped by looking at backtrace element in .xml file. Signed-off-by: Denys Vlasenko --- src/plugins/analyze_LocalGDB.xml.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/analyze_LocalGDB.xml.in') diff --git a/src/plugins/analyze_LocalGDB.xml.in b/src/plugins/analyze_LocalGDB.xml.in index 925f2c41..4f7ccce1 100644 --- a/src/plugins/analyze_LocalGDB.xml.in +++ b/src/plugins/analyze_LocalGDB.xml.in @@ -5,4 +5,5 @@ <_long-description>Needs to downloads debuginfo packages, which might take significant time, and take up disk space. However, unlike RetraceServer, doesn't send coredump to remote machines. + backtrace -- cgit