Guest User

DBG CONSOLE

a guest
May 14th, 2019
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. =thread-group-added,id="i1"
  2. GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
  3. Copyright (C) 2018 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word".
  16. Warning: Debuggee TargetArchitecture not detected, assuming x86_64.
  17. =cmd-param-changed,param="pagination",value="off"
  18. Stopped due to shared library event (no libraries added or removed)
  19. Loaded '/lib64/ld-linux-x86-64.so.2'. Symbols loaded.
  20.  
  21. Breakpoint 1, main () at /home/gt/Codeforces/temp.cpp:6
  22. 6 ios::sync_with_stdio(0);
  23.  
  24. Breakpoint 2, main () at /home/gt/Codeforces/temp.cpp:10
  25. 10 cout << "Hello World";
  26. Loaded '/usr/lib/x86_64-linux-gnu/libstdc++.so.6'. Symbols loaded.
  27. Loaded '/lib/x86_64-linux-gnu/libc.so.6'. Symbols loaded.
  28. Loaded '/lib/x86_64-linux-gnu/libm.so.6'. Symbols loaded.
  29. Loaded '/lib/x86_64-linux-gnu/libgcc_s.so.1'. Symbols loaded.
  30. Execute debugger commands using "-exec <command>", for example "-exec info registers" will list registers in use (when GDB is the debugger)
Add Comment
Please, Sign In to add comment