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: [PATCH] Unbounded array support implemented (for Modula-2)


  Could you explain why you need to add 
TSIZE as a synonym of SIZE?
  Is it just a matter of parser shift/reduce conflicts?
  Is TSIZE a modula-2 function?

  Is your change in gdb.texinfo in a modula-2 specific
area?
  Modula-2 is not the only language supporting unbounded
arrays, I would be interested in using the same kind of code for 
pascal language support. 
  Maybe a more general approach would be useful?


  One more remark:
in m2_unbounded_array function, it would probably
be better to honor the value of the show argument,
and to only output something if show is non-zero.


Pierre Muller
GDB pascal language support maintainer





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