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] Allow gdbserver to dynamically lookup libthread_db.so.1


Since you're touching this, how about loading a thread_db per-process
like gdb/linux-thread-db.c already does?

Did you intend to remove this?

> -  /* If the thread layer is not (yet) initialized, fail.  */
> -  if (!get_thread_process (thread)->all_symbols_looked_up)
> -    return TD_ERR;
> -

> -AC_PREREQ(2.59)dnl
> +AC_PREREQ(2.64)dnl

This should be a separate change.

-- 
Pedro Alves


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