Skip to content

Instantly share code, notes, and snippets.

@Nokius
Created April 11, 2015 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nokius/de7d656e912ba05cb368 to your computer and use it in GitHub Desktop.
Save Nokius/de7d656e912ba05cb368 to your computer and use it in GitHub Desktop.
sh-3.2# gdb test_sensors
GNU gdb (GDB) Mer (7.5.1+git3)
Copyright (C) 2012 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 "armv7hl-meego-linux-gnueabi".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/test_sensors...(no debugging symbols found)...done.
(gdb) source /home/nemo/Downloads/load_sym_files.py
(gdb) r
Starting program: /usr/bin/test_sensors
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
0xb6dc2576 in ?? ()
(gdb) load
load load-sym-files
(gdb) load-sym-files /
add symbol table from file "//system/lib/hw/sensors.msm8960.so" at
.text_addr = 0xb6cc9000
Missing separate debuginfo for /system/lib/hw/sensors.msm8960.so
add symbol table from file "//system/lib/libsensor_reg.so" at
.text_addr = 0xb6cd9000
Missing separate debuginfo for /system/lib/libsensor_reg.so
add symbol table from file "//system/lib/libidl.so" at
.text_addr = 0xb6cdd000
Missing separate debuginfo for /system/lib/libidl.so
add symbol table from file "//system/lib/libsensor1.so" at
.text_addr = 0xb6ce1000
Missing separate debuginfo for /system/lib/libsensor1.so
add symbol table from file "//system/lib/libgccdemangle.so" at
.text_addr = 0xb6ceb000
Missing separate debuginfo for /system/lib/libgccdemangle.so
add symbol table from file "//system/lib/libcorkscrew.so" at
.text_addr = 0xb6cf2000
Missing separate debuginfo for /system/lib/libcorkscrew.so
add symbol table from file "//system/lib/libutils.so" at
.text_addr = 0xb6cf7000
Missing separate debuginfo for /system/lib/libutils.so
add symbol table from file "//system/lib/hw/sensors.msm8960.so" at
.text_addr = 0xb6d0d000
add symbol table from file "//system/lib/libm.so" at
.text_addr = 0xb6d1d000
Missing separate debuginfo for /system/lib/libm.so
add symbol table from file "//system/lib/libstdc++.so" at
.text_addr = 0xb6d38000
Missing separate debuginfo for /system/lib/libstdc++.so
add symbol table from file "//system/lib/libc.so" at
.text_addr = 0xb6d94000
Missing separate debuginfo for /system/lib/libc.so
add symbol table from file "//system/lib/libcutils.so" at
.text_addr = 0xb6def000
Missing separate debuginfo for /system/lib/libcutils.so
add symbol table from file "//system/lib/liblog.so" at
.text_addr = 0xb6fce000
Missing separate debuginfo for /system/lib/liblog.so
add symbol table from file "//system/lib/libhardware.so" at
.text_addr = 0xb6fd3000
Missing separate debuginfo for /system/lib/libhardware.so
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment