- root@(none):/mnt/googleclient/third_party/webrtc/3.18/files# gdb --args out/Debug/../../third_party/gold/gold64 -o out/Debug/libvpx_obj_int_extract -z noexecstack out/Debug/obj.host/libvpx_obj_int_extract/third_party/libvpx/source/libvpx-internal/build/make/obj_int_extract.o -lc
- GNU gdb (GDB) 7.1-ubuntu
- Copyright (C) 2010 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law. Type "show copying"
- and "show warranty" for details.
- This GDB was configured as "x86_64-linux-gnu".
- For bug reporting instructions, please see:
- <http://www.gnu.org/software/gdb/bugs/>...
- Reading symbols from /mnt/googleclient/third_party/webrtc/3.18/files/third_party/gold/gold64...(no debugging symbols found)...done.
- (gdb) break munmap
- Breakpoint 1 at 0x404420
- (gdb) condition 1 $rdi==0x4003a000 && $rsi==20888
- (gdb) run
- Starting program: /mnt/googleclient/third_party/webrtc/3.18/files/third_party/gold/gold64 -o out/Debug/libvpx_obj_int_extract -z noexecstack out/Debug/obj.host/libvpx_obj_int_extract/third_party/libvpx/source/libvpx-internal/build/make/obj_int_extract.o -lc
- [tcsetpgrp failed in terminal_inferior: Inappropriate ioctl for device]
- [tcsetpgrp failed in terminal_inferior: Inappropriate ioctl for device]
- [tcsetpgrp failed in terminal_inferior: Inappropriate ioctl for device]
- [Thread debugging using libthread_db enabled]
- [tcsetpgrp failed in terminal_inferior: Inappropriate ioctl for device]
- Breakpoint 1, munmap () at ../sysdeps/unix/syscall-template.S:82
- 82 ../sysdeps/unix/syscall-template.S: No such file or directory.
- in ../sysdeps/unix/syscall-template.S
- (gdb) x/64 0x4003a000
- 0x4003a000: 1179403647 65794 0 0
- 0x4003a010: 4063234 1 0 0
- 0x4003a020: 64 0 18968 0
- 0x4003a030: 0 3670080 4194310 1900574
- 0x4003a040: 6 4 64 0
- 0x4003a050: 4194368 0 4194368 0
- 0x4003a060: 336 0 336 0
- 0x4003a070: 8 0 3 4
- 0x4003a080: 400 0 4194704 0
- 0x4003a090: 4194704 0 15 0
- 0x4003a0a0: 15 0 1 0
- 0x4003a0b0: 1 5 0 0
- 0x4003a0c0: 4194304 0 4194304 0
- 0x4003a0d0: 9744 0 9744 0
- 0x4003a0e0: 4096 0 1 6
- 0x4003a0f0: 9744 0 4208144 0
- (gdb) c
- Continuing.
- [tcsetpgrp failed in terminal_inferior: Inappropriate ioctl for device]
- Program exited normally.
- (gdb) quit
- root@(none):/mnt/googleclient/third_party/webrtc/3.18/files# hexdump out/Debug/libvpx_obj_int_extract
- 0000000 0000 0000 0000 0000 0000 0000 0000 0000
- *
- 0005190
- root@(none):/mnt/googleclient/third_party/webrtc/3.18/files#