[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/runtime/drkonqi
From:       Milian Wolff <mail () milianw ! de>
Date:       2010-08-20 19:20:42
Message-ID: 20100820192042.CCDD1AC867 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1166083 by mwolff:

highlight *__GI_ abort and assert_fail

 M  +2 -1      gdbhighlighter.cpp  


--- trunk/KDE/kdebase/runtime/drkonqi/gdbhighlighter.cpp #1166082:1166083
@@ -110,7 +110,8 @@
                         }
                         ++i;
                     }
-                    if (line.functionName() == "qFatal" || line.functionName() == \
"abort" || line.functionName() == "__assert_fail") { +                    if \
(line.functionName() == "qFatal" || line.functionName() == "abort" || \
line.functionName() == "__assert_fail" +                        || \
line.functionName() == "*__GI___assert_fail" || line.functionName() == "*__GI_abort") \
{  setFormat(from, i - from, assertFormat);
                     } else {
                         setFormat(from, i - from, funcFormat);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic