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]

[PATCH:doc] GDB/MI attribute names


This patch, slightly paranoid, document the current practice for attribute
names.  I don't want future names to break exiting parsers.

-- 
Nick                                           http://users.snap.net.nz/~nickrob

2009-09-24  Nick Roberts  <nickrob@snap.net.nz>

	* gdb.texinfo (GDB/MI Output Syntax): Document current practice
	for attribute names.


*** gdb.texinfo.~1.628.~	2009-09-22 10:40:52.000000000 +1200
--- gdb.texinfo	2009-09-24 21:58:16.000000000 +1200
*************** the log output is prefixed by @samp{&}.
*** 21260,21265 ****
--- 21260,21268 ----
  New @sc{gdb/mi} commands should only output @var{lists} containing
  @var{values}.
  
+ @item
+ @var{variable} expressions should be alphabetic words or comprise of
+ alphabetic words separated by underscores.
  
  @end itemize
  


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