Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Finding ld.so dynamic loader
@ 2008-01-30 16:42 Michael Eager
  2008-01-30 16:51 ` Daniel Jacobowitz
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Michael Eager @ 2008-01-30 16:42 UTC (permalink / raw)
  To: gdb

I've been reading through solib_open() in solib.c and the way
that the code searches for the dynamic loader doesn't make sense
to me, especially when using gdbserver to debug a program on
a remote system.  Perhaps someone can explain to me why it is correct.

solib_open() is called by enable_break() with the name of
the dynamic loader, say, "/lib/ld.so.1".  The comments at
the top of solib_open() say:

  125    * If there is a solib_absolute_prefix and path is absolute:
  126    *   Search for solib_absolute_prefix/path.
  127    * else
  128    *   Look for it literally (unmodified).
  129    * Look in SOLIB_SEARCH_PATH.
  130    * If available, use target defined search function.
  131    * If solib_absolute_prefix is NOT set, perform the following two searches:
  132    *   Look in inferior's $PATH.
  133    *   Look in inferior's $LD_LIBRARY_PATH.

If solib_absolute_prefix is empty (true for almost all targets) and
/lib/ld.so.1 exists on the host system, this will be opened in
preference to either one specified on the SOLIB_SEARCH_PATH or using a
target search path.

This seems incorrect.  The dynamic loader on the host system
may not be the same as on the target system, and in the case
of cross development, may not even have the same architecture.
Shouldn't the search using the unmodified name be the last choice,
not the first?

Can someone explain to me how gdb is supposed to find the correct
ld.so or why I'm looking at this incorrectly?

-- 
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-01-31 11:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-30 16:42 Finding ld.so dynamic loader Michael Eager
2008-01-30 16:51 ` Daniel Jacobowitz
2008-01-30 17:00   ` Michael Eager
2008-01-30 17:47     ` Daniel Jacobowitz
2008-01-30 18:31       ` Michael Eager
2008-01-30 16:53 ` Michael Eager
2008-01-30 18:28 ` Mark Kettenis
2008-01-30 18:45   ` Michael Eager
2008-01-30 19:04     ` Paul Koning
2008-01-30 21:06       ` Michael Eager
2008-01-30 21:30         ` Mark Kettenis
2008-01-31 11:27         ` Michael Snyder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox