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: [PATCH] Fixes problem setting breakpoint in dynamic loader


Dan Jacobowitz wrote:
> The threading tests are a remote-specific problem.  gdbserver asks
> "where's __nptl_create_event?" and gdb was responding with the .opd
> location.  We need to give the function instead, since gdbserver is
> going to put a breakpoint there.  This requires handling memory reads
> (from the .opd entry) during qSymbol conversations.

Nice!  I've had a local hack in our tree to fix this, but your solution
is a lot cleaner.  Thanks for taking care of this.

> Any comments on this patch?

Looks OK to me.

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]