Kudos to kdev4!
Aleix
aleixpol at gmail.com
Sun Apr 27 19:14:15 UTC 2008
Should be fixed now...
:)
Take care!
Aleix
On 4/24/08, Kishore <kitts.mailinglists at gmail.com> wrote:
> On Wednesday 23 April 2008 23:56:40 Aleix wrote:
>
> > > 2) A project appears to accept files outside the project directory.
> > > Which is nice. But i suspect this is only for the header files and not
> > > for source files. I use cmake for my projects and include a common folder
> > > for most of my projects with the cmake code such as;
> > >
> > > add_subdirectory(../common common)
> >
> > Umm... interesting. I haven't thought of this use case. I'll check it
> > when I have some time.
>
>
> This also means that a given source file can belong to more than one open
> project. I don't know if that is a limitation of any sort though.
>
>
> > > So the code in the common folder that is outside the project folder also
> > > get built with the project. Unfortunately, kdev4 does not seem recognize
> > > this and does not list the *.c files that belong to this common folder in
> > > quick open. However, *.h files are included in quick open.
> > >
> > > 3) Creating a project creates a Project.kdev4 file and a .kdev4 folder.
> > > Are these version controllable? As in can i check them into VCS so that
> > > others can reuse the project files with the same settings (debugger and
> > > build settings) that i use? In first look it appears that Project.kde4 is
> > > VCS friendly.
> >
> > It is a good idea to have the Project.kdev4 file versioned because it
> > will not change in most of the cases. This is not the case of
> > .kdev4/*, which are too much system dependent...
>
>
> Good to know. Will save me the trouble of setting up the project for every one
> of co-workers who work on the same project! :-)
>
>
> > > 4) As-you-type formatting remains a problem with conflicting settings
> > > between katepart and kdev. I am wondering if there can be a solution for
> > > this. Coould it be possible to pass formatting settings from kdev to
> > > katepart?
> > >
> > > 5) This is probably work in progress but i was unable to build a project
> > > with the build option. Only "build all projects" option worked which of
> > > course would build all open projects.
> >
> > The compilation work flow is quite strange. You have to add every
> > folder/file/target to the buildset and then click build (F8). Works
> > for me (TM) :)
> >
> > > Something that i noticed. kdev4 crashes if i edit and save the
> > > CMakeLists.txt of an open project. Editing other source files is fine and
> > > even editing a CMakelists.txt file is fine if the project is not open.
> > > Just some input there if it were not noticed before.
> >
> > How new is your snapshot? The reparsing suport was enhanced last week
> > and should work fine.
> > Your out-of-directory folders might cause problems also, so if you
> > don't have a recent build, update then try it.
> > If you have a recent version and still crashes, please send me the
> > back trace and, if possible, the kdevelop's debug output.
>
>
> My current build is from about 8 hours ago. I still have the crash. And yes,
> When i save after commenting out the add_subdirectory() line mentioned above
> and save it does not crash. Uncommenting it crashes kdev. I have attached the
> debug output and backtrace.
> --
> Cheers!
>
> Kishore
>
> (gdb) c
> Continuing.
>
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 0x7f045dbe0780 (LWP 7475)]
> KDevelop::ProjectBaseItem::project (this=0x0)
> at /media/ext_drive/devel/KDE/src/4/kdevplatform/project/projectmodel.cpp:103
> 103 /media/ext_drive/devel/KDE/src/4/kdevplatform/project/projectmodel.cpp: No such file or directory.
> in /media/ext_drive/devel/KDE/src/4/kdevplatform/project/projectmodel.cpp
> (gdb) bt
> #0 KDevelop::ProjectBaseItem::project (this=0x0)
> at /media/ext_drive/devel/KDE/src/4/kdevplatform/project/projectmodel.cpp:103
> #1 0x00007f044734a0e6 in CMakeProjectManager::dirtyFile (this=0x1408630,
> dirty=@0x7fff65c1a430)
> at /media/ext_drive/devel/KDE/src/4/kdevelop/buildtools/managers/cmake/cmakemanager.cpp:628
> #2 0x00007f044734a8bf in CMakeProjectManager::qt_metacall (this=0x1408630,
> _c=QMetaObject::InvokeMetaMethod, _id=23373168, _a=0x7fff65c1a370)
> at /media/ext_drive/devel/KDE/build/4/kdevelop/buildtools/managers/cmake/cmakemanager.moc:79
> #3 0x00007f045d73722b in QMetaObject::activate (sender=0x1418f50,
> from_signal_index=<value optimized out>, to_signal_index=4, argv=0x41)
> at /media/ext_drive/devel/KDE/src/4/qt-copy/src/corelib/kernel/qobject.cpp:3007
> #4 0x00007f045a695cc2 in KDirWatch::dirty (this=0x0,
> _t1=<value optimized out>)
> at /media/ext_drive/devel/KDE/build/4/kdelibs/kio/kdirwatch.moc:81
> ---Type <return> to continue, or q <return> to quit---
> #5 0x00007f045a699dca in KDirWatch::setDirty (this=0x1418f50,
> _file=@0x7fff65c1a430)
> at /media/ext_drive/devel/KDE/src/4/kdelibs/kio/kio/kdirwatch.cpp:1653
> #6 0x00007f045a69b371 in KDirWatchPrivate::emitEvent (
> this=<value optimized out>, e=0x8b42b8, event=1, fileName=@0x41)
> at /media/ext_drive/devel/KDE/src/4/kdelibs/kio/kio/kdirwatch.cpp:1135
> #7 0x00007f045a69ecd0 in KDirWatchPrivate::slotRescan (this=0x8a9480)
> at /media/ext_drive/devel/KDE/src/4/kdelibs/kio/kio/kdirwatch.cpp:1213
> #8 0x00007f045a6a073a in KDirWatchPrivate::qt_metacall (this=0x8a9480,
> _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>,
> _a=0x7fff65c1a680)
> at /media/ext_drive/devel/KDE/build/4/kdelibs/kio/kdirwatch_p.moc:72
> #9 0x00007f045d73722b in QMetaObject::activate (sender=0x8a94e0,
> from_signal_index=<value optimized out>, to_signal_index=4, argv=0x41)
> at /media/ext_drive/devel/KDE/src/4/qt-copy/src/corelib/kernel/qobject.cpp:3007
> #10 0x00007f045d7359c5 in QObject::event (this=0x8a94e0, e=0x19935b0)
> at /media/ext_drive/devel/KDE/src/4/qt-copy/src/corelib/kernel/qobject.cp---Type <return> to continue, or q <return> to quit---
> p:1105
> #11 0x00007f045982c2df in QApplicationPrivate::notify_helper (
> this=0x627380, receiver=0x8a94e0, e=0x7fff65c1acb0)
> at /media/ext_drive/devel/KDE/src/4/qt-copy/src/gui/kernel/qapplication.cpp:3766
> #12 0x00007f04598334a5 in QApplication::notify (this=0x7fff65c1b020,
> receiver=0x8a94e0, e=0x7fff65c1acb0)
> at /media/ext_drive/devel/KDE/src/4/qt-copy/src/gui/kernel/qapplication.cpp:3733
> #13 0x00007f045bb8324b in KApplication::notify (this=0x7fff65c1b020,
> receiver=0x8a94e0, event=0x7fff65c1acb0)
> at /media/ext_drive/devel/KDE/src/4/kdelibs/kdeui/kernel/kapplication.cpp:311
> #14 0x00007f045d727974 in QCoreApplication::notifyInternal (
> this=0x7fff65c1b020, receiver=0x8a94e0, event=0x7fff65c1acb0)
> at /media/ext_drive/devel/KDE/src/4/qt-copy/src/corelib/kernel/qcoreapplication.cpp:583
> #15 0x00007f045d74d9a9 in QTimerInfoList::activateTimers (this=0x62aa10)
> ---Type <return> to continue, or q <return> to quit---
> at ../../include/QtCore/../../../../../src/4/qt-copy/src/corelib/kernel/qcoreapplication.h:215
> #16 0x00007f045d74b74d in timerSourceDispatch (source=<value optimized out>)
> at /media/ext_drive/devel/KDE/src/4/qt-copy/src/corelib/kernel/qeventdispatcher_glib.cpp:166
>
> #17 0x00007f0455dbe262 in g_main_context_dispatch ()
> from /usr/lib/libglib-2.0.so.0
> #18 0x00007f0455dc1516 in ?? () from /usr/lib/libglib-2.0.so.0
> #19 0x00007f0455dc19af in g_main_context_iteration ()
> from /usr/lib/libglib-2.0.so.0
> #20 0x00007f045d74bd6f in QEventDispatcherGlib::processEvents (
> this=0x623800, flags=<value optimized out>)
> at /media/ext_drive/devel/KDE/src/4/qt-copy/src/corelib/kernel/qeventdispatcher_glib.cpp:325
> #21 0x00007f04598a750f in QGuiEventDispatcherGlib::processEvents (this=0x0,
> flags=<value optimized out>)
> at /media/ext_drive/devel/KDE/src/4/qt-copy/src/gui/kernel/qguieventdispatcher_glib.cpp:204
> ---Type <return> to continue, or q <return> to quit---
> #22 0x00007f045d726d65 in QEventLoop::processEvents (
> this=<value optimized out>, flags=@0x7fff65c1af00)
> at /media/ext_drive/devel/KDE/src/4/qt-copy/src/corelib/kernel/qeventloop.cpp:149
> #23 0x00007f045d726ed7 in QEventLoop::exec (this=0x7fff65c1af40,
> flags=@0x7fff65c1af50)
> at /media/ext_drive/devel/KDE/src/4/qt-copy/src/corelib/kernel/qeventloop.cpp:196
> #24 0x00007f045d728ee1 in QCoreApplication::exec ()
> at /media/ext_drive/devel/KDE/src/4/qt-copy/src/corelib/kernel/qcoreapplication.cpp:845
> #25 0x0000000000406ff3 in main (argc=1, argv=0x7fff65c1bfd8)
> at /media/ext_drive/devel/KDE/src/4/kdevelop/src/main.cpp:209
> (gdb)
> kdevelop(7475)/kdevplatform (language) KDevelop::DUChain::chainForDocument: No chain found for document "file:///home/kishore/devel/Drone/Projects/common/include/events.h 18314161"
> kdevelop(7475)/kdevplatform (language) KDevelop::DUChain::addDocumentChain: new count of real chains: 71 proxy-chains: 59
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- Parsing finished --===> "file:///home/kishore/devel/Drone/Projects/common/include/events.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" ( 2074 macros) : file included
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" : searching for include "debug.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" ( 2074 macros) : found include-file "debug.h" : KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/src/debug.h")
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" : no fitting entry in du-chain, parsing
> kdevelop(7475)/kdevelop (cpp support) CPPParseJob::CPPParseJob: Created job CPPParseJob(0x189d340) pp QObject(0x0) parse QObject(0x0)
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: preprocessing "file:///home/kishore/devel/Drone/Projects/autopilot/src/debug.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: ===-- PREPROCESSING --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/debug.h" <== readFromDisk: true size: 692
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: "file:///home/kishore/devel/Drone/Projects/autopilot/src/debug.h" PreprocessJob::headerSectionEnded, 0 included in header-section
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: updating content-context
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: finished "file:///home/kishore/devel/Drone/Projects/autopilot/src/debug.h"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- PARSING --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/debug.h"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: updating duchain for "file:///home/kishore/devel/Drone/Projects/autopilot/src/debug.h"
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildContexts: ContextBuilder::buildContexts: recompiling
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildContexts: built top-level context with 6 declarations and 4 included files
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildProxyContextFromContent: ContextBuilder::buildProxyContextFromContent: recompiling
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- Parsing finished --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/debug.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" ( 2075 macros) : file included
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" : searching for include "dasgcs.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" ( 2075 macros) : found include-file "dasgcs.h" : KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/src/dasgcs.h")
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" : no fitting entry in du-chain, parsing
> kdevelop(7475)/kdevelop (cpp support) CPPParseJob::CPPParseJob: Created job CPPParseJob(0x17e1750) pp QObject(0x0) parse QObject(0x0)
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: preprocessing "file:///home/kishore/devel/Drone/Projects/autopilot/src/dasgcs.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: ===-- PREPROCESSING --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/dasgcs.h" <== readFromDisk: true size: 1258
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: "file:///home/kishore/devel/Drone/Projects/autopilot/src/dasgcs.h" PreprocessJob::headerSectionEnded, 0 included in header-section
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: updating content-context
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: finished "file:///home/kishore/devel/Drone/Projects/autopilot/src/dasgcs.h"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- PARSING --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/dasgcs.h"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: updating duchain for "file:///home/kishore/devel/Drone/Projects/autopilot/src/dasgcs.h"
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildContexts: ContextBuilder::buildContexts: recompiling
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildContexts: built top-level context with 7 declarations and 5 included files
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildProxyContextFromContent: ContextBuilder::buildProxyContextFromContent: recompiling
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- Parsing finished --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/dasgcs.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" ( 2082 macros) : file included
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" : searching for include "nav.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" ( 2082 macros) : found include-file "nav.h" : KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/src/nav.h")
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" : no fitting entry in du-chain, parsing
> kdevelop(7475)/kdevelop (cpp support) CPPParseJob::CPPParseJob: Created job CPPParseJob(0x17e1750) pp QObject(0x0) parse QObject(0x0)
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: preprocessing "file:///home/kishore/devel/Drone/Projects/autopilot/src/nav.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: ===-- PREPROCESSING --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/nav.h" <==readFromDisk: true size: 756
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/nav.h" : searching for include "stdint.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/nav.h" ( 2083 macros) : found include-file "stdint.h" : KUrl("file:///usr/include/stdint.h")
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/nav.h" : no fitting entry in du-chain, parsing
> kdevelop(7475)/kdevelop (cpp support) CPPParseJob::CPPParseJob: Created job CPPParseJob(0x17db940) pp QObject(0x0) parse QObject(0x0)
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: preprocessing "file:///usr/include/stdint.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: ===-- PREPROCESSING --===> "file:///usr/include/stdint.h" <== readFromDisk: true size: 8536
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: "file:///usr/include/stdint.h" : header-section was not ended
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: "file:///usr/include/stdint.h" PreprocessJob::headerSectionEnded, 0 included in header-section
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: updating content-context
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: finished "file:///usr/include/stdint.h"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- PARSING --===> "file:///usr/include/stdint.h"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: updating duchain for "file:///usr/include/stdint.h"
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildContexts: ContextBuilder::buildContexts: recompiling
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildContexts: built top-level context with 0 declarations and 6 included files
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildProxyContextFromContent: ContextBuilder::buildProxyContextFromContent: recompiling
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- Parsing finished --===> "file:///usr/include/stdint.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/nav.h" ( 2083 macros) : file included
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/nav.h" : searching for include "aircraft.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/nav.h" ( 2083 macros) : found include-file "aircraft.h" : KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h")
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/nav.h" : no fitting entry in du-chain, parsing
> kdevelop(7475)/kdevelop (cpp support) CPPParseJob::CPPParseJob: Created job CPPParseJob(0x129da10) pp QObject(0x0) parse QObject(0x0)
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: preprocessing "file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: ===-- PREPROCESSING --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h" <== readFromDisk: true size: 1505
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h" : searching for include "stdint.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h" ( 2084 macros) : found include-file "stdint.h" : KUrl("file:///usr/include/stdint.h")
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h" : took included file from the du-chain "stdint.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h" Merging included file into environment-file
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h" ( 2084 macros) : file included
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h" : searching for include "ahprs.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h" ( 2084 macros) : found include-file "ahprs.h" : KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/src/ahprs.h")
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h" : no fitting entry in du-chain, parsing
> kdevelop(7475)/kdevelop (cpp support) CPPParseJob::CPPParseJob: Created job CPPParseJob(0x17d7ed0) pp QObject(0x0) parse QObject(0x0)
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: preprocessing "file:///home/kishore/devel/Drone/Projects/autopilot/src/ahprs.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: ===-- PREPROCESSING --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/ahprs.h" <== readFromDisk: true size: 1290
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/ahprs.h" : searching for include "stdint.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/ahprs.h" ( 2085macros) : found include-file "stdint.h" : KUrl("file:///usr/include/stdint.h")
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/ahprs.h" : tookincluded file from the du-chain "stdint.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/ahprs.h" Merging included file into environment-file
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/ahprs.h" ( 2085macros) : file included
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: "file:///home/kishore/devel/Drone/Projects/autopilot/src/ahprs.h" PreprocessJob::headerSectionEnded, 1 included in header-section
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: updating content-context
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: finished "file:///home/kishore/devel/Drone/Projects/autopilot/src/ahprs.h"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- PARSING --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/ahprs.h"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: updating duchain for "file:///home/kishore/devel/Drone/Projects/autopilot/src/ahprs.h"
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildContexts: ContextBuilder::buildContexts: recompiling
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildContexts: built top-level context with 13 declarations and 7 included files
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildProxyContextFromContent: ContextBuilder::buildProxyContextFromContent: recompiling
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- Parsing finished --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/ahprs.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h" ( 2085 macros) : file included
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: "file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h" PreprocessJob::headerSectionEnded, 2 included in header-section
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: updating content-context
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: finished "file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- PARSING --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: updating duchain for "file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h"
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildContexts: ContextBuilder::buildContexts: recompiling
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildContexts: built top-level context with 13 declarations and 8 included files
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildProxyContextFromContent: ContextBuilder::buildProxyContextFromContent: recompiling
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- Parsing finished --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/nav.h" ( 2085 macros) : file included
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: "file:///home/kishore/devel/Drone/Projects/autopilot/src/nav.h" PreprocessJob::headerSectionEnded, 2 included in header-section
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: updating content-context
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: finished "file:///home/kishore/devel/Drone/Projects/autopilot/src/nav.h"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- PARSING --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/nav.h"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: updating duchain for "file:///home/kishore/devel/Drone/Projects/autopilot/src/nav.h"
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildContexts: ContextBuilder::buildContexts: recompiling
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildContexts: built top-level context with 7 declarations and 8 included files
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildProxyContextFromContent: ContextBuilder::buildProxyContextFromContent: compiling
> kdevelop(7475)/kdevplatform (language) KDevelop::DUChain::addDocumentChain: duchain: adding document "file:///home/kishore/devel/Drone/Projects/autopilot/src/nav.h 18488225" 0x107bb90
> kdevelop(7475)/kdevplatform (language) KDevelop::DUChain::chainForDocument: No chain found for document "file:///home/kishore/devel/Drone/Projects/autopilot/src/nav.h 18488225"
> kdevelop(7475)/kdevplatform (language) KDevelop::DUChain::addDocumentChain: new count of real chains: 71 proxy-chains: 60
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- Parsing finished --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/nav.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" ( 2085 macros) : file included
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" : searching for include "fms.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" ( 2085 macros) : found include-file "fms.h" : KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/src/fms.h")
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" : no fitting entry in du-chain, parsing
> kdevelop(7475)/kdevelop (cpp support) CPPParseJob::CPPParseJob: Created job CPPParseJob(0x129da10) pp QObject(0x0) parse QObject(0x0)
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: preprocessing "file:///home/kishore/devel/Drone/Projects/autopilot/src/fms.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: ===-- PREPROCESSING --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/fms.h" <==readFromDisk: true size: 592
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/fms.h" : searching for include "aircraft.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/fms.h" ( 2086 macros) : found include-file "aircraft.h" : KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h")
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/fms.h" : no fitting entry in du-chain, parsing
> kdevelop(7475)/kdevelop (cpp support) CPPParseJob::CPPParseJob: Created job CPPParseJob(0x17e1e00) pp QObject(0x0) parse QObject(0x0)
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: preprocessing "file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: ===-- PREPROCESSING --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h" <== readFromDisk: true size: 1505
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: "file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h" : header-section was not ended
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: "file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h" PreprocessJob::headerSectionEnded, 0 included in header-section
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: finished "file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- PARSING --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h"
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildProxyContextFromContent: ContextBuilder::buildProxyContextFromContent: recompiling
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- Parsing finished --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/aircraft.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/fms.h" ( 2086 macros) : file included
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/fms.h" : searching for include "fcs.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/fms.h" ( 2086 macros) : found include-file "fcs.h" : KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h")
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/fms.h" : no fitting entry in du-chain, parsing
> kdevelop(7475)/kdevelop (cpp support) CPPParseJob::CPPParseJob: Created job CPPParseJob(0x1518a90) pp QObject(0x0) parse QObject(0x0)
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: preprocessing "file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: ===-- PREPROCESSING --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h" <==readFromDisk: true size: 900
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h" : searching for include "stdint.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h" ( 2087 macros) : found include-file "stdint.h" : KUrl("file:///usr/include/stdint.h")
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h" : took included file from the du-chain "stdint.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h" Merging included file into environment-file
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h" ( 2087 macros) : file included
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h" : searching for include "servo.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: Marking every following encountered context to be updated
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h" ( 2087 macros) : found include-file "servo.h" : KUrl("file:///home/kishore/devel/Drone/Projects/common/include/servo.h")
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h" : no fitting entry in du-chain, parsing
> kdevelop(7475)/kdevelop (cpp support) CPPParseJob::CPPParseJob: Created job CPPParseJob(0x1516990) pp QObject(0x0) parse QObject(0x0)
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: preprocessing "file:///home/kishore/devel/Drone/Projects/common/include/servo.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: ===-- PREPROCESSING --===> "file:///home/kishore/devel/Drone/Projects/common/include/servo.h" <== readFromDisk: true size: 1342
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/common/include/servo.h" : searching for include "stdint.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/common/include/servo.h" ( 2088 macros) : found include-file "stdint.h" : KUrl("file:///usr/include/stdint.h")
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/common/include/servo.h" : took included file from the du-chain "stdint.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/common/include/servo.h" Merging included file into environment-file
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/common/include/servo.h" ( 2088 macros) : file included
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: "file:///home/kishore/devel/Drone/Projects/common/include/servo.h" PreprocessJob::headerSectionEnded, 1 included in header-section
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: could not find a matching content-context
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: finished "file:///home/kishore/devel/Drone/Projects/common/include/servo.h"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- PARSING --===> "file:///home/kishore/devel/Drone/Projects/common/include/servo.h"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: building duchain for "file:///home/kishore/devel/Drone/Projects/common/include/servo.h"
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildContexts: ContextBuilder::buildContexts: compiling
> kdevelop(7475)/kdevplatform (language) KDevelop::DUChain::addDocumentChain: duchain: adding document "file:///home/kishore/devel/Drone/Projects/common/include/servo.h 22116484" 0x189bf20
> kdevelop(7475)/kdevplatform (language) KDevelop::DUChain::chainForDocument: No chain found for document "file:///home/kishore/devel/Drone/Projects/common/include/servo.h 22116484"
> kdevelop(7475)/kdevplatform (language) KDevelop::DUChain::addDocumentChain: new count of real chains: 72 proxy-chains: 60
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildContexts: built top-level context with 16 declarations and 9 included files
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildProxyContextFromContent: ContextBuilder::buildProxyContextFromContent: compiling
> kdevelop(7475)/kdevplatform (language) KDevelop::DUChain::addDocumentChain: duchain: adding document "file:///home/kishore/devel/Drone/Projects/common/include/servo.h 22113313" 0x1514fc0
> kdevelop(7475)/kdevplatform (language) KDevelop::DUChain::chainForDocument: No chain found for document "file:///home/kishore/devel/Drone/Projects/common/include/servo.h 22113313"
> kdevelop(7475)/kdevplatform (language) KDevelop::DUChain::addDocumentChain: new count of real chains: 72 proxy-chains: 61
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- Parsing finished --===> "file:///home/kishore/devel/Drone/Projects/common/include/servo.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h" ( 2088 macros) : file included
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: "file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h" PreprocessJob::headerSectionEnded, 2 included in header-section
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: updating content-context
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: finished "file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- PARSING --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: updating duchain for "file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h"
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildContexts: ContextBuilder::buildContexts: recompiling
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildContexts: built top-level context with 12 declarations and 10 included files
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildProxyContextFromContent: ContextBuilder::buildProxyContextFromContent: recompiling
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- Parsing finished --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/fms.h" ( 2088 macros) : file included
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: "file:///home/kishore/devel/Drone/Projects/autopilot/src/fms.h" PreprocessJob::headerSectionEnded, 2 included in header-section
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: updating content-context
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: finished "file:///home/kishore/devel/Drone/Projects/autopilot/src/fms.h"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- PARSING --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/fms.h"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: updating duchain for "file:///home/kishore/devel/Drone/Projects/autopilot/src/fms.h"
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildContexts: ContextBuilder::buildContexts: recompiling
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildContexts: built top-level context with 3 declarations and 9 included files
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildProxyContextFromContent: ContextBuilder::buildProxyContextFromContent: recompiling
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- Parsing finished --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/fms.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" ( 2088 macros) : file included
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" : searching for include "fcs.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" ( 2088 macros) : found include-file "fcs.h" : KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h")
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" : no fitting entry in du-chain, parsing
> kdevelop(7475)/kdevelop (cpp support) CPPParseJob::CPPParseJob: Created job CPPParseJob(0x17e8360) pp QObject(0x0) parse QObject(0x0)
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: preprocessing "file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: ===-- PREPROCESSING --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h" <==readFromDisk: true size: 900
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: "file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h" : header-section was not ended
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: "file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h" PreprocessJob::headerSectionEnded, 0 included in header-section
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: finished "file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- PARSING --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h"
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildProxyContextFromContent: ContextBuilder::buildProxyContextFromContent: recompiling
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- Parsing finished --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/fcs.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" ( 2088 macros) : file included
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" : searching for include "pitot.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" ( 2088 macros) : found include-file "pitot.h" : KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/src/pitot.h")
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" : no fitting entry in du-chain, parsing
> kdevelop(7475)/kdevelop (cpp support) CPPParseJob::CPPParseJob: Created job CPPParseJob(0x18157f0) pp QObject(0x0) parse QObject(0x0)
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: preprocessing "file:///home/kishore/devel/Drone/Projects/autopilot/src/pitot.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: ===-- PREPROCESSING --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/pitot.h" <== readFromDisk: true size: 322
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: "file:///home/kishore/devel/Drone/Projects/autopilot/src/pitot.h" PreprocessJob::headerSectionEnded, 0 included in header-section
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: updating content-context
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: finished "file:///home/kishore/devel/Drone/Projects/autopilot/src/pitot.h"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- PARSING --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/pitot.h"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: updating duchain for "file:///home/kishore/devel/Drone/Projects/autopilot/src/pitot.h"
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildContexts: ContextBuilder::buildContexts: recompiling
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildContexts: built top-level context with 2 declarations and 8 included files
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildProxyContextFromContent: ContextBuilder::buildProxyContextFromContent: recompiling
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- Parsing finished --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/pitot.h"
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::sourceNeeded: PreprocessJob "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" ( 2089 macros) : file included
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c" PreprocessJob::headerSectionEnded, 12 included in header-section
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::headerSectionEndedInternal: could not find a matching content-context
> kdevelop(7475)/kdevelop (cpp support) PreprocessJob::run: PreprocessJob: finished "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- PARSING --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c"
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: building duchain for "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c"
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildContexts: ContextBuilder::buildContexts: compiling
> kdevelop(7475)/kdevplatform (language) KDevelop::DUChain::addDocumentChain: duchain: adding document "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c 21837952" 0x17d51b0
> kdevelop(7475)/kdevplatform (language) KDevelop::DUChain::chainForDocument: No chain found for document "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c 21837952"
> kdevelop(7475)/kdevplatform (language) KDevelop::DUChain::addDocumentChain: new count of real chains: 73 proxy-chains: 61
> kdevelop(7475)/kdevelop (cpp support) IdentifierVerifier::visitPostfixExpression: accepting special-case
> kdevelop(7475)/kdevelop (cpp support) IdentifierVerifier::visitPostfixExpression: accepting special-case
> kdevelop(7475)/kdevelop (cpp support) IdentifierVerifier::visitPostfixExpression: accepting special-case
> kdevelop(7475)/kdevelop (cpp support) IdentifierVerifier::visitPostfixExpression: accepting special-case
> kdevelop(7475)/kdevelop (cpp support) IdentifierVerifier::visitPostfixExpression: accepting special-case
> kdevelop(7475)/kdevelop (cpp support) IdentifierVerifier::visitPostfixExpression: accepting special-case
> kdevelop(7475)/kdevelop (cpp support) IdentifierVerifier::visitPostfixExpression: accepting special-case
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildContexts: built top-level context with 20 declarations and 12 included files
> kdevelop(7475)/kdevelop (cpp support) CppHighlighting::highlightDUChain: highighting du chain
> kdevelop(7475)/kdevelop (cpp support) ContextBuilder::buildProxyContextFromContent: ContextBuilder::buildProxyContextFromContent: recompiling
> kdevelop(7475)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- Parsing finished --===> "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c"
> kdevelop(7475)/kdevplatform (language) KDevelop::BackgroundParser::parseComplete: BackgroundParser: parsed "file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c"
> kdevelop(7475) ProblemWidget::parseJobFinished: active document: KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c") url: KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/src/main.c")
> Queueing job for deletion CPPParseJob in thread QThread(0x60d9e0)
> kdevelop(7475)/kdevplatform (language) KDevelop::BackgroundParserPrivate::parseDocumentsInternal: BackgroundParser::parseDocumentsInternal
> kdevelop(7475)/Kate (Commands) KateIconBorder::showBlock: new folding hl-range: [ (0, 0) -> (10, 2) ]
> kdevelop(7475)/Kate (Code Completion) KateCompletionWidget::abortCompletion:
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "minPulseWidth" to list
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "maxPulseWidth" to list
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "updatePeriod" to list
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "zero" tolist
> kdevelop(7475) ClassModel::childItems: Created list of 4 child items for context ""
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "PDC_RPR"to list
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "PDC_RCR"to list
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "PDC_TPR"to list
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "PDC_TCR"to list
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "PDC_RNPR" to list
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "PDC_RNCR" to list
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "PDC_TNPR" to list
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "PDC_TNCR" to list
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "PDC_PTCR" to list
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "PDC_PTSR" to list
> kdevelop(7475) ClassModel::childItems: Created list of 10 child items for context ""
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "" to list
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "eventHandler" to list
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "data" tolist
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "next" tolist
> kdevelop(7475) ClassModel::childItems: Created list of 4 child items for context ""
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "seconds"to list
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "nanoseconds" to list
> kdevelop(7475) ClassModel::childItems: Created list of 2 child items for context ""
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "seconds"to list
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "nanoseconds" to list
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "" to list
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "handler"to list
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "data" tolist
> kdevelop(7475) ClassModel::addTopLevelToList: Adding declaration "next" tolist
> kdevelop(7475) ClassModel::childItems: Created list of 6 child items for context ""
> kdevelop(7475)/kio (KDirListerCache) KDirListerCache::listDir: KDirLister(0xbd8710) url= KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/src") keep= false reload= true
> kdevelop(7475)/kio (KDirListerCache) KDirListerCache::listDir: Reloading directory: KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/src")
> kdevelop(7475)/kio (KDirWatch) KDirWatchPrivate::addEntry: Added Dir "/home/kishore/devel/Drone/Projects/autopilot/src" for "" ["KDirWatch-2"]
> kdevelop(7475)/kio (KDirWatch) KDirWatchPrivate::useINotify: trying to use inotify for monitoring
> kdevelop(7475)/kio (KDirWatch) KDirWatchPrivate::useINotify: inotify successfully used for monitoring
> kdevelop(7475)/kio (KDirListerCache) KDirListerCache::slotEntries: new entries for KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/src")
> kdevelop(7475)/kio (KDirModel) KDirModelPrivate::_k_slotNewItems: 25 in KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/src") index= "[invalid index, i.e. root]" newRowCount= 25
> kdevelop(7475)/kio (KDirListerCache) KDirListerCache::slotResult: finished listing KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/src")
> kdevelop(7475)/kdeui (KIconLoader) KIconLoader::loadIcon: No such icon "text-x-cmake"
> kdevelop(7475)/kio (KDirListerCache) KDirListerCache::listDir: KDirLister(0xbd8710) url= KUrl("file:///home/kishore/devel/Drone/Projects/autopilot") keep= false reload= true
> kdevelop(7475)/kio (KDirListerCache) KDirListerCache::forgetDirs: KDirLister(0xbd8710) item moved into cache: KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/src")
> kdevelop(7475)/kio (KDirListerCache) KDirListerCache::listDir: Reloading directory: KUrl("file:///home/kishore/devel/Drone/Projects/autopilot")
> kdevelop(7475)/kio (KDirWatch) KDirWatchPrivate::addEntry: Added Dir "/home/kishore/devel/Drone/Projects/autopilot" for "" ["KDirWatch-2"]
> kdevelop(7475)/kio (KDirWatch) KDirWatchPrivate::useINotify: trying to use inotify for monitoring
> kdevelop(7475)/kio (KDirWatch) KDirWatchPrivate::useINotify: inotify successfully used for monitoring
> kdevelop(7475)/kio (KDirListerCache) KDirListerCache::slotEntries: new entries for KUrl("file:///home/kishore/devel/Drone/Projects/autopilot")
> kdevelop(7475)/kio (KDirModel) KDirModelPrivate::_k_slotNewItems: 12 in KUrl("file:///home/kishore/devel/Drone/Projects/autopilot") index= "[invalid index, i.e. root]" newRowCount= 12
> kdevelop(7475)/kio (KDirListerCache) KDirListerCache::slotResult: finished listing KUrl("file:///home/kishore/devel/Drone/Projects/autopilot")
> kdevelop(7475)/kdevplatform (shell) KDevelop::DocumentController::openDocument: loading "KDevCMakeManager"
> kdevelop(7475)/kdevplatform (sublime) Sublime::MainWindowPrivate::ViewCreator::operator: reconstructing views for area index 0x6a8af0
> kdevelop(7475)/kdecore (trader) KMimeTypeTrader::query: query for mimeType "text/plain" , "KParts/ReadOnlyPart" : returning 1 offers
> kdevelop(7475)/kio (KDirWatch) KDirWatchPrivate::addEntry: Added already watched Entry "/home/kishore/devel/Drone/Projects/autopilot/CMakeLists.txt" (now3 clients) "[KDirWatch-3]"
> kdevelop(7475)/Kate (Document) KateFileLoader::KateFileLoader: OPEN USES ENCODING: "UTF-8"
> mode: python
> kdevelop(7475)/Kate (Document) KateBuffer::openFile: Broken UTF-8: false
> kdevelop(7475)/Kate (Document) KateBuffer::openFile: LOADING DONE 2
> kdevelop(7475)/Kate (Document) KateModeManager::fileType:
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::makeContextList: **************** Outer loop in make ContextList
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::makeContextList: **************** Hl List count: 1
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::makeContextList: **************** Inner loop in make ContextList
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::makeContextList: Trying to open highlighting definition file: "CMake"
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::makeContextList: Locationis: "/home/kishore/devel/kde4/share/apps/katepart/syntax/cmake.xml"
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::makeContextList: setting ( "CMake" ) to loaded
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::addToContextList: === Adding hl with ident ' "/home/kishore/devel/kde4/share/apps/katepart/syntax/cmake.xml" '
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readGlobalKeywordConfig: readGlobalKeywordConfig:BEGIN
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readGlobalKeywordConfig: Found global keyword config
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readGlobalKeywordConfig: weak delimiters are: ""
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readGlobalKeywordConfig: readGlobalKeywordConfig:END
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readGlobalKeywordConfig: delimiterCharacters are: " .():!+,-<=>%&*/;?[]^{|}~\"
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readWordWrapConfig: readWordWrapConfig:BEGIN
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readWordWrapConfig: Foundglobal keyword config
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readWordWrapConfig: word wrap deliminators are " .():!+,-<=>%&*/;?[]^{|}~\"
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readWordWrapConfig: readWordWrapConfig:END
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readFoldingConfig: readfoldignConfig:BEGIN
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readFoldingConfig: readfoldingConfig:END
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readFoldingConfig: ############################ use indent for fold are: false
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::createContextNameList: creatingContextNameList:BEGIN
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::createContextNameList: creatingContextNameList:END
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::addToContextList: ParsingContext structure
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::addToContextList: Found acontext in file, building structure now
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::addToContextList: INDEX:0 LENGTH 0
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::createKateHlItem: ########### BEG REG: "block" NUM: 2
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::createKateHlItem: ########### END REG: "block" NUM: -2
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::addToContextList: Found acontext in file, building structure now
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::addToContextList: INDEX:1 LENGTH 1
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::addToContextList: Found acontext in file, building structure now
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::addToContextList: INDEX:2 LENGTH 2
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::addToContextList: Cross highlight reference <IncludeRules>, context "Alerts:"
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::addToContextList: Found acontext in file, building structure now
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::addToContextList: INDEX:3 LENGTH 3
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::makeContextList: **************** Outer loop in make ContextList
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::makeContextList: **************** Hl List count: 2
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::makeContextList: **************** Inner loop in make ContextList
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::makeContextList: Trying to open highlighting definition file: "Alerts"
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::makeContextList: Locationis: "/home/kishore/devel/kde4/share/apps/katepart/syntax/alert.xml"
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::makeContextList: setting ( "Alerts" ) to loaded
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::addToContextList: === Adding hl with ident ' "/home/kishore/devel/kde4/share/apps/katepart/syntax/alert.xml" '
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readGlobalKeywordConfig: readGlobalKeywordConfig:BEGIN
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readGlobalKeywordConfig: Found global keyword config
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readGlobalKeywordConfig: weak delimiters are: ""
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readGlobalKeywordConfig: readGlobalKeywordConfig:END
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readGlobalKeywordConfig: delimiterCharacters are: " .():!+,-<=>%&*/;?[]^{|}~\"
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readWordWrapConfig: readWordWrapConfig:BEGIN
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readWordWrapConfig: Foundglobal keyword config
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readWordWrapConfig: word wrap deliminators are " .():!+,-<=>%&*/;?[]^{|}~\"
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readWordWrapConfig: readWordWrapConfig:END
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readFoldingConfig: readfoldignConfig:BEGIN
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readFoldingConfig: readfoldingConfig:END
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::readFoldingConfig: ############################ use indent for fold are: false
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::createContextNameList: creatingContextNameList:BEGIN
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::createContextNameList: creatingContextNameList:END
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::addToContextList: ParsingContext structure
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::addToContextList: Found acontext in file, building structure now
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::addToContextList: INDEX:4 LENGTH 4
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::makeContextList: **************** Outer loop in make ContextList
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::makeContextList: **************** Hl List count: 2
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::makeContextList: Unresolved contexts, which need attention: 1
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::makeContextList: Context"Alerts:" is unresolved
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::makeContextList: Looking up context0 for ruleset "Alerts:"
> kdevelop(7475)/Kate (XML/Syntax) KateHighlighting::handleKateHlIncludeRules:KateHlIncludeRules, which need attention: 1
> kdevelop(7475)/kdevplatform (shell) KDevelop::PluginController::allPluginsForExtension: Finding all Plugins for Extension: "ILanguageSupport" | ("'text/x-cmake' in [X-KDevelop-SupportedMimeTypes]")
> kdevelop(7475)/kdevplatform (shell) KDevelop::Language::Language: creating language "CMake"
> kdevelop(7475)/kdevplatform (language) KDevelop::CodeCompletion::viewCreated: Registered completion model
> kdevelop(7475)/Kate (Code Completion) KateCompletionWidget::abortCompletion:
> kdevelop(7475)/kdevplatform (language) KDevelop::CodeCompletion::viewCreated: Registered completion model
> kdevelop(7475) KateView::defaultContextMenu: no ktexteditor_popup container found; populating manually
> kdevelop(7475)/kparts KParts::PartManager::setActivePart: KDevelop::PartController(0x73f460) emitting activePartChanged KateDocument(0x19292c0)
> kdevelop(7475)/kparts KParts::MainWindow::createGUI: MainWindow::createGUI, part= KateDocument(0x19292c0) KateDocument ""
> kdevelop(7475)/kparts KParts::MainWindow::createGUI: deactivating GUI for KateDocument(0xccdb10) KateDocument ""
> kdevelop(7475)/kdevelop (cpp support) UIBlockTester::lockup: ui is blocking
> kdevelop(7475)/kparts KParts::ReadOnlyPart::guiActivateEvent: ReadOnlyPart::guiActivateEvent -> "file:///home/kishore/devel/Drone/Projects/autopilot/CMakeLists.txt"
> kdevelop(7475)/kdevplatform (shell) KDevelop::Language::deactivate: deactivating language "C++"
> kdevelop(7475)/kdevplatform (shell) KDevelop::Language::activate: activatinglanguage "CMake"
> kdevelop(7475) ProblemWidget::documentActivated: activated document: KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/CMakeLists.txt")
> kdevelop(7475)/kdevplatform (shell) KDevelop::Language::deactivate: deactivating language "CMake"
> kdevelop(7475)/kdevplatform (shell) KDevelop::Language::activate: activatinglanguage "CMake"
> kdevelop(7475) ProblemWidget::documentActivated: activated document: KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/CMakeLists.txt")
> kdevelop(7475)/kdevplatform (shell) KDevelop::Language::deactivate: deactivating language "CMake"
> kdevelop(7475)/kdevplatform (shell) KDevelop::Language::activate: activatinglanguage "CMake"
> kdevelop(7475) ProblemWidget::documentActivated: activated document: KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/CMakeLists.txt")
> kdevelop(7475)/kdevelop (cmake support) CMakeHighlighting::highlightDUChain:Highlighting duchain
> kdevelop(7475)/kdevelop (cmake support) CMakeHighlighting::highlightDUChain:Highlighting declarations: QVector(0x14b6090, 0x14b5930, 0x14b67c0, 0x14b69e0, 0x14b71a0, 0x14b72a0, 0x14b75f0, 0x14b6d70, 0x14b8000, 0x14b84d0, 0x14b4db0, 0x14b53f0, 0x14ba020, 0x14c5650, 0xcc75d0, 0x14b7830, 0x14c9550, 0x1489e00, 0x148a560, 0x1489a40, 0x148acc0, 0x148b170, 0x148b110, 0x148a4e0, 0x148b8f0, 0x148bbc0, 0x148bef0, 0x148c110)
> kdevelop(7475)/kdevelop (cmake support) CMakeHighlighting::highlightDUChain:Highlighting child contexts: QVector()
> kdevelop(7475) KDevelop::UseHighlightPlugin::documentLoaded: connecting document
> kdevelop(7475) KDevelop::UseHighlightPlugin::viewCreated: connecting view
> kdevelop(7475) KDevelop::UseHighlightPlugin::viewCreated: connecting view
> kdevelop(7475)/kdevelop (cpp support) CppLanguageSupport::documentLoaded: CppLanguageSupport::documentLoaded
> kdevelop(7475)/kdevelop (cpp support) CppHighlighting::highlightDUChain: highighting du chain
> kdevelop(7475)/kdevelop (cpp support) CppLanguageSupport::standardContext: Could not find perfectly matching version of KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/CMakeLists.txt") for completion
> kdevelop(7475)/kdevplatform (language) KDevelop::BackgroundParser::addDocument: BackgroundParser::addDocument "file:///home/kishore/devel/Drone/Projects/autopilot/CMakeLists.txt"
> kdevelop(7475)/kdevplatform (language) KDevelop::BackgroundParser::addDocument: BackgroundParser::addDocument: queuing KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/CMakeLists.txt")
> kdevelop(7475)/kdevplatform (shell) KDevelop::Language::deactivate: deactivating language "CMake"
> kdevelop(7475)/kdevplatform (shell) KDevelop::Language::activate: activatinglanguage "CMake"
> kdevelop(7475) ProblemWidget::documentActivated: activated document: KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/CMakeLists.txt")
> kdevelop(7475)/kdevplatform (language) KDevelop::BackgroundParserPrivate::parseDocumentsInternal: BackgroundParser::parseDocumentsInternal
> kdevelop(7475)/kdevplatform (language) KDevelop::BackgroundParserPrivate::parseDocumentsInternal: adding document KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/CMakeLists.txt")
> kdevelop(7475) KDevelop::UseHighlightPlugin::cursorPositionChanged: cursorPositionChanged
> kdevelop(7475) KDevelop::UseHighlightPlugin::updateViews: not found declaration
> QAction::eventFilter: Ambiguous shortcut overload: Ctrl+D
> kdevelop(7475) KateIndentScript::triggerCharacters: trigger chars: ' "" '
> kdevelop(7475) KDevelop::UseHighlightPlugin::cursorPositionChanged: cursorPositionChanged
> kdevelop(7475)/kparts KParts::ReadWritePart::setModified: ReadWritePart::setModified( true )
> kdevelop(7475)/kdevplatform (language) KDevelop::BackgroundParser::addDocument: BackgroundParser::addDocument "file:///home/kishore/devel/Drone/Projects/autopilot/CMakeLists.txt"
> kdevelop(7475)/kdevplatform (language) KDevelop::BackgroundParser::addDocument: BackgroundParser::addDocument: queuing KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/CMakeLists.txt")
> kdevelop(7475)/kdevplatform (language) KDevelop::BackgroundParser::addDocument: BackgroundParser::addDocument "file:///home/kishore/devel/Drone/Projects/autopilot/CMakeLists.txt"
> kdevelop(7475)/kdevplatform (language) KDevelop::BackgroundParser::addDocument: BackgroundParser::addDocument: is already queued: KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/CMakeLists.txt")
> kdevelop(7475) KDevDocumentView::contentChanged:
> kdevelop(7475) KDevelop::UseHighlightPlugin::updateViews: not found declaration
> kdevelop(7475)/kdevplatform (language) KDevelop::BackgroundParserPrivate::parseDocumentsInternal: BackgroundParser::parseDocumentsInternal
> kdevelop(7475)/kdevplatform (language) KDevelop::BackgroundParserPrivate::parseDocumentsInternal: adding document KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/CMakeLists.txt")
> QAction::eventFilter: Ambiguous shortcut overload: Ctrl+S
> kdevelop(7475)/Kate (Document) KateBuffer::canEncode: ENC NAME: "UTF-8"
> kdevelop(7475)/kio (KDirWatch) KDirWatchPrivate::removeEntry: path= "/home/kishore/devel/Drone/Projects/autopilot/CMakeLists.txt" sub_entry: 0x0
> kdevelop(7475)/kio (KDirWatch) KDirWatchPrivate::addEntry: Added already watched Entry "/home/kishore/devel/Drone/Projects/autopilot/CMakeLists.txt" (now3 clients) "[KDirWatch-3]"
> kdevelop(7475)/Kate (Document) KateModeManager::fileType:
> kdevelop(7475)/kparts KParts::ReadWritePart::setModified: ReadWritePart::setModified( false )
> kdevelop(7475)/kdevplatform (language) KDevelop::BackgroundParser::addDocument: BackgroundParser::addDocument "file:///home/kishore/devel/Drone/Projects/autopilot/CMakeLists.txt"
> kdevelop(7475)/kdevplatform (language) KDevelop::BackgroundParser::addDocument: BackgroundParser::addDocument: queuing KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/CMakeLists.txt")
> kdevelop(7475)/kdevplatform (language) KDevelop::BackgroundParserPrivate::parseDocumentsInternal: BackgroundParser::parseDocumentsInternal
> kdevelop(7475)/kdevplatform (language) KDevelop::BackgroundParserPrivate::parseDocumentsInternal: adding document KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/CMakeLists.txt")
> kdevelop(7475)/kio (KDirWatch) KDirWatch::setDirty: "KDirWatch-4" emitting dirty "/home/kishore/devel/Drone/Projects/autopilot/CMakeLists.txt"
> kdevelop(7475)/kdevelop (cmake support debug) CMakeProjectManager::dirtyFile: "/home/kishore/devel/Drone/Projects/autopilot/CMakeLists.txt" is dirty 0x0QMap((KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/") , 0x1409ac0 ) ( KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/src") , 0x14b4b80 ) ( KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/../common") , 0x14b47f0 ) ( KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/../common/drivers") , 0x14c9f80 ) ( KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/../common/drivers/adc") , 0x14a5040 ) ( KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/../common/drivers/pwm") , 0x14a18c0 ) ( KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/../common/drivers/servo") , 0x148caa0 ) ( KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/../common/drivers/spi") , 0x14a0170 ) ( KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/../common/drivers/time") , 0x1494850 ) ( KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/../common/drivers/uart") , 0x14935a0 ) ( KUrl("file:///home/kishore/devel/Drone/Projects/autopilot/../common/utils") , 0x14bdec0 ) )
> _______________________________________________
> KDevelop-devel mailing list
> KDevelop-devel at kdevelop.org
> https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
>
>
>
More information about the KDevelop-devel
mailing list