Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <ac131313@cygnus.com>
To: "H . J . Lu" <hjl@lucon.org>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [hjl@lucon.org: Re: Does gdb 5.2 work with statically linked thread application under Linux?]
Date: Fri, 15 Mar 2002 18:51:00 -0000	[thread overview]
Message-ID: <3C92B31A.3000702@cygnus.com> (raw)
In-Reply-To: <20020313095415.B9484@lucon.org>

> --- gdb/corelow.c.static	Wed Mar  6 22:30:49 2002
> +++ gdb/corelow.c	Thu Mar  7 15:01:41 2002
> @@ -303,6 +303,9 @@ core_open (char *filename, int from_tty)
>  	     filename, bfd_errmsg (bfd_get_error ()));
>      }
>  
> +  if (target_corefile_hook)
> +    target_corefile_hook ();
> +
>    /* Looks semi-reasonable.  Toss the old core file and work on the new.  */
>  
>    discard_cleanups (old_chain);	/* Don't free filename any more */
> --- gdb/target.c.static	Wed Mar  6 22:31:31 2002


> --- gdb/thread-db.c.static	Wed Mar  6 22:31:31 2002
> +++ gdb/thread-db.c	Thu Mar  7 14:59:09 2002
> @@ -479,13 +479,25 @@ disable_thread_signals (void)
>  }


The below just feels wrong.  The hook is pulling the thread stratum off 
the stack when, as far as I can tell, there is no compelling reason for 
doing this.

``hey'' something has happened.  At this point, nothing has happened.
>  static void
> +thread_db_corefile (void)
> +{
> +  if (using_thread_db)
> +    {
> +      /* If the thread_db target is active, deactivate it now.  */
> +      gdb_assert (proc_handle.pid == 0);
> +      unpush_target (&thread_db_ops);
> +      using_thread_db = 0;
> +    }
> +
> +  keep_thread_db = 0;
> +}

It is possible to have thread, process and core-file stratum 
simultaneously.  Changing the core-file shouldn't quietly zap the thread 
stratum on top of the process stratum.

I suspect the real problem here is a limitation in the current target 
frame work - it doesn't accomodate having two instances of the thread 
stratum active (one for the process and one for the core file) active at 
the same time :-(

Andrew



  reply	other threads:[~2002-03-16  2:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-13  9:50 Daniel Jacobowitz
2002-03-13  9:54 ` H . J . Lu
2002-03-15 18:51   ` Andrew Cagney [this message]
2002-03-15 19:20     ` Daniel Jacobowitz
2002-03-15 19:56       ` Andrew Cagney
2002-03-15 20:16         ` Daniel Jacobowitz
2002-03-15 20:48           ` Andrew Cagney

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=3C92B31A.3000702@cygnus.com \
    --to=ac131313@cygnus.com \
    --cc=gdb-patches@sources.redhat.com \
    --cc=hjl@lucon.org \
    /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