Advertisement
Guest User

выхлоп

a guest
Sep 25th, 2013
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. Building to ensure sources are up-to-date
  2. Selecting target:
  3. Debug
  4. Adding source dir: /home/bernhardt/Coding/WORKSPACE/ololocpp/
  5. Adding source dir: /home/bernhardt/Coding/WORKSPACE/ololocpp/
  6. Adding file: /home/bernhardt/Coding/WORKSPACE/ololocpp/bin/Debug/ololocpp
  7. Changing directory to: /home/bernhardt/Coding/WORKSPACE/ololocpp/.
  8. Set variable: LD_LIBRARY_PATH=.:
  9.  
  10. [debug]Command-line: /usr/bin/gdb -nx -fullname -quiet -args /home/bernhardt/Coding/WORKSPACE/ololocpp/bin/Debug/ololocpp
  11. [debug]Working dir : /home/bernhardt/Coding/WORKSPACE/ololocpp
  12.  
  13. Starting debugger: /usr/bin/gdb -nx -fullname -quiet -args /home/bernhardt/Coding/WORKSPACE/ololocpp/bin/Debug/ololocpp
  14. done
  15.  
  16. [debug]Reading symbols from /home/bernhardt/Coding/WORKSPACE/ololocpp/bin/Debug/ololocpp...done.
  17. [debug](gdb)
  18. [debug]> set prompt >>>>>>cb_gdb:
  19.  
  20. Registered new type: wxString
  21. Registered new type: STL String
  22. Registered new type: STL Vector
  23. Setting breakpoints
  24.  
  25. [debug]>>>>>>cb_gdb:
  26. [debug]> show version
  27. [debug]GNU gdb (GDB) 7.6 (Debian 7.6-5)
  28. [debug]Copyright (C) 2013 Free Software Foundation, Inc.
  29. [debug]License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  30. [debug]This is free software: you are free to change and redistribute it.
  31. [debug]There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  32. [debug]and "show warranty" for details.
  33. [debug]This GDB was configured as "x86_64-linux-gnu".
  34. [debug]For bug reporting instructions, please see:
  35. [debug]<http://www.gnu.org/software/gdb/bugs/>.
  36. [debug]>>>>>>cb_gdb:
  37. [debug]> set confirm off
  38.  
  39. Debugger name and version: GNU gdb (GDB) 7.6 (Debian 7.6-5)
  40.  
  41. [debug]>>>>>>cb_gdb:
  42. [debug]> set width 0
  43. [debug]>>>>>>cb_gdb:
  44. [debug]> set height 0
  45. [debug]>>>>>>cb_gdb:
  46. [debug]> set breakpoint pending on
  47. [debug]>>>>>>cb_gdb:
  48. [debug]> set print asm-demangle on
  49. [debug]>>>>>>cb_gdb:
  50. [debug]> set unwindonsignal on
  51. [debug]>>>>>>cb_gdb:
  52. [debug]> set print elements 0
  53. [debug]>>>>>>cb_gdb:
  54. [debug]> set disassembly-flavor intel
  55. [debug]>>>>>>cb_gdb:
  56. [debug]> catch throw
  57. [debug]Function "__cxa_throw" not defined.
  58. [debug]Catchpoint 1 (throw)
  59. [debug]>>>>>>cb_gdb:
  60. [debug]> source /usr/share/codeblocks/scripts/stl-views-1.0.3.gdb
  61. [debug]>>>>>>cb_gdb:
  62. [debug]> directory /home/bernhardt/Coding/WORKSPACE/ololocpp/
  63. [debug]Source directories searched: /home/bernhardt/Coding/WORKSPACE/ololocpp:$cdir:$cwd
  64. [debug]>>>>>>cb_gdb:
  65. [debug]> break "/home/bernhardt/Coding/WORKSPACE/ololocpp/main.cpp:7"
  66. [debug]Breakpoint 2 at 0x400a49: file /home/bernhardt/Coding/WORKSPACE/ololocpp/main.cpp, line 7.
  67. [debug]>>>>>>cb_gdb:
  68. [debug]> tty /dev/pts/2
  69. [debug]Queued:[tty /dev/pts/2]
  70. [debug]>>>>>>cb_gdb:
  71. [debug]> run
  72. [debug]Starting program: /home/bernhardt/Coding/WORKSPACE/ololocpp/bin/Debug/ololocpp
  73. [debug]Do you need "set solib-search-path" or "set sysroot"?
  74. [debug]Breakpoint 2, main (argc=1, argv=0x7fffffffe978) at /home/bernhardt/Coding/WORKSPACE/ololocpp/main.cpp:8
  75. [debug]/home/bernhardt/Coding/WORKSPACE/ololocpp/main.cpp:8:119:beg:0x400a49
  76. [debug]>>>>>>cb_gdb:
  77.  
  78. At /home/bernhardt/Coding/WORKSPACE/ololocpp/main.cpp:8
  79.  
  80. [debug]> bt 30
  81. [debug]#0 main (argc=1, argv=0x7fffffffe978) at /home/bernhardt/Coding/WORKSPACE/ololocpp/main.cpp:8
  82. [debug]>>>>>>cb_gdb:
  83. [debug]> next
  84. [debug][Inferior 1 (process 8725) exited with code 01]
  85. [debug]>>>>>>cb_gdb:
  86.  
  87. [Inferior 1 (process 8725) exited with code 01]
  88.  
  89. [debug]> quit
  90.  
  91. Debugger finished with status 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement