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


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

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


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