Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@mvista.com>
To: Raja Saleru <iap_sraja@access.co.jp>
Cc: Gdb Redhat <gdb@sources.redhat.com>
Subject: Re: gdbserver Linux_low.c
Date: Tue, 10 Jun 2003 04:39:00 -0000	[thread overview]
Message-ID: <20030610043925.GA27455@nevyn.them.org> (raw)
In-Reply-To: <3D040614.000001.01632@ADMIN.access.co.jp>

You've started sending mail from 2002 again.  Please fix that.

On Mon, Jun 10, 2002 at 10:51:19AM +0900, Raja Saleru wrote:
> 
> Thank u very much, I will look at in depth.
> 
> If we disable to thread support, then in gdb server side does it also does
> the symbolic adress finding ? I think not.  Im I right ?

I don't know what you mean.

> To get all the posted mailings to my inbox what can I have to do ? can u
> tell me please ?

See http://sources.redhat.com/gdb/ for information on how to subscribe.

> 
> Regards
> Raja S
> 
> 
> 
> 
> 
> -------Original Message-------
>  
> From: Daniel Jacobowitz
> Date: 2003?N06??09?? 22:21:04
> To: Raja Saleru
> Cc: Gdb Redhat
> Subject: Re: gdbserver Linux_low.c
>  
> 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
>  
> .


-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


      parent reply	other threads:[~2003-06-10  4:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-09  9:55 Raja Saleru
2003-06-09 13:21 ` Daniel Jacobowitz
     [not found]   ` <3D040614.000001.01632@ADMIN.access.co.jp>
2003-06-10  4:39     ` Daniel Jacobowitz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030610043925.GA27455@nevyn.them.org \
    --to=drow@mvista.com \
    --cc=gdb@sources.redhat.com \
    --cc=iap_sraja@access.co.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox