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: [MI non-stop 01/11] Report thread state in -thread-info output.


On Sat, Jun 28, 2008 at 08:34:58PM +0400, Vladimir Prus wrote:
> +	  if (tp->state_ == THREAD_EXITED)
> +	    state = "exited";

  /* This field is internal to thread.c.  Never access it directly,
     use is_running instead.  */
  int state_;

Aren't there accessors you can use here?

-- 
Daniel Jacobowitz
CodeSourcery


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