gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / varobj.c
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-10-17  Tom de Vries[gdb] Fix typos in comments
2019-10-15  Andrew Burgessgdb: Update comments that reference VEC or vec.h
2019-10-15  Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-10-10  Christian BiesingerMove declaration of varobjdebug to header
2019-07-10  Tom TromeyDon't include gdbarch.h from defs.h
2019-07-09  Tom TromeyRename common to gdbsupport
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-05  Tom TromeyMove innermost_block_tracker global to parse_state
2019-03-23  Tom TromeyHave parser reset the innermost block tracker
2019-03-05  Tom TromeyAdd ATTRIBUTE_UNUSED_RESULT to ref_ptr::release
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-23  Tom TromeyDo not include py-ref.h in most files
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-04  Tom TromeyReturn gdbpy_ref from gdbpy_get_varobj_pretty_printer
2018-10-05  Tom TromeySimple -Wshadow=local fixes
2018-09-09  Simon Marchipython: Make two functions return gdbpy_ref<>
2018-07-31  Jan VranyFix segfault when invoking -var-info-path-expression...
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-04-30  Tom TromeyChange Python code to use new_reference
2018-04-30  Tom TromeyUse new_reference for struct value
2018-04-06  Tom TromeyChange varobj to use value_ref_ptr
2018-04-06  Tom TromeyIntroduce a gdb_ref_ptr specialization for struct value
2018-02-02  Leszek Swirski via... MI: Allow non-raw varobj evaluation
2018-01-21  Andrew Burgessgdb: Don't store a thread-id for floating varobj
2018-01-21  Andrew Burgessgdb: Remove out of date comment
2018-01-21  Andrew Burgessgdb: PR mi/20395: Fix -var-update for registers in...
2018-01-21  Andrew Burgessgdb: New API for tracking innermost block
2018-01-21  Andrew Burgessgdb: Remove duplicate declaration of global innermost_block
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/
next
This page took 1.09398 seconds and 106 git commands to generate.