Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. fvollmer@fvollmer-MS-7750:~/openwrt/openwrt$ gdb ./build_dir/target-mips_mips32_musl/linux-brcm47xx_generic/vmlinux.debug
  2. GNU gdb (Ubuntu 8.2.91.20190405-0ubuntu3) 8.2.91.20190405-git
  3. Copyright (C) 2019 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.
  7. Type "show copying" and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14.  
  15. For help, type "help".
  16. Type "apropos word" to search for commands related to "word"...
  17. Reading symbols from ./build_dir/target-mips_mips32_musl/linux-brcm47xx_generic/vmlinux.debug...
  18. (gdb) list *0x8027A97C
  19. 0x8027a97c is in ssb_host_soc_read32 (./arch/mips/include/asm/io.h:434).
  20. 429 __BUILD_MEMORY_PFX(, bwlq, type) \
  21. 430 __BUILD_MEMORY_PFX(__mem_, bwlq, type) \
  22. 431
  23. 432 BUILDIO_MEM(b, u8)
  24. 433 BUILDIO_MEM(w, u16)
  25. 434 BUILDIO_MEM(l, u32)
  26. 435 BUILDIO_MEM(q, u64)
  27. 436
  28. 437 #define __BUILD_IOPORT_PFX(bus, bwlq, type) \
  29. 438 __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) \
  30. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement