Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Building to ensure sources are up-to-date
- Selecting target:
- Debug
- Adding source dir: /home/bernhardt/Coding/WORKSPACE/ololocpp/
- Adding source dir: /home/bernhardt/Coding/WORKSPACE/ololocpp/
- Adding file: /home/bernhardt/Coding/WORKSPACE/ololocpp/bin/Debug/ololocpp
- Changing directory to: /home/bernhardt/Coding/WORKSPACE/ololocpp/.
- Set variable: LD_LIBRARY_PATH=.:
- [debug]Command-line: /usr/bin/gdb -nx -fullname -quiet -args /home/bernhardt/Coding/WORKSPACE/ololocpp/bin/Debug/ololocpp
- [debug]Working dir : /home/bernhardt/Coding/WORKSPACE/ololocpp
- Starting debugger: /usr/bin/gdb -nx -fullname -quiet -args /home/bernhardt/Coding/WORKSPACE/ololocpp/bin/Debug/ololocpp
- done
- [debug]Reading symbols from /home/bernhardt/Coding/WORKSPACE/ololocpp/bin/Debug/ololocpp...done.
- [debug](gdb)
- [debug]> set prompt >>>>>>cb_gdb:
- Registered new type: wxString
- Registered new type: STL String
- Registered new type: STL Vector
- Setting breakpoints
- [debug]>>>>>>cb_gdb:
- [debug]> show version
- [debug]GNU gdb (GDB) 7.6 (Debian 7.6-5)
- [debug]Copyright (C) 2013 Free Software Foundation, Inc.
- [debug]License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- [debug]This is free software: you are free to change and redistribute it.
- [debug]There is NO WARRANTY, to the extent permitted by law. Type "show copying"
- [debug]and "show warranty" for details.
- [debug]This GDB was configured as "x86_64-linux-gnu".
- [debug]For bug reporting instructions, please see:
- [debug]<http://www.gnu.org/software/gdb/bugs/>.
- [debug]>>>>>>cb_gdb:
- [debug]> set confirm off
- Debugger name and version: GNU gdb (GDB) 7.6 (Debian 7.6-5)
- [debug]>>>>>>cb_gdb:
- [debug]> set width 0
- [debug]>>>>>>cb_gdb:
- [debug]> set height 0
- [debug]>>>>>>cb_gdb:
- [debug]> set breakpoint pending on
- [debug]>>>>>>cb_gdb:
- [debug]> set print asm-demangle on
- [debug]>>>>>>cb_gdb:
- [debug]> set unwindonsignal on
- [debug]>>>>>>cb_gdb:
- [debug]> set print elements 0
- [debug]>>>>>>cb_gdb:
- [debug]> set disassembly-flavor intel
- [debug]>>>>>>cb_gdb:
- [debug]> catch throw
- [debug]Function "__cxa_throw" not defined.
- [debug]Catchpoint 1 (throw)
- [debug]>>>>>>cb_gdb:
- [debug]> source /usr/share/codeblocks/scripts/stl-views-1.0.3.gdb
- [debug]>>>>>>cb_gdb:
- [debug]> directory /home/bernhardt/Coding/WORKSPACE/ololocpp/
- [debug]Source directories searched: /home/bernhardt/Coding/WORKSPACE/ololocpp:$cdir:$cwd
- [debug]>>>>>>cb_gdb:
- [debug]> break "/home/bernhardt/Coding/WORKSPACE/ololocpp/main.cpp:7"
- [debug]Breakpoint 2 at 0x400a49: file /home/bernhardt/Coding/WORKSPACE/ololocpp/main.cpp, line 7.
- [debug]>>>>>>cb_gdb:
- [debug]> tty /dev/pts/2
- [debug]Queued:[tty /dev/pts/2]
- [debug]>>>>>>cb_gdb:
- [debug]> run
- [debug]Starting program: /home/bernhardt/Coding/WORKSPACE/ololocpp/bin/Debug/ololocpp
- [debug]Do you need "set solib-search-path" or "set sysroot"?
- [debug]Breakpoint 2, main (argc=1, argv=0x7fffffffe978) at /home/bernhardt/Coding/WORKSPACE/ololocpp/main.cpp:8
- [debug]/home/bernhardt/Coding/WORKSPACE/ololocpp/main.cpp:8:119:beg:0x400a49
- [debug]>>>>>>cb_gdb:
- At /home/bernhardt/Coding/WORKSPACE/ololocpp/main.cpp:8
- [debug]> bt 30
- [debug]#0 main (argc=1, argv=0x7fffffffe978) at /home/bernhardt/Coding/WORKSPACE/ololocpp/main.cpp:8
- [debug]>>>>>>cb_gdb:
- [debug]> next
- [debug][Inferior 1 (process 8725) exited with code 01]
- [debug]>>>>>>cb_gdb:
- [Inferior 1 (process 8725) exited with code 01]
- [debug]> quit
- Debugger finished with status 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement