This is the mail archive of the gdb-patches@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]

Re: Get backtrace at PLT and stepi into PLT


On Fri, Jul 17, 2009 at 10:12:53PM +0800, Thinker Li wrote:
> It is not working for me.  But, I think I know what is wrong.
> I am debugging a program running on Android.
> Android moves a lot of local symbols to .rel.plt, but
> arm_stub_unwind_sniffer can only recoganize sections named as .plt.
> So, we should teach arm_stub_unwind_sniffer that .rel.plt is alo a
> PLT section.  Right?

.rel.plt is normally a relocation section.  Are you sure it's really
putting code there?

I'd like to see a sample binary, if you could.

-- 
Daniel Jacobowitz
CodeSourcery


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