]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/varobj.c
Update copyright year range in all GDB files
[thirdparty/binutils-gdb.git] / gdb / varobj.c
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-23  Simon MarchiRevert unexpected rename in previous patch
2017-11-23  Simon MarchiChange int -> bool where applicable throughout varobj
2017-11-22  Simon MarchiReplace VEC (varobj_update_result) with std::vector
2017-11-22  Simon MarchiMake varobj::children an std::vector
2017-11-22  Simon MarchiBasic c++ification of varobj
2017-09-30  Tom TromeyRemove cleanups from mi-cmd-var.c
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-05-04  Pedro AlvesRAII-fy make_cleanup_restore_current_thread & friends
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-03-20  Artemiy VolkovConvert lvalue reference type check to general referenc...
2017-02-23  Yao QiUse delete instead of xfree for varobj_item
2017-02-10  Tom TromeyTurn gdbpy_ref into a template
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-31  Pedro Alvesgdb/varobj.c: Fix leak
2017-01-11  Tom TromeyRemove ensure_python_env
2017-01-11  Tom TromeyUse gdbpy_enter_varobj in varobj_value_get_print_value
2017-01-11  Tom TromeyChange type of encoding argument to gdbpy_extract_lazy_...
2017-01-11  Tom TromeyUse gdbpy_enter_varobj in more of varobj.c
2017-01-11  Tom TromeyIntroduce gdbpy_enter_varobj and use it
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-10  Tom TromeyUse unique_xmalloc_ptr in Python code
2016-11-08  Pedro AlvesUse ui_file_as_string throughout more
2016-11-08  Pedro Alves'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
2016-07-21  Pedro AlvesRemove unused variable in gdb/varobj.c when built witho...
2016-02-07  Simon Marchivarobj: Cleanup dead code
2016-02-01  Simon MarchiFix some comments in varobj.{c,h}
2016-01-13  Pedro AlvesPer-inferior/Inferior-qualified thread IDs
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-09  Luis Machadovarobj zero-padded hexadecimal format
2015-09-25  Simon MarchiAdd some more casts (2/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-07-31  Simon MarchiMostly trivial enum fixes
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-10  Simon MarchiFinish constification of varobj interface
2015-01-30  Simon MarchiFix varobj_delete comment
2015-01-30  Simon MarchiMention that create_child takes ownership of the alloca...
2015-01-30  Simon MarchiConstify some parameters in the varobj code
2015-01-30  Simon MarchiSet varobj->path_expr in varobj_get_path_expr
2015-01-30  Simon MarchiFree results of varobj_get_expression
2015-01-30  Simon MarchiFree results of varobj_get_type and type_to_string
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-09-01  Maciej W. RozyckiMove `_initialize_varobj' to the end of varobj.c
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-07-09  Andrew BurgessImprove MI -var-info-path-expression for nested struct...
2014-06-18  Tom Tromeyconstify struct block in some places
2014-06-12  Yao QiUse varobj_is_dynamic_p more widely
2014-06-12  Yao QiRename varobj_pretty_printed_p to varobj_is_dynamic_p
2014-06-12  Yao QiRemove #if HAVE_PYTHON
2014-06-12  Yao QiIterate over 'struct varobj_item' instead of PyObject
2014-06-12  Yao QiGeneralize varobj iterator
2014-06-12  Yao QiUse 'struct varobj_item' to represent name and value...
2014-05-08  Tom Tromeyrename "set debugvarobj" to "set debug varobj"
2014-03-28  Joel Brobecker[varobj] false type-changed status for reference to...
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-19  Yao QiFix typo
2013-11-18  Tom Tromeyremove gdb_string.h
2013-11-07  Yao QiRemove varobj_language_string, languages and varobj_lan...
2013-10-27  Yao QiRename field 'lang' to 'lang_ops'.
2013-10-25  Yao QiNew field la_varobj_ops in struct language_defn
2013-10-17  Yao Qigdb/
2013-10-14  Yao Qigdb/
2013-10-04  Yao QiFix FIXME: xstrdup should not be here
2013-10-01  Yao Qigdb/
2013-10-01  Yao Qigdb/
2013-10-01  Yao Qigdb/
2013-08-29  Yao Qigdb/
2013-05-30  Tom Tromeyfix varobj.c
2013-05-20  Tom Tromey * mi/mi-main.c: Include python-internal.h.
2013-04-09  Joel BrobeckerFix build failure in varobj.c:update_dynamic_varobj_chi...
2013-03-12  Keith Seitz * ada-lang.c (ada_read_renaming_var_value): Pass const
2013-03-07  Pedro AlvesFix -Wpointer-sign around strings/encoding conversions.
2013-01-31  Aleksandar Ristovski2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-12  Paul KoningAdd support for Python 3.
2012-12-03  Tom Tromey * ada-exp.y (write_object_renaming, write_var_or_type)
2012-08-06  Tom Tromey PR python/14386:
2012-08-02  Yao Qigdb/
2012-07-30  Andrew Burgesshttp://sourceware.org/ml/gdb-patches/2012-07/msg00551...
2012-07-19  Tom Tromey PR exp/13206:
2012-06-27  Tom Tromey PR macros/7961:
2012-04-14  Anton Gorenkovgdb/doc/ChangeLog:
2012-03-28  Joel BrobeckerNew varobj language callback: value_is_changeable_p.
2012-03-28  Joel BrobeckerVarobj support for Ada.
2012-03-28  Joel Brobeckerframework for varobj type mutation
2012-03-01  Pedro Alves2012-03-01 Pedro Alves <palves@redhat.com>
2012-03-01  Joel Brobeckerremove dead code in varobj.c:c_value_of_variable
2012-02-07  Doug Evans * gdbtypes.h (struct main_type): Change type of name...
2012-01-12  Keith Seitz PR mi/10586
2012-01-09  Doug Evans * gdbtypes.c (safe_parse_type): Initialize type to...
2012-01-09  Keith Seitz * Makefile.in (SFILES): Remove wrapper.c.
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-28  Joel Brobeckervarobj.c:varobj_update minor reformatting
2011-12-22  Tom Tromey PR python/12533:
2011-08-26  Marc Khouzam2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
2011-07-28  Phil Muldoon2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
next