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: [rfc] Simplify ppc64_sysv_abi_adjust_breakpoint_address


On Thu, 2008-10-09 at 20:04 +0200, Ulrich Weigand wrote:
> Luis Machado wrote:
> 
> > This is a very specific case where i fetch the so called entry-point
> > from the auxv table in a 64-bit ppc binary. It shows the function
> > descriptor's address.
> > 
> > 9    AT_ENTRY             Entry point of program         0x100111d0
> > 
> > (gdb) x/g 0x100111d0
> > 0x100111d0 <_start>:    0x000000001000053c
> 
> I see.  Couldn't you just use
>   b _start
> and everything should work as expected?
> 
> Bye,
> Ulrich

That would work OK. It's just that this was something GDB did in the
past, and it's not doing anymore. So i'm just checking if we want to
keep it this way and consider the user knows what he's doing or not.

Luis


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