[PATCH 0/4] C++ify varobj a little bit

Simon Marchi simon.marchi@polymtl.ca
Sat Nov 18 21:46:00 GMT 2017


This patch series does a basic C++ification of the varobj code, enough
to get rid of the VECs.  It looks regression free according to the
buildbot.

Simon Marchi (4):
  Basic c++ification of varobj
  Make varobj::children an std::vector
  Replace VEC (varobj_update_result) with std::vector
  Remove DEF_VEC_P (varobj_p)

 gdb/ada-varobj.c    |   5 +-
 gdb/mi/mi-cmd-var.c |  62 ++++-----
 gdb/varobj.c        | 362 ++++++++++++++++++----------------------------------
 gdb/varobj.h        |  67 +++++-----
 4 files changed, 189 insertions(+), 307 deletions(-)

-- 
2.15.0



More information about the Gdb-patches mailing list