diff options
author | Zdenek Prikryl <zprikryl@redhat.com> | 2009-05-20 09:14:32 +0200 |
---|---|---|
committer | Zdenek Prikryl <zprikryl@redhat.com> | 2009-05-20 09:14:32 +0200 |
commit | bc12d93a46c87ccf647f83b4eafd4378d19b9e29 (patch) | |
tree | f990f6b5277f4f99964a21659f1a1da68fb8ef41 /lib/Plugins/CCpp.cpp | |
parent | 8ec13b1c89bcbf9c2d2cff8f1f7d29941495c3d2 (diff) | |
download | abrt-bc12d93a46c87ccf647f83b4eafd4378d19b9e29.tar.gz abrt-bc12d93a46c87ccf647f83b4eafd4378d19b9e29.tar.xz abrt-bc12d93a46c87ccf647f83b4eafd4378d19b9e29.zip |
bt for all threads
Diffstat (limited to 'lib/Plugins/CCpp.cpp')
-rw-r--r-- | lib/Plugins/CCpp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/CCpp.cpp b/lib/Plugins/CCpp.cpp index 2561842..cce3fb4 100644 --- a/lib/Plugins/CCpp.cpp +++ b/lib/Plugins/CCpp.cpp @@ -217,7 +217,7 @@ void CAnalyzerCCpp::GetBacktrace(const std::string& pDebugDumpDir, std::string& dd.Close(); fTmp << "file " << executable << std::endl; fTmp << "core " << pDebugDumpDir << "/" << FILENAME_COREDUMP << std::endl; - fTmp << "bt full" << std::endl; + fTmp << "thread apply all backtrace full" << std::endl; fTmp << "q" << std::endl; fTmp.close(); } |