Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Re: remote debugging threads
@ 2003-06-10  2:05 Raja Saleru
  0 siblings, 0 replies; 3+ messages in thread
From: Raja Saleru @ 2003-06-10  2:05 UTC (permalink / raw)
  To: Daniel Jacobowitz, Gdb Redhat

Dear Sir,
Thank you very much. I will look in depth and raise the question if I get.

If  theread support is disabled, then also gdb server side does  the
symbolic address finding ? I think not, am I right ? please clarify me.

How can I get all the gdb mailing list into my inbox ? like rtems.

Regards
Raja Saleru



On Mon, Jun 09, 2003 at 06:55:14PM +0900, Raja Saleru wrote:
>
> Hi
>
> In gdbserver source file Linux_low.c look at the following data structure
>
> static struct target_ops linux_target_ops = {
> linux_create_inferior,
> linux_attach,
> linux_kill,
> linux_thread_alive,
> linux_resume,
> linux_wait,
> linux_fetch_registers,
> linux_store_registers,
> linux_read_memory,
> linux_write_memory,
> linux_look_up_symbols,
> };
>
> the last member linux_look_up_symbols, what this function does ?
>
> This is assigned to the following function
>
> linux_look_up_symbols (void)
> {
> #ifdef USE_THREAD_DB
> if (using_threads)
> return;
>
> using_threads = thread_db_init ();
> #endif
> }
>
> Actually where it does any symbol related functionality ?
>
> can anybody clarrify these questions ? Thanks in advance

If you look at the linuxthreads_db/ directory in glibc source, you'll
see the trick - thread_db_init calls back into the application. Take a
look at gdbserver/proc-service.c, function ps_pglobal_lookup.

--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer

.


^ permalink raw reply	[flat|nested] 3+ messages in thread
* remote debugging threads
@ 2003-06-09 10:03 Raja Saleru
  2003-06-09 13:21 ` Daniel Jacobowitz
  0 siblings, 1 reply; 3+ messages in thread
From: Raja Saleru @ 2003-06-09 10:03 UTC (permalink / raw)
  To: Gdb Redhat


Hi

For remote debugging the linux threads what are things to be taken care
while
building the GDB and GDB Server ?

Regards
Raja Saleru




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

end of thread, other threads:[~2003-06-10  2:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-10  2:05 remote debugging threads Raja Saleru
  -- strict thread matches above, loose matches on Subject: below --
2003-06-09 10:03 Raja Saleru
2003-06-09 13:21 ` Daniel Jacobowitz

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