Advertisement
Guest User

Untitled

a guest
Aug 27th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. $ or32-linux-gdb vmlinux --eval-command='target remote localhost:50001'
  2. Building automata... done, num uncovered: 0/216.
  3. Parsing operands data... done.
  4. GNU gdb (GDB) 7.2-or32-1.0rc3
  5. Copyright (C) 2010 Free Software Foundation, Inc.
  6. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  7. This is free software: you are free to change and redistribute it.
  8. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  9. and "show warranty" for details.
  10. This GDB was configured as "--host=i686-pc-linux-gnu --target=or32-linux".
  11. For bug reporting instructions, please see:
  12. <http://www.gnu.org/software/gdb/bugs/>...
  13. Reading symbols from /data/home/jack/HDL/src/openrisc/toolchain/linux/vmlinux...done.
  14. Remote debugging using localhost:50001
  15. 0x00000704 in ?? ()
  16. (gdb) run
  17. The "remote" target does not support "run". Try "help target" or "continue".
  18. (gdb) cont
  19. Continuing.
  20. ^C
  21. Program received signal SIGINT, Interrupt.
  22. 0x00000700 in ?? ()
  23. (gdb) load
  24. Loading section .text, size 0x201960 lma 0x0
  25. Loading section .rodata, size 0x1e0a0 lma 0x202000
  26. Loading section __ksymtab, size 0x3c30 lma 0x2200a0
  27. Loading section __ksymtab_gpl, size 0x1b90 lma 0x223cd0
  28. Loading section __ksymtab_strings, size 0xbba4 lma 0x225860
  29. Loading section __param, size 0x1f0 lma 0x231404
  30. Loading section .data, size 0x1a6c0 lma 0x232000
  31. Loading section __ex_table, size 0x9f0 lma 0x24c6c0
  32. Loading section .head.text, size 0x4000 lma 0x24e000
  33. Loading section .init.text, size 0x11700 lma 0x252000
  34. Loading section .init.data, size 0x14b04c lma 0x263700
  35. Start address 0xc0000000, load size 3852112
  36. Transfer rate: 189 KB/sec, 15852 bytes/write.
  37. (gdb) jump *0x100
  38. Continuing at 0x100.
  39.  
  40.  
  41. ^C
  42. Program received signal SIGINT, Interrupt.
  43. 0x00000710 in ?? ()
  44. (gdb) cont
  45. Continuing.
  46. ^C
  47. Program received signal SIGINT, Interrupt.
  48. 0x00000748 in ?? ()
  49. (gdb) cont
  50. Continuing.
  51. ^C
  52. Program received signal SIGINT, Interrupt.
  53. 0x00000748 in ?? ()
  54. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement