This is the mail archive of the gdb@sources.redhat.com 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]

new branch for pie


I have created a new branch ezannoni_pie-20030916-branch for me to use
during development for gdb to support PIE execitables.

I'll start dumping what I have so far on it soon. So far I can 
do a simple 
gdb foo
(gdb) b main
(gdb) run

I am seeing problems in attaching (suspecting that all the relocation
calculations are done/triggered in the wrong spot) and inferior
function calls (entry_point is wrong, not found actually so it
defaults to 0xffffff).

elena


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