This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug shlibs/11497] Stepping broken


------- Additional Comments From andre dot poenitz at nokia dot com  2010-04-14 13:37 -------
Maps on the device after gdbserver startup:

/tmp $ cat /proc/5544/maps 

00008000-0000c000 r-xp 00000000 b3:02 16397      /home/developer/n900test
00013000-00014000 rw-p 00003000 b3:02 16397      /home/developer/n900test
41000000-4101c000 r-xp 00000000 fe:01 1997       /lib/ld-2.5.so
41023000-41025000 rw-p 0001b000 fe:01 1997       /lib/ld-2.5.so
bebbb000-bebd0000 rw-p befeb000 00:00 0          [stack]

Maps as seen by gdb after 'attach':


(gdb) target remote 192.168.2.15:10000
Remote debugging using 192.168.2.15:10000
infrun: clear_proceed_status_thread (Thread 5544)
infrun: wait_for_inferior (treat_exec_as_sigtrap=0)
infrun: target_wait (-1, status) =
infrun:   42000 [Thread 5544],
infrun:   status->kind = stopped, signal = SIGTRAP
infrun: infwait_normal_state
infrun: TARGET_WAITKIND_STOPPED
infrun: stop_pc = 0x410008a0
infrun: quietly stopped
infrun: stop_stepping
Reading symbols from /arm-sysroot/lib/ld-linux.so.3...(no debugging symbols
found)...done.
Loaded symbols for /arm-sysroot/lib/ld-linux.so.3
0x410008a0 in ?? ()
(gdb)
(gdb) info shared
>From        To          Syms Read   Shared Object Library
0x000008a0  0x00017950  Yes (*) /arm-sysroot/lib/ld-linux.so.3
(*): Shared library is missing debugging information.
(gdb)


ld-linux.so.3 is identical to some file ld-2.5.so in the sysroot.

There are differences between the sysroot files and the actual files on the device.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11497

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]