[Qt-creator] Remote debugging

Francis Rammeloo francis.rammeloo at gmail.com
Thu Aug 19 13:04:34 CEST 2010


2010/8/19 André Pönitz <andre.poenitz at nokia.com>
>
> > Does anyone have an idea what's going wrong?
>
> The problem is that gdb either cannot access the sources of your project
> or is not properly instructed where to search for it.
>
> I'd need to have a look at the debugger log (right pane of Windows
> ->Views->Debugger) to make a more educated guess.
>
> Andre'
>
> PS: Does the "Sources" view look ok?
>

This is probably it. The sources view does list all the source files, but
they are greyed out.

Our project directory looks like this:

./include/
./include/library1/
./include/library2/
./include/...
./src/
./src/library1
./src/library2
./src/...
./src/source1.cpp
./src/source2.cpp
./src/...

The Qt project was created in the project root directory. However, the
debugger "Sources" view contains entries like:

../../../src/observer/observer.h

I don't know why, perhaps it has something to do with the way our makefile
buildsystem works.


______________________

_________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>


Here's the debugger output:

sStarting debugger for tool chain '<Invalid>'...
dDebugger settings:
dUseAlternatingRowColours: false  (default: false)
dUseMessageBoxForSignals: true  (default: true)
dAutoQuit: false  (default: false)
dLogTimeStamps: true  (default: false)
dVerboseLog: true  (default: false)
dUseDebuggingHelper: true  (default: true)
dUseCustomDebuggingHelperLocation: false  (default: false)
dCustomDebuggingHelperLocation:   (default: )
dDebugDebuggingHelpers: false  (default: false)
dUseCodeModel: true  (default: true)
dUseToolTips: true  (default: false)
dUseToolTipsInLocalsView: true  (default: false)
dUseToolTipsInBreakpointsView: false  (default: false)
dUseAddressInBreakpointsView: false  (default: false)
dUseAddressInStackView: true  (default: false)
dEnvironment:   (default: )
dScriptFile: /home/francis/svn/byteblower/debugging/gdbinit  (default: )
dWatchdogTimeout: 20  (default: 20)
dMaximalStackDepth: 20  (default: 20)
dShowStandardNamespace: true  (default: true)
dShowQtNamespace: true  (default: true)
dListSourceFiles: true  (default: false)
dSkipKnownFrames: false  (default: false)
dEnableReverseDebugging: false  (default: false)
dAllPluginBreakpoints: true  (default: true)
dSelectedPluginBreakpoints: false  (default: false)
dNoPluginBreakpoints: false  (default: false)
dSelectedPluginBreakpointsPattern: .*  (default: .*)
dUsePreciseBreakpoints: true  (default: false)
dBreakOnThrow: false  (default: false)
dBreakOnCatch: false  (default: false)
dChangeLanguageAutomatically: true  (default: true)
d/home/francis/svn/byteblower/debugging/server/src/byteblower0x1871880
dState changed from DebuggerNotReady(0) to EngineStarting(1).
dState changed from EngineStarting(1) to AdapterStarting(2).
dTRYING TO START ADAPTER
sNo server start script given. Assuming server runs already.
dSTARTING GDB /usr/bin/gdb
dGDB STARTED, INITIALIZING IT
<247show version
<248set print static-members off
<249set breakpoint pending on
<250set print elements 10000
<251set overload-resolution off
<252handle SIGSEGV nopass stop print
<253set unwindonsignal on
<254set width 0
<255set height 0
<256source /home/francis/svn/byteblower/debugging/gdbinit
<257-interpreter-exec console "python
execfile('/home/francis/qtcreator-2.0.0/share/qtcreator/gdbmacros/dumper.py')"
<258-interpreter-exec console "python
execfile('/home/francis/qtcreator-2.0.0/share/qtcreator/gdbmacros/gdbmacros.py')"
<259-interpreter-exec console "help bb"
dState changed from AdapterStarting(2) to AdapterStarted(3).
dADAPTER SUCCESSFULLY STARTED
sStarting inferior...
dState changed from AdapterStarted(3) to InferiorStarting(6).
<260set architecture i386:x86-64:intel
<261set sysroot /home/francis/.gvfs/sftp on 10.4.3.39/
<262set solib-search-path .
<263set target-async on
<264-file-exec-and-symbols
"/home/francis/svn/byteblower/debugging/server/src/byteblower"
t12:47:17.022
>~"GNU gdb (GDB) 7.1-ubuntu\n"
t12:47:17.022
>~"Copyright (C) 2010 Free Software Foundation, Inc.\n"
t12:47:17.023
>~"License GPLv3+: GNU GPL version 3 or later <
http://gnu.org/licenses/gpl.html>\n"
t12:47:17.023
>~"This is free software: you are free to change and redistribute it.\n"
t12:47:17.023
>~"There is NO WARRANTY, to the extent permitted by law.  Type \"show
copying\"\n"
t12:47:17.023
>~"and \"show warranty\" for details.\n"
t12:47:17.023
>~"This GDB was configured as \"x86_64-linux-gnu\".\n"
t12:47:17.023
>~"For bug reporting instructions, please see:\n"
t12:47:17.023
>~"<http://www.gnu.org/software/gdb/bugs/>.\n"
t12:47:17.023
t12:47:17.023
>&"show version\n"
t12:47:17.023
>~"GNU gdb (GDB) 7.1-ubuntu\n"
t12:47:17.023
>~"Copyright (C) 2010 Free Software Foundation, Inc.\n"
t12:47:17.023
>~"License GPLv3+: GNU GPL version 3 or later <
http://gnu.org/licenses/gpl.html>\n"
t12:47:17.023
>~"This is free software: you are free to change and redistribute it.\n"
t12:47:17.023
>~"There is NO WARRANTY, to the extent permitted by law.  Type \"show
copying\"\n"
t12:47:17.023
>~"and \"show warranty\" for details.\n"
t12:47:17.023
>~"This GDB was configured as \"x86_64-linux-gnu\".\n"
t12:47:17.023
>~"For bug reporting instructions, please see:\n"
t12:47:17.023
>~"<http://www.gnu.org/software/gdb/bugs/>.\n"
t12:47:17.023
>247^done
tResponse time: show version: 0.211 s
dPARSING VERSION: 247^done,{logstreamoutput="show
version\n",consolestreamoutput="GNU gdb (GDB) 7.1-ubuntu\nCopyright (C) 2010
Free Software Foundation, Inc.\nLicense GPLv3+: GNU GPL version 3 or later <
http://gnu.org/licenses/gpl.html>\nThis is free software: you are free to
change and redistribute it.\nThere is NO WARRANTY, to the extent permitted
by law.  Type \"show copying\"\nand \"show warranty\" for details.\nThis GDB
was configured as \"x86_64-linux-gnu\".\nFor bug reporting instructions,
please see:\n<http://www.gnu.org/software/gdb/bugs/>.\nGNU gdb (GDB)
7.1-ubuntu\nCopyright (C) 2010 Free Software Foundation, Inc.\nLicense
GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\nThis
is free software: you are free to change and redistribute it.\nThere is NO
WARRANTY, to the extent permitted by law.  Type \"show copying\"\nand \"show
warranty\" for details.\nThis GDB was configured as
\"x86_64-linux-gnu\".\nFor bug reporting instructions, please see:\n<
http://www.gnu.org/software/gdb/bugs/>.\n"}
d
dSUPPORTED GDB VERSION GNU gdb (GDB) 7.1-ubuntu
dCopyright (C) 2010 Free Software Foundation, Inc.
dLicense GPLv3+: GNU GPL version 3 or later <
http://gnu.org/licenses/gpl.html>
dThis is free software: you are free to change and redistribute it.
dThere is NO WARRANTY, to the extent permitted by law.  Type "show copying"
dand "show warranty" for details.
dThis GDB was configured as "x86_64-linux-gnu".
dFor bug reporting instructions, please see:
d<http://www.gnu.org/software/gdb/bugs/>.
dGNU gdb (GDB) 7.1-ubuntu
dCopyright (C) 2010 Free Software Foundation, Inc.
dLicense GPLv3+: GNU GPL version 3 or later <
http://gnu.org/licenses/gpl.html>
dThis is free software: you are free to change and redistribute it.
dThere is NO WARRANTY, to the extent permitted by law.  Type "show copying"
dand "show warranty" for details.
dThis GDB was configured as "x86_64-linux-gnu".
dFor bug reporting instructions, please see:
d<http://www.gnu.org/software/gdb/bugs/>.
d
dUSING GDB VERSION: 70100, BUILD: 2010
t12:47:17.023
t12:47:17.023
>&"set print static-members off\n"
t12:47:17.023
>248^done
tResponse time: set print static-members off: 0.211 s
t12:47:17.023
t12:47:17.023
>&"set breakpoint pending on\n"
t12:47:17.023
>249^done
tResponse time: set breakpoint pending on: 0.211 s
t12:47:17.023
t12:47:17.023
>&"set print elements 10000\n"
t12:47:17.023
>250^done
tResponse time: set print elements 10000: 0.211 s
t12:47:17.023
t12:47:17.023
>&"set overload-resolution off\n"
t12:47:17.023
>251^done
tResponse time: set overload-resolution off: 0.211 s
t12:47:17.023
t12:47:17.023
>&"handle SIGSEGV nopass stop print\n"
t12:47:17.023
>~"Signal        Stop\tPrint\tPass to program\tDescription\n"
t12:47:17.023
>~"SIGSEGV       Yes\tYes\tNo\t\tSegmentation fault\n"
t12:47:17.023
>252^done
tResponse time: handle SIGSEGV nopass stop print: 0.211 s
t12:47:17.023
t12:47:17.023
>&"set unwindonsignal on\n"
t12:47:17.023
>253^done
tResponse time: set unwindonsignal on: 0.212 s
t12:47:17.024
t12:47:17.024
>&"set width 0\n"
t12:47:17.024
>254^done
tResponse time: set width 0: 0.212 s
t12:47:17.024
t12:47:17.024
>&"set height 0\n"
t12:47:17.024
>255^done
tResponse time: set height 0: 0.212 s
t12:47:17.024
t12:47:17.024
>&"source /home/francis/svn/byteblower/debugging/gdbinit\n"
t12:47:17.024
>~"************************** file
/home/francis/svn/byteblower/debugging/server/src/byteblower \n"
t12:47:17.403
>~"************************** set annotate 1 \n"
t12:47:17.403
>256^done
tResponse time: source /home/francis/svn/byteblower/debugging/gdbinit: 0.591
s
t12:47:17.404
t12:47:17.423
>257^done
tResponse time: -interpreter-exec console "python
execfile('/home/francis/qtcreator-2.0.0/share/qtcreator/gdbmacros/dumper.py')":
0.611 s
t12:47:17.423
t12:47:17.439
>258^done
tResponse time: -interpreter-exec console "python
execfile('/home/francis/qtcreator-2.0.0/share/qtcreator/gdbmacros/gdbmacros.py')":
0.627 s
t12:47:17.439
t12:47:17.441
>~"Do fancy stuff. Usage bb --verbose expandedINames\n"
t12:47:17.441
>259^done
tResponse time: -interpreter-exec console "help bb": 0.629 s
t12:47:17.441
t12:47:17.441
>&"set architecture i386:x86-64:intel\n"
t12:47:17.441
>~"The target architecture is assumed to be i386:x86-64:intel\n"
t12:47:17.441
>260^done
tResponse time: set architecture i386:x86-64:intel: 0.627 s
t12:47:17.441
t12:47:17.441
>&"set sysroot /home/francis/.gvfs/sftp on 10.4.3.39/\n"
t12:47:17.441
>261^done
tResponse time: set sysroot /home/francis/.gvfs/sftp on 10.4.3.39/: 0.627 s
t12:47:17.441
t12:47:17.441
>&"set solib-search-path .\n"
t12:47:17.441
>262^done
tResponse time: set solib-search-path .: 0.627 s
t12:47:17.441
t12:47:17.441
>&"set target-async on\n"
t12:47:17.441
>263^done
tResponse time: set target-async on: 0.627 s
t12:47:17.441
t12:47:17.874
>264^done
tResponse time: -file-exec-and-symbols
"/home/francis/svn/byteblower/debugging/server/src/byteblower": 1.06 s
<265target remote byteblower-dev-2-2:4000
t12:47:17.874
t12:47:17.884
>&"target remote byteblower-dev-2-2:4000\n"
t12:47:17.892
>~"Remote debugging using byteblower-dev-2-2:4000\n"
t12:47:17.894
>=thread-group-created,id="42000"
sThread group 42000 created.
d042000
t12:47:17.894
>=thread-created,id="1",group-id="42000"
sThread 1 created
t12:47:17.942
>=library-loaded,id="/lib64/ld-linux-x86-64.so.2",target-name="/lib64/ld-linux-x86-64.so.2",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/lib64/ld-linux-x86-64.so.2",symbols-loaded="0"
sLibrary /lib64/ld-linux-x86-64.so.2 loaded
t12:47:17.942
>~"Reading symbols from /home/francis/.gvfs/sftp on
10.4.3.39/lib64/ld-linux-x86-64.so.2..."
sReading /home/francis/.gvfs/sftp on
10.4.3.39/lib64/ld-linux-x86-64.so.2......
t12:47:17.942
>~"(no debugging symbols found)...done.\n"
t12:47:17.942
>~"Loaded symbols for /home/francis/.gvfs/sftp on
10.4.3.39/lib64/ld-linux-x86-64.so.2\n"
t12:47:17.942
>&"Failed to read a valid object file image from memory.\n"
t12:47:17.942
>~"0x00002b4bf69c8c00 in ?? () from /home/francis/.gvfs/sftp on
10.4.3.39/lib64/ld-linux-x86-64.so.2\n"
t12:47:17.942
>*stopped,frame={addr="0x00002b4bf69c8c00",func="??",args=[],from="/home/francis/.gvfs/sftp
on 10.4.3.39/lib64/ld-linux-x86-64.so.2
"},thread-id="1",stopped-threads="all"
t12:47:17.942
>265^done
tResponse time: target remote byteblower-dev-2-2:4000: 0.068 s
dState changed from InferiorStarting(6) to InferiorStopped(13).
dINFERIOR STARTED
sAttached to stopped application
sSetting breakpoints...
dSetting breakpoints...
dATTEMPT BREAKPOINT SYNC
<266-file-list-exec-source-files
<267-break-list
t12:47:17.943
t12:47:27.717
>266^done,files=[{file="google/protobuf/io/zero_copy_stream.cc"},{file="google/protobuf/io/zero_copy_stream.cc"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/iostream"},{file="./google/protobuf/stubs/common.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="./google/protobuf/stubs/stl_util-inl.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="./google/protobuf/io/zero_copy_stream_impl.h"},{file="google/protobuf/io/zero_copy_stream_impl.cc"},{file="./google/protobuf/io/zero_copy_stream.h"},{file="google/protobuf/io/zero_copy_stream_impl.cc"},{file="google/protobuf/io/tokenizer.cc"},{file="./google/protobuf/io/tokenizer.h"},{file="google/protobuf/io/tokenizer.cc"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="./google/protobuf/stubs/stl_util-inl.h"},{file="google/protobuf/io/coded_stream.cc"},{file="./google/protobuf/io/coded_stream.h"},{file="google/protobuf/io/coded_stream.cc"},{file="google/protobuf/wire_format.cc"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_construct.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/allocator.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/ext/new_allocator.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="./google/protobuf/repeated_field.h"},{file="./google/protobuf/descriptor.pb.h"},{file="./google/protobuf/unknown_field_set.h"},{file="./google/protobuf/wire_format_inl.h"},{file="./google/protobuf/io/coded_stream.h"},{file="./google/protobuf/wire_format.h"},{file="./google/protobuf/descriptor.h"},{file="google/protobuf/wire_format.cc"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/vector.tcc"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_uninitialized.h"},{file="./google/protobuf/stubs/stl_util-inl.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_construct.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_pair.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_function.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/allocator.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/ext/new_allocator.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_map.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_tree.h"},{file="google/protobuf/unknown_field_set.cc"},{file="./google/protobuf/io/coded_stream.h"},{file="./google/protobuf/unknown_field_set.h"},{file="./google/protobuf/repeated_field.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/new"},{file="google/protobuf/unknown_field_set.cc"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/basic_string.tcc"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/char_traits.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_construct.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/allocator.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/ext/new_allocator.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/basic_string.h"},{file="./google/protobuf/stubs/strutil.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="./google/protobuf/repeated_field.h"},{file="google/protobuf/text_format.cc"},{file="./google/protobuf/io/tokenizer.h"},{file="./google/protobuf/descriptor.pb.h"},{file="./google/protobuf/unknown_field_set.h"},{file="./google/protobuf/descriptor.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/limits"},{file="google/protobuf/text_format.cc"},{file="google/protobuf/service.cc"},{file="google/protobuf/service.cc"},{file="google/protobuf/repeated_field.cc"},{file="google/protobuf/repeated_field.cc"},{file="google/protobuf/reflection_ops.cc"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/vector.tcc"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_uninitialized.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/basic_string.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_construct.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/allocator.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/ext/new_allocator.h"},{file="./google/protobuf/descriptor.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/new"},{file="google/protobuf/reflection_ops.cc"},{file="./google/protobuf/stubs/strutil.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/vector.tcc"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_uninitialized.h"},{file="./google/protobuf/stubs/map-util.h"},{file="./google/protobuf/stubs/hash.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_construct.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/ext/hash_map"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_function.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algo.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator_base_funcs.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator_base_types.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/ext/hashtable.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_pair.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/allocator.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/ext/new_allocator.h"},{file="google/protobuf/message.cc"},{file="./google/protobuf/stubs/substitute.h"},{file="./google/protobuf/descriptor.h"},{file="./google/protobuf/io/zero_copy_stream_impl.h"},{file="./google/protobuf/io/coded_stream.h"},{file="./google/protobuf/message.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/new"},{file="google/protobuf/message.cc"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/vector.tcc"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_uninitialized.h"},{file="./google/protobuf/extension_set.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_heap.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_construct.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/allocator.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algo.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/ext/new_allocator.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="./google/protobuf/generated_message_reflection.h"},{file="google/protobuf/generated_message_reflection.cc"},{file="./google/protobuf/descriptor.pb.h"},{file="./google/protobuf/descriptor.h"},{file="./google/protobuf/message.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/new"},{file="google/protobuf/generated_message_reflection.cc"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/vector.tcc"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_uninitialized.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_construct.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/allocator.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_map.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_pair.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_function.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/ext/new_allocator.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_tree.h"},{file="google/protobuf/extension_set.cc"},{file="./google/protobuf/wire_format.h"},{file="./google/protobuf/descriptor.h"},{file="./google/protobuf/repeated_field.h"},{file="./google/protobuf/extension_set.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/new"},{file="google/protobuf/extension_set.cc"},{file="./google/protobuf/wire_format_inl.h"},{file="./google/protobuf/generated_message_reflection.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="./google/protobuf/unknown_field_set.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="google/protobuf/
descriptor.pb.cc
"},{file="./google/protobuf/wire_format.h"},{file="./google/protobuf/io/coded_stream.h"},{file="./google/protobuf/descriptor.h"},{file="./google/protobuf/descriptor.pb.h"},{file="./google/protobuf/repeated_field.h"},{file="./google/protobuf/message.h"},{file="google/protobuf/
descriptor.pb.cc
"},{file="./google/protobuf/stubs/strutil.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/vector.tcc"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/basic_string.tcc"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/char_traits.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_uninitialized.h"},{file="./google/protobuf/stubs/map-util.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/ext/hash_set"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_set.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/ext/hash_map"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_construct.h"},{file="./google/protobuf/stubs/stl_util-inl.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_function.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algo.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator_base_funcs.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_tree.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/ext/hashtable.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/allocator.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/ext/new_allocator.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/basic_string.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator_base_types.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="./google/protobuf/stubs/common.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_pair.h"},{file="./google/protobuf/unknown_field_set.h"},{file="./google/protobuf/repeated_field.h"},{file="./google/protobuf/stubs/hash.h"},{file="google/protobuf/descriptor.cc"},{file="./google/protobuf/stubs/substitute.h"},{file="./google/protobuf/wire_format.h"},{file="./google/protobuf/descriptor.pb.h"},{file="./google/protobuf/descriptor.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/ext/hash_fun.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/new"},{file="google/protobuf/descriptor.cc"},{file="google/protobuf/stubs/structurally_valid.cc"},{file="google/protobuf/stubs/structurally_valid.cc"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/vector.tcc"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_uninitialized.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cstring"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_construct.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator_base_funcs.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/ext/new_allocator.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/basic_string.tcc"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/allocator.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/basic_string.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="./google/protobuf/stubs/common.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator_base_types.h"},{file="google/protobuf/stubs/strutil.cc"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/limits"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/new"},{file="google/protobuf/stubs/strutil.cc"},{file="./google/protobuf/stubs/stl_util-inl.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="google/protobuf/stubs/substitute.cc"},{file="./google/protobuf/stubs/substitute.h"},{file="./google/protobuf/stubs/strutil.h"},{file="google/protobuf/stubs/substitute.cc"},{file="google/protobuf/stubs/common.cc"},{file="./google/protobuf/stubs/substitute.h"},{file="./google/protobuf/stubs/common.h"},{file="google/protobuf/stubs/common.cc"},{file="../../include/logger/logger.h"},{file="../../include/resource_management/resourceexception.h"},{file="longtermload.cpp"},{file="longtermload.cpp"},{file="instantload.cpp"},{file="instantload.cpp"},{file="resourceuser.cpp"},{file="resourceuser.cpp"},{file="../../include/resource_management/resourceexception.h"},{file="resourcemanager.cpp"},{file="resourcemanager.cpp"},{file="../../../include/protobuf/google/protobuf/wire_format_inl.h"},{file="../../../include/protobuf/google/protobuf/stubs/common.h"},{file="../../../include/protobuf/google/protobuf/generated_message_reflection.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="../../../include/protobuf/google/protobuf/unknown_field_set.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="
SessionFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format.h"},{file="../../../include/protobuf/google/protobuf/io/coded_stream.h"},{file="../../../include/protobuf/google/protobuf/descriptor.h"},{file="SessionFunctions.pb.h"},{file="MutualFunctions.pb.h"},{file="../../../include/protobuf/google/protobuf/service.h"},{file="../../../include/protobuf/google/protobuf/repeated_field.h"},{file="../../../include/protobuf/google/protobuf/message.h"},{file="
SessionFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format_inl.h"},{file="../../../include/protobuf/google/protobuf/stubs/common.h"},{file="../../../include/protobuf/google/protobuf/generated_message_reflection.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="../../../include/protobuf/google/protobuf/unknown_field_set.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="
ScheduleFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format.h"},{file="../../../include/protobuf/google/protobuf/io/coded_stream.h"},{file="../../../include/protobuf/google/protobuf/descriptor.h"},{file="ScheduleFunctions.pb.h"},{file="MutualFunctions.pb.h"},{file="../../../include/protobuf/google/protobuf/service.h"},{file="../../../include/protobuf/google/protobuf/repeated_field.h"},{file="../../../include/protobuf/google/protobuf/message.h"},{file="
ScheduleFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format_inl.h"},{file="../../../include/protobuf/google/protobuf/stubs/common.h"},{file="../../../include/protobuf/google/protobuf/generated_message_reflection.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="../../../include/protobuf/google/protobuf/unknown_field_set.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="
MutualFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format.h"},{file="../../../include/protobuf/google/protobuf/io/coded_stream.h"},{file="../../../include/protobuf/google/protobuf/descriptor.h"},{file="MutualFunctions.pb.h"},{file="../../../include/protobuf/google/protobuf/service.h"},{file="../../../include/protobuf/google/protobuf/repeated_field.h"},{file="../../../include/protobuf/google/protobuf/message.h"},{file="
MutualFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/repeated_field.h"},{file="../../../include/protobuf/google/protobuf/wire_format_inl.h"},{file="../../../include/protobuf/google/protobuf/stubs/common.h"},{file="../../../include/protobuf/google/protobuf/generated_message_reflection.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="../../../include/protobuf/google/protobuf/unknown_field_set.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="
ServerFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format.h"},{file="../../../include/protobuf/google/protobuf/io/coded_stream.h"},{file="../../../include/protobuf/google/protobuf/descriptor.h"},{file="ServerFunctions.pb.h"},{file="../../../include/protobuf/google/protobuf/service.h"},{file="../../../include/protobuf/google/protobuf/message.h"},{file="
ServerFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format_inl.h"},{file="../../../include/protobuf/google/protobuf/stubs/common.h"},{file="../../../include/protobuf/google/protobuf/generated_message_reflection.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="../../../include/protobuf/google/protobuf/unknown_field_set.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="
PortFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format.h"},{file="../../../include/protobuf/google/protobuf/io/coded_stream.h"},{file="../../../include/protobuf/google/protobuf/descriptor.h"},{file="PortFunctions.pb.h"},{file="../../../include/protobuf/google/protobuf/service.h"},{file="../../../include/protobuf/google/protobuf/repeated_field.h"},{file="../../../include/protobuf/google/protobuf/message.h"},{file="
PortFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format_inl.h"},{file="../../../include/protobuf/google/protobuf/stubs/common.h"},{file="../../../include/protobuf/google/protobuf/generated_message_reflection.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="../../../include/protobuf/google/protobuf/unknown_field_set.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="
PortUserFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format.h"},{file="../../../include/protobuf/google/protobuf/io/coded_stream.h"},{file="../../../include/protobuf/google/protobuf/descriptor.h"},{file="PortUserFunctions.pb.h"},{file="MutualFunctions.pb.h"},{file="../../../include/protobuf/google/protobuf/service.h"},{file="../../../include/protobuf/google/protobuf/repeated_field.h"},{file="../../../include/protobuf/google/protobuf/message.h"},{file="
PortUserFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format_inl.h"},{file="../../../include/protobuf/google/protobuf/stubs/common.h"},{file="../../../include/protobuf/google/protobuf/generated_message_reflection.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="../../../include/protobuf/google/protobuf/unknown_field_set.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="
ProtocolFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format.h"},{file="../../../include/protobuf/google/protobuf/io/coded_stream.h"},{file="../../../include/protobuf/google/protobuf/descriptor.h"},{file="ProtocolFunctions.pb.h"},{file="../../../include/protobuf/google/protobuf/service.h"},{file="../../../include/protobuf/google/protobuf/message.h"},{file="
ProtocolFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/repeated_field.h"},{file="../../../include/protobuf/google/protobuf/wire_format_inl.h"},{file="../../../include/protobuf/google/protobuf/stubs/common.h"},{file="../../../include/protobuf/google/protobuf/generated_message_reflection.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="../../../include/protobuf/google/protobuf/unknown_field_set.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="
TriggerFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format.h"},{file="../../../include/protobuf/google/protobuf/io/coded_stream.h"},{file="../../../include/protobuf/google/protobuf/descriptor.h"},{file="TriggerFunctions.pb.h"},{file="../../../include/protobuf/google/protobuf/service.h"},{file="../../../include/protobuf/google/protobuf/message.h"},{file="
TriggerFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format_inl.h"},{file="../../../include/protobuf/google/protobuf/stubs/common.h"},{file="../../../include/protobuf/google/protobuf/generated_message_reflection.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="../../../include/protobuf/google/protobuf/unknown_field_set.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="
FlowFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format.h"},{file="../../../include/protobuf/google/protobuf/io/coded_stream.h"},{file="../../../include/protobuf/google/protobuf/descriptor.h"},{file="FlowFunctions.pb.h"},{file="../../../include/protobuf/google/protobuf/service.h"},{file="../../../include/protobuf/google/protobuf/repeated_field.h"},{file="../../../include/protobuf/google/protobuf/message.h"},{file="
FlowFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format_inl.h"},{file="../../../include/protobuf/google/protobuf/generated_message_reflection.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="../../../include/protobuf/google/protobuf/unknown_field_set.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="
CaptureFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format.h"},{file="../../../include/protobuf/google/protobuf/io/coded_stream.h"},{file="../../../include/protobuf/google/protobuf/descriptor.h"},{file="CaptureFunctions.pb.h"},{file="MutualFunctions.pb.h"},{file="../../../include/protobuf/google/protobuf/service.h"},{file="../../../include/protobuf/google/protobuf/repeated_field.h"},{file="../../../include/protobuf/google/protobuf/message.h"},{file="
CaptureFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format_inl.h"},{file="../../../include/protobuf/google/protobuf/stubs/common.h"},{file="../../../include/protobuf/google/protobuf/generated_message_reflection.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="../../../include/protobuf/google/protobuf/unknown_field_set.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="
TimeWindowTrackerFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format.h"},{file="../../../include/protobuf/google/protobuf/io/coded_stream.h"},{file="../../../include/protobuf/google/protobuf/descriptor.h"},{file="TimeWindowTrackerFunctions.pb.h"},{file="../../../include/protobuf/google/protobuf/service.h"},{file="../../../include/protobuf/google/protobuf/message.h"},{file="
TimeWindowTrackerFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format_inl.h"},{file="../../../include/protobuf/google/protobuf/generated_message_reflection.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="../../../include/protobuf/google/protobuf/unknown_field_set.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="
SequenceTrackerFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format.h"},{file="../../../include/protobuf/google/protobuf/io/coded_stream.h"},{file="../../../include/protobuf/google/protobuf/descriptor.h"},{file="SequenceTrackerFunctions.pb.h"},{file="../../../include/protobuf/google/protobuf/service.h"},{file="../../../include/protobuf/google/protobuf/message.h"},{file="
SequenceTrackerFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format_inl.h"},{file="../../../include/protobuf/google/protobuf/stubs/common.h"},{file="../../../include/protobuf/google/protobuf/generated_message_reflection.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="../../../include/protobuf/google/protobuf/unknown_field_set.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="
LatencyTrackerFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format.h"},{file="../../../include/protobuf/google/protobuf/io/coded_stream.h"},{file="../../../include/protobuf/google/protobuf/descriptor.h"},{file="LatencyTrackerFunctions.pb.h"},{file="../../../include/protobuf/google/protobuf/service.h"},{file="../../../include/protobuf/google/protobuf/message.h"},{file="
LatencyTrackerFunctions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format_inl.h"},{file="../../../include/protobuf/google/protobuf/stubs/common.h"},{file="../../../include/protobuf/google/protobuf/generated_message_reflection.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_vector.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_iterator.h"},{file="../../../include/protobuf/google/protobuf/unknown_field_set.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h"},{file="
IpV6Functions.pb.cc
"},{file="../../../include/protobuf/google/protobuf/wire_format.h"},{file="../../../include/protobuf/google/protobuf/io/coded_stream.h"},{file="../../../include/protobuf/google/protobuf/descriptor.h"},{file="IpV6Functions.pb.h"},{file="MutualFunctions.pb.h"},{file="../../../include/protobuf/google/protobuf/service.h"},{file="../../../include/protobuf/google/protobuf/repeated_field.h"},{file="../../../include/protobuf/google/protobuf/message.h"},{file="
IpV6Functions.pb.cc"},{file="PbRpcAttribute.cpp"},{file="MutualFunctions.pb.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/ios_base.h"},{file="../../../src/attribute/attribute.h"},{file="PbRpcAttribute.cpp"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/basic_string.tcc"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/char_traits.h"},{file="../../include/logger/logger.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/basic_string.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/vector.tcc"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_uninitialized.h"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/iostream"},{file="avahi_class.cpp"},{file="/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-
[...] <cut off>
tResponse time: -file-list-exec-source-files: 9.781 s
t12:47:27.734
t12:47:27.861
>267^done,BreakpointTable={nr_rows="0",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="10",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[]}
tResponse time: -break-list: 9.918 s
dATTEMPT BREAKPOINT SYNC
dALL COMMANDS DONE; INVOKING CALLBACK
dBREAKPOINTS SET, CONTINUING INFERIOR STARTUP
dState changed from InferiorStopped(13) to InferiorRunningRequested(8).
<268-exec-continue
t12:47:27.862
t12:47:27.966
>268^running
dState changed from InferiorRunningRequested(8) to InferiorRunning(10).
sRunning...
tResponse time: -exec-continue: 0.105 s
t12:47:27.967
>*running,thread-id="all"
t12:47:27.967
t12:47:28.017
>=library-loaded,id="/usr/lib/libdbus-1.so.3",target-name="/usr/lib/libdbus-1.so.3",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/usr/lib/libdbus-1.so.3",symbols-loaded="0"
sLibrary /usr/lib/libdbus-1.so.3 loaded
t12:47:28.024
>=library-loaded,id="/lib/libudev.so.0",target-name="/lib/libudev.so.0",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/lib/libudev.so.0",symbols-loaded="0"
sLibrary /lib/libudev.so.0 loaded
t12:47:28.031
>=library-loaded,id="/usr/lib/libavahi-common.so.3",target-name="/usr/lib/libavahi-common.so.3",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/usr/lib/libavahi-common.so.3",symbols-loaded="0"
sLibrary /usr/lib/libavahi-common.so.3 loaded
t12:47:28.038
>=library-loaded,id="/usr/lib/libavahi-client.so.3",target-name="/usr/lib/libavahi-client.so.3",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/usr/lib/libavahi-client.so.3",symbols-loaded="0"
sLibrary /usr/lib/libavahi-client.so.3 loaded
t12:47:28.048
>=library-loaded,id="/usr/lib/libpcap.so.0",target-name="/usr/lib/libpcap.so.0",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/usr/lib/libpcap.so.0",symbols-loaded="0"
sLibrary /usr/lib/libpcap.so.0 loaded
t12:47:28.052
>=library-loaded,id="/lib/librt.so.1",target-name="/lib/librt.so.1",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/lib/librt.so.1",symbols-loaded="0"
sLibrary /lib/librt.so.1 loaded
t12:47:28.059
>=library-loaded,id="/usr/lib/libxml++-2.6.so.2",target-name="/usr/lib/libxml++-2.6.so.2",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/usr/lib/libxml++-2.6.so.2",symbols-loaded="0"
sLibrary /usr/lib/libxml++-2.6.so.2 loaded
t12:47:28.066
>=library-loaded,id="/usr/lib/libglibmm-2.4.so.1",target-name="/usr/lib/libglibmm-2.4.so.1",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/usr/lib/libglibmm-2.4.so.1",symbols-loaded="0"
sLibrary /usr/lib/libglibmm-2.4.so.1 loaded
t12:47:28.074
>=library-loaded,id="/usr/lib/libgobject-2.0.so.0",target-name="/usr/lib/libgobject-2.0.so.0",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/usr/lib/libgobject-2.0.so.0",symbols-loaded="0"
sLibrary /usr/lib/libgobject-2.0.so.0 loaded
t12:47:28.079
>=library-loaded,id="/usr/lib/libgmodule-2.0.so.0",target-name="/usr/lib/libgmodule-2.0.so.0",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/usr/lib/libgmodule-2.0.so.0",symbols-loaded="0"
sLibrary /usr/lib/libgmodule-2.0.so.0 loaded
t12:47:28.085
>=library-loaded,id="/usr/lib/libglib-2.0.so.0",target-name="/usr/lib/libglib-2.0.so.0",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/usr/lib/libglib-2.0.so.0",symbols-loaded="0"
sLibrary /usr/lib/libglib-2.0.so.0 loaded
t12:47:28.096
>=library-loaded,id="/usr/lib/libsigc-2.0.so.0",target-name="/usr/lib/libsigc-2.0.so.0",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/usr/lib/libsigc-2.0.so.0",symbols-loaded="0"
sLibrary /usr/lib/libsigc-2.0.so.0 loaded
t12:47:28.103
>=library-loaded,id="/usr/lib/libxml2.so.2",target-name="/usr/lib/libxml2.so.2",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/usr/lib/libxml2.so.2",symbols-loaded="0"
sLibrary /usr/lib/libxml2.so.2 loaded
t12:47:28.113
>=library-loaded,id="/lib/libz.so.1",target-name="/lib/libz.so.1",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/lib/libz.so.1",symbols-loaded="0"
sLibrary /lib/libz.so.1 loaded
t12:47:28.117
>=library-loaded,id="/lib/libpthread.so.0",target-name="/lib/libpthread.so.0",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/lib/libpthread.so.0",symbols-loaded="0"
sLibrary /lib/libpthread.so.0 loaded
t12:47:28.125
>=library-loaded,id="/usr/lib/libstdc++.so.6",target-name="/usr/lib/libstdc++.so.6",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/usr/lib/libstdc++.so.6",symbols-loaded="0"
sLibrary /usr/lib/libstdc++.so.6 loaded
t12:47:28.134
>=library-loaded,id="/lib/libm.so.6",target-name="/lib/libm.so.6",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/lib/libm.so.6",symbols-loaded="0"
sLibrary /lib/libm.so.6 loaded
t12:47:28.141
>=library-loaded,id="/lib/libgcc_s.so.1",target-name="/lib/libgcc_s.so.1",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/lib/libgcc_s.so.1",symbols-loaded="0"
sLibrary /lib/libgcc_s.so.1 loaded
t12:47:28.149
>=library-loaded,id="/lib/libc.so.6",target-name="/lib/libc.so.6",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/lib/libc.so.6",symbols-loaded="0"
sLibrary /lib/libc.so.6 loaded
t12:47:28.155
>=library-loaded,id="/lib/libdl.so.2",target-name="/lib/libdl.so.2",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/lib/libdl.so.2",symbols-loaded="0"
sLibrary /lib/libdl.so.2 loaded
t12:47:28.163
>=library-loaded,id="/lib/libimf.so",target-name="/lib/libimf.so",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/lib/libimf.so",symbols-loaded="0"
sLibrary /lib/libimf.so loaded
t12:47:28.169
>=library-loaded,id="/lib/libsvml.so",target-name="/lib/libsvml.so",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/lib/libsvml.so",symbols-loaded="0"
sLibrary /lib/libsvml.so loaded
t12:47:28.180
>=library-loaded,id="/lib/libintlc.so.5",target-name="/lib/libintlc.so.5",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/lib/libintlc.so.5",symbols-loaded="0"
sLibrary /lib/libintlc.so.5 loaded
t12:47:28.184
>=library-loaded,id="/lib/libguide.so",target-name="/lib/libguide.so",host-name="/home/francis/.gvfs/sftp
on 10.4.3.39/lib/libguide.so",symbols-loaded="0"
sLibrary /lib/libguide.so loaded
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20100819/78e5d17d/attachment.html 


More information about the Qt-creator-old mailing list