Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- =thread-group-added,id="i1"
- GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
- Copyright (C) 2018 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law. Type "show copying"
- and "show warranty" for details.
- This GDB was configured as "x86_64-linux-gnu".
- Type "show configuration" for configuration details.
- For bug reporting instructions, please see:
- <http://www.gnu.org/software/gdb/bugs/>.
- Find the GDB manual and other documentation resources online at:
- <http://www.gnu.org/software/gdb/documentation/>.
- For help, type "help".
- Type "apropos word" to search for commands related to "word".
- Warning: Debuggee TargetArchitecture not detected, assuming x86_64.
- =cmd-param-changed,param="pagination",value="off"
- Stopped due to shared library event (no libraries added or removed)
- Loaded '/lib64/ld-linux-x86-64.so.2'. Symbols loaded.
- Breakpoint 1, main () at /home/gt/Codeforces/temp.cpp:6
- 6 ios::sync_with_stdio(0);
- Breakpoint 2, main () at /home/gt/Codeforces/temp.cpp:10
- 10 cout << "Hello World";
- Loaded '/usr/lib/x86_64-linux-gnu/libstdc++.so.6'. Symbols loaded.
- Loaded '/lib/x86_64-linux-gnu/libc.so.6'. Symbols loaded.
- Loaded '/lib/x86_64-linux-gnu/libm.so.6'. Symbols loaded.
- Loaded '/lib/x86_64-linux-gnu/libgcc_s.so.1'. Symbols loaded.
- 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