Advertisement
donniezazen

rescuetime_ubuntu

Jan 13th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. gdb rescuetime
  2. GNU gdb (GDB) 7.5-ubuntu
  3. Copyright (C) 2012 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. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /usr/bin/rescuetime...done.
  12. (gdb) run
  13. Starting program: /usr/bin/rescuetime
  14. [Thread debugging using libthread_db enabled]
  15. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  16. [New Thread 0x7ffff2278700 (LWP 7375)]
  17. [New Thread 0x7ffff1a77700 (LWP 7376)]
  18. [New Thread 0x7ffff1276700 (LWP 7378)]
  19. [New Thread 0x7ffff0a75700 (LWP 7379)]
  20. [New Thread 0x7fffd6d30700 (LWP 7882)]
  21. [New Thread 0x7fffd652f700 (LWP 7885)]
  22. [Thread 0x7fffd6d30700 (LWP 7882) exited]
  23. [Thread 0x7ffff1276700 (LWP 7378) exited]
  24. [Thread 0x7ffff1a77700 (LWP 7376) exited]
  25. [Thread 0x7ffff2278700 (LWP 7375) exited]
  26. [Thread 0x7fffd652f700 (LWP 7885) exited]
  27. [Thread 0x7ffff0a75700 (LWP 7379) exited]
  28. [Inferior 1 (process 7348) exited normally]
  29. (gdb) quit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement