public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/4] C++ify varobj a little bit
@ 2017-11-18 21:46 Simon Marchi
  2017-11-18 21:46 ` [PATCH 3/4] Replace VEC (varobj_update_result) with std::vector Simon Marchi
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Simon Marchi @ 2017-11-18 21:46 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-11-22 20:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-18 21:46 [PATCH 0/4] C++ify varobj a little bit Simon Marchi
2017-11-18 21:46 ` [PATCH 3/4] Replace VEC (varobj_update_result) with std::vector Simon Marchi
2017-11-18 21:46 ` [PATCH 2/4] Make varobj::children an std::vector Simon Marchi
2017-11-18 21:46 ` [PATCH 4/4] Remove DEF_VEC_P (varobj_p) Simon Marchi
2017-11-18 21:57 ` [PATCH 1/4] Basic c++ification of varobj Simon Marchi
2017-11-21 21:31   ` Yao Qi
2017-11-22 20:04     ` Simon Marchi
2017-11-22 10:44   ` Pedro Alves
2017-11-22 20:05     ` Simon Marchi
2017-11-21 21:36 ` [PATCH 0/4] C++ify varobj a little bit Yao Qi
2017-11-22 20:10   ` Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).