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: [RFC] 07/10 non-stop inferior control


> From: Pedro Alves <pedro@codesourcery.com>
> Date: Tue, 6 May 2008 16:49:23 +0100
> 
>    if (ecs->new_thread_event)
>      {
> +      if (non_stop)
> +	/* Non-stop requires a behaving target.  */
> +	internal_error (__FILE__, __LINE__,
> +			"target misreported a new thread in non-stop mode.");
> +

What does this internal_error mean?  The wording of the error message
doesn't seem to justify an internal_error.  What am I missing here?


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