Age | Commit message (Expand) | Author | Files | Lines |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-09-01 | Move `_initialize_varobj' to the end of varobj.c | Maciej W. Rozycki | 1 | -18/+18 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-09 | Improve MI -var-info-path-expression for nested struct/union case. | Andrew Burgess | 1 | -10/+10 |
2014-06-18 | constify struct block in some places | Tom Tromey | 1 | -1/+1 |
2014-06-12 | Use varobj_is_dynamic_p more widely | Yao Qi | 1 | -6/+5 |
2014-06-12 | Rename varobj_pretty_printed_p to varobj_is_dynamic_p | Yao Qi | 1 | -1/+3 |
2014-06-12 | Remove #if HAVE_PYTHON | Yao Qi | 1 | -15/+5 |
2014-06-12 | Iterate over 'struct varobj_item' instead of PyObject | Yao Qi | 1 | -50/+26 |
2014-06-12 | Generalize varobj iterator | Yao Qi | 1 | -77/+35 |
2014-06-12 | Use 'struct varobj_item' to represent name and value pair | Yao Qi | 1 | -25/+40 |
2014-05-08 | rename "set debugvarobj" to "set debug varobj" | Tom Tromey | 1 | -2/+2 |
2014-03-28 | [varobj] false type-changed status for reference to Ada array | Joel Brobecker | 1 | -1/+10 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-19 | Fix typo | Yao Qi | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-11-07 | Remove varobj_language_string, languages and varobj_languages | Yao Qi | 1 | -41/+2 |
2013-10-27 | Rename field 'lang' to 'lang_ops'. | Yao Qi | 1 | -15/+15 |
2013-10-25 | New field la_varobj_ops in struct language_defn | Yao Qi | 1 | -3/+1 |
2013-10-17 | gdb/ | Yao Qi | 1 | -1284/+44 |
2013-10-14 | gdb/ | Yao Qi | 1 | -117/+54 |
2013-10-04 | Fix FIXME: xstrdup should not be here | Yao Qi | 1 | -9/+9 |
2013-10-01 | gdb/ | Yao Qi | 1 | -111/+81 |
2013-10-01 | gdb/ | Yao Qi | 1 | -14/+1 |
2013-10-01 | gdb/ | Yao Qi | 1 | -9/+0 |
2013-08-29 | gdb/ | Yao Qi | 1 | -2/+2 |
2013-05-30 | fix varobj.c | Tom Tromey | 1 | -3/+1 |
2013-05-20 | * mi/mi-main.c: Include python-internal.h. | Tom Tromey | 1 | -82/+100 |
2013-04-09 | Fix build failure in varobj.c:update_dynamic_varobj_children... | Joel Brobecker | 1 | -1/+1 |
2013-03-12 | * ada-lang.c (ada_read_renaming_var_value): Pass const | Keith Seitz | 1 | -2/+2 |
2013-03-07 | Fix -Wpointer-sign around strings/encoding conversions. | Pedro Alves | 1 | -2/+2 |
2013-01-31 | 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com> | Aleksandar Ristovski | 1 | -1/+0 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-12 | Add support for Python 3. | Paul Koning | 1 | -6/+4 |
2012-12-03 | * ada-exp.y (write_object_renaming, write_var_or_type) | Tom Tromey | 1 | -1/+1 |
2012-08-06 | PR python/14386: | Tom Tromey | 1 | -3/+0 |
2012-08-02 | gdb/ | Yao Qi | 1 | -8/+8 |
2012-07-30 | http://sourceware.org/ml/gdb-patches/2012-07/msg00551.html | Andrew Burgess | 1 | -8/+7 |
2012-07-19 | PR exp/13206: | Tom Tromey | 1 | -1/+3 |
2012-06-27 | PR macros/7961: | Tom Tromey | 1 | -3/+8 |
2012-04-14 | gdb/doc/ChangeLog: | Anton Gorenkov | 1 | -37/+148 |
2012-03-28 | New varobj language callback: value_is_changeable_p. | Joel Brobecker | 1 | -54/+79 |
2012-03-28 | Varobj support for Ada. | Joel Brobecker | 1 | -7/+77 |
2012-03-28 | framework for varobj type mutation | Joel Brobecker | 1 | -8/+105 |
2012-03-01 | 2012-03-01 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -1/+1 |
2012-03-01 | remove dead code in varobj.c:c_value_of_variable | Joel Brobecker | 1 | -5/+0 |
2012-02-07 | * gdbtypes.h (struct main_type): Change type of name,tag_name, | Doug Evans | 1 | -2/+2 |
2012-01-12 | PR mi/10586 | Keith Seitz | 1 | -27/+129 |
2012-01-09 | * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy. | Doug Evans | 1 | -3/+2 |