Guest User

Untitled

a guest
Jul 21st, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. The Debugger has exited with status 0.
  2. [Session started at 2009-12-31 18:45:33 +0000.]
  3. GNU gdb 6.3.50-20050815 (Apple version gdb-1346) (Fri Sep 18 20:40:51 UTC 2009)
  4. Copyright 2004 Free Software Foundation, Inc.
  5. GDB is free software, covered by the GNU General Public License, and you are
  6. welcome to change it and/or distribute copies of it under certain conditions.
  7. Type "show copying" to see the conditions.
  8. There is absolutely no warranty for GDB. Type "show warranty" for details.
  9. This GDB was configured as "x86_64-apple-darwin".tty /dev/ttys001
  10. Loading program into debugger…
  11. sharedlibrary apply-load-rules all
  12. Program loaded.
  13. run
  14. [Switching to process 93944]
  15. Running…
  16. Current language: auto; currently c++
  17. (gdb) continue
  18. Hello World!!!
  19.  
  20. Debugger stopped.
  21. Program exited with status value:0.
Add Comment
Please, Sign In to add comment