gdb: use a range based for loop when iterating over an array
[binutils-gdb.git] / gdb / varobj.c
2022-02-14 Tom TromeyRemove LA_PRINT_STRING
2022-01-26 Simon Marchigdb: add string_file::release method
2022-01-18 Tom TromeyMove gdb_regex to gdbsupport
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-11-18 Simon Marchigdbsupport: make gdb_assert_not_reached accept a format...
2021-08-02 Tom TromeyAvoid crash in varobj deletion
2021-01-28 Simon Marchigdb: rename get_type_arch to type::arch
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-16 Tom TromeyIntroduce expression::first_opcode
2020-12-11 Tom Tromeyinstall_variable cannot fail
2020-12-11 Tom TromeyUse gdbpy_ref in instantiate_pretty_printer
2020-12-11 Tom TromeyRemove varobj_clear_saved_item
2020-12-11 Tom TromeyChange varobj_item::value to a value_ref_ptr
2020-12-11 Tom TromeyChange varobj_dynamic::child_iter to unique_ptr
2020-12-11 Tom TromeyChange varobj_dynamic::saved_item to unique_ptr
2020-12-11 Tom TromeyChange varobj_iter::next to return unique_ptr
2020-12-11 Tom TromeyC++-ify varobj iteration
2020-12-11 Tom TromeyChange all_root_varobjs to take a function_view
2020-12-11 Tom TromeyChange varobj.c:rootlist to a std::list
2020-12-11 Tom TromeyUse htab_t in varobj
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-16 Andrew Burgessgdb: Convert language_data::la_varobj_ops to a method
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...
next