This is the mail archive of the gdb-prs@sources.redhat.com 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: gdb/672: GDB/MI -var-update change of syntax.


The following reply was made to PR gdb/672; it has been noted by GNATS.

From: Andrew Cagney <ac131313@ges.redhat.com>
To: alain@qnx.com
Cc: gdb-gnats@sources.redhat.com
Subject: Re: gdb/672: GDB/MI  -var-update change of syntax.
Date: Mon, 26 Aug 2002 15:15:33 -0400

 >>Number:         672
 >>Category:       gdb
 >>Synopsis:       GDB/MI  -var-update change of syntax.
 >>Confidential:   no
 >>Severity:       serious
 >>Priority:       medium
 >>Responsible:    unassigned
 >>State:          open
 >>Class:          sw-bug
 >>Submitter-Id:   net
 >>Arrival-Date:   Mon Aug 26 11:38:01 PDT 2002
 >>Closed-Date:
 >>Last-Modified:
 >>Originator:     alain@qnx.com
 >>Release:        unknown-1.0
 >>Organization:
 >>Environment:
 > 
 > 
 >>Description:
 > 
 >> > - var-update syntax is:
 >> > 
 >> >     ^done,changelist={name="var3",in_scope="true",type_changed="false",
 >> >      name="var2",in_scope="true",type_changed="false"}
 >> > 
 >> > how about taking advantabe of the MI List:
 >> > 
 >> >     ^done,changelist=[{name="var3",in_scope="true",type_changed="false"},
 >> >      {name="var2",in_scope="true",type_changed="false"}]
 >> > 
 >> > which will regroup every object updates.
 
 FYI, this problem is pretty generic. The last round of syntax changes 
 which added explicit lists, missed varobj :-(
 
 Andrew
 
 


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