Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Michael Snyder <msnyder@vmware.com>
To: Pedro Alves <pedro@codesourcery.com>
Cc: "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>
Subject: Re: [RFA] Resubmit reverse debugging [4/5]
Date: Thu, 09 Oct 2008 01:20:00 -0000	[thread overview]
Message-ID: <48ED5BD0.7050107@vmware.com> (raw)
In-Reply-To: <200810090135.56035.pedro@codesourcery.com>

Pedro Alves wrote:

>> +/* finish_backward -- helper function for finish_command.  */
>> +
>> +static void
>> +finish_backward (struct symbol *function, struct thread_info *tp)
>> +{
>> +  struct symtab_and_line sal;
>> +  struct breakpoint *breakpoint;
>> +  struct cleanup *old_chain;
>> +  CORE_ADDR func_addr;
>> +  int back_up;
>> +
>> +  if (find_pc_partial_function (get_frame_pc (get_current_frame ()),
>> +                               NULL, &func_addr, NULL) == 0)
>> +    internal_error (__FILE__, __LINE__,
>> +                   _("Finish: couldn't find function."));
>> +
> 
> Still internal_error?

Sorry, it's an artifact of the fact that I've been on a
fork for so long.  When I copied this code from finish_command,
the code that I copied had a similar call to internal_error.

In fact, finish_command_continuation still does.
In fact, it's the same call that used to be in "finish_command".

So what should it be?  Just "error"?

>> +  sal = find_pc_line (func_addr, 0);
>> +
>> +  /* TODO: Let's not worry about async until later.  */
>> +
> 
> Should be an error here instead of on finish_command ...
> (keep reading)

OK, I forgot to remove the comment...

But I put the error in finish_command, because that is
where all of the necessary information is available.

In order to put the error here, I would have to add
more function parameters and pass more information.

I think I understand that you think it would be more "local"
to put the error here -- but is it worth it if it makes us
add complexity?

finish_command already tests a number of things, including
whether we are async and (now) whether we are reverse, and
contains a number of error calls already.




  reply	other threads:[~2008-10-09  1:20 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-08  2:22 Michael Snyder
2008-10-08 23:38 ` Pedro Alves
2008-10-08 23:55   ` Michael Snyder
2008-10-09  0:36 ` Pedro Alves
2008-10-09  1:20   ` Michael Snyder [this message]
2008-10-09  2:12     ` Pedro Alves
2008-10-09  2:39       ` Michael Snyder
2008-10-09  3:21         ` Pedro Alves
2008-10-09  2:49       ` Michael Snyder
2008-10-09  3:11         ` Pedro Alves
2008-10-17 19:47 ` Michael Snyder

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=48ED5BD0.7050107@vmware.com \
    --to=msnyder@vmware.com \
    --cc=gdb-patches@sourceware.org \
    --cc=pedro@codesourcery.com \
    /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