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]

[RFC 0/3] Get rid of var_integer in CLI


Hello,
This patch set can be regarded as the preparation for this series,

  [RFC 0/3] New var_types var_zuinteger_unlimited
  http://sourceware.org/ml/gdb-patches/2012-08/msg00020.html

In this version, we try to get rid of 'var_integer' first and it
will not be used except in Python API.  As the meaning of var_integer
is strange, we'd better not use it any more (but we should keep it
there for Python API).  What do you think?

Regression tested on x86_64-linux.


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