Share Pastebin
Guest
Public paste!

hendry

By: a guest | Nov 1st, 2007 | Syntax: None | Size: 1.05 KB | Hits: 21 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. won$ gdb /Applications/Firefox.app/Contents/MacOS/firefox-bin
  2. GNU gdb 6.3.50-20050815 (Apple version gdb-573) (Fri Oct 20 15:50:43 GMT 2006)
  3. Copyright 2004 Free Software Foundation, Inc.
  4. GDB is free software, covered by the GNU General Public License, and you are
  5. welcome to change it and/or distribute copies of it under certain conditions.
  6. Type "show copying" to see the conditions.
  7. There is absolutely no warranty for GDB.  Type "show warranty" for details.
  8. This GDB was configured as "i386-apple-darwin"...Reading symbols for shared libraries ................... done
  9.  
  10. (gdb) run
  11. Starting program: /Applications/Firefox.app/Contents/MacOS/firefox-bin
  12. Reading symbols for shared libraries .................++++...............................................++............+++++ done
  13. Reading symbols for shared libraries . done
  14. Reading symbols for shared libraries . done
  15. Reading symbols for shared libraries . done
  16. Reading symbols for shared libraries . done
  17.  
  18. Program received signal SIGSTOP, Stopped (signal).
  19. 0x917ed8e1 in _DSGetRectAndReason ()
  20. (gdb)