GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
varobj.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
varobj zero-padded hexadecimal format
Luis Machado
2015-12-09
1
-2
/
+3
*
Add some more casts (2/2)
Simon Marchi
2015-09-25
1
-1
/
+1
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-2
/
+2
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-10
/
+6
*
Mostly trivial enum fixes
Simon Marchi
2015-07-31
1
-1
/
+1
*
Split TRY_CATCH into TRY + CATCH
Pedro Alves
2015-03-07
1
-24
/
+31
*
C++ keyword cleanliness, mostly auto-generated
Pedro Alves
2015-02-27
1
-22
/
+22
*
Finish constification of varobj interface
Simon Marchi
2015-02-10
1
-8
/
+9
*
Fix varobj_delete comment
Simon Marchi
2015-01-30
1
-3
/
+4
*
Mention that create_child takes ownership of the allocated name
Simon Marchi
2015-01-30
1
-1
/
+4
*
Constify some parameters in the varobj code
Simon Marchi
2015-01-30
1
-30
/
+30
*
Set varobj->path_expr in varobj_get_path_expr
Simon Marchi
2015-01-30
1
-4
/
+5
*
Free results of varobj_get_expression
Simon Marchi
2015-01-30
1
-1
/
+2
*
Free results of varobj_get_type and type_to_string
Simon Marchi
2015-01-30
1
-2
/
+8
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Remove spurious exceptions.h inclusions
Gary Benson
2014-10-08
1
-1
/
+0
*
Move `_initialize_varobj' to the end of varobj.c
Maciej W. Rozycki
2014-09-01
1
-18
/
+18
*
Include string.h in common-defs.h
Gary Benson
2014-08-07
1
-2
/
+0
*
Include gdb_assert.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
Improve MI -var-info-path-expression for nested struct/union case.
Andrew Burgess
2014-07-09
1
-10
/
+10
*
constify struct block in some places
Tom Tromey
2014-06-18
1
-1
/
+1
*
Use varobj_is_dynamic_p more widely
Yao Qi
2014-06-12
1
-6
/
+5
*
Rename varobj_pretty_printed_p to varobj_is_dynamic_p
Yao Qi
2014-06-12
1
-1
/
+3
*
Remove #if HAVE_PYTHON
Yao Qi
2014-06-12
1
-15
/
+5
*
Iterate over 'struct varobj_item' instead of PyObject
Yao Qi
2014-06-12
1
-50
/
+26
*
Generalize varobj iterator
Yao Qi
2014-06-12
1
-77
/
+35
*
Use 'struct varobj_item' to represent name and value pair
Yao Qi
2014-06-12
1
-25
/
+40
*
rename "set debugvarobj" to "set debug varobj"
Tom Tromey
2014-05-08
1
-2
/
+2
*
[varobj] false type-changed status for reference to Ada array
Joel Brobecker
2014-03-28
1
-1
/
+10
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
*
Fix typo
Yao Qi
2013-11-19
1
-1
/
+1
*
remove gdb_string.h
Tom Tromey
2013-11-18
1
-1
/
+1
*
Remove varobj_language_string, languages and varobj_languages
Yao Qi
2013-11-07
1
-41
/
+2
*
Rename field 'lang' to 'lang_ops'.
Yao Qi
2013-10-27
1
-15
/
+15
*
New field la_varobj_ops in struct language_defn
Yao Qi
2013-10-25
1
-3
/
+1
*
gdb/
Yao Qi
2013-10-17
1
-1284
/
+44
*
gdb/
Yao Qi
2013-10-14
1
-117
/
+54
*
Fix FIXME: xstrdup should not be here
Yao Qi
2013-10-04
1
-9
/
+9
*
gdb/
Yao Qi
2013-10-01
1
-111
/
+81
*
gdb/
Yao Qi
2013-10-01
1
-14
/
+1
*
gdb/
Yao Qi
2013-10-01
1
-9
/
+0
*
gdb/
Yao Qi
2013-08-29
1
-2
/
+2
*
fix varobj.c
Tom Tromey
2013-05-30
1
-3
/
+1
*
* mi/mi-main.c: Include python-internal.h.
Tom Tromey
2013-05-20
1
-82
/
+100
*
Fix build failure in varobj.c:update_dynamic_varobj_children...
Joel Brobecker
2013-04-09
1
-1
/
+1
*
* ada-lang.c (ada_read_renaming_var_value): Pass const
Keith Seitz
2013-03-12
1
-2
/
+2
*
Fix -Wpointer-sign around strings/encoding conversions.
Pedro Alves
2013-03-07
1
-2
/
+2
*
2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
Aleksandar Ristovski
2013-01-31
1
-1
/
+0
*
Update years in copyright notice for the GDB files.
Joel Brobecker
2013-01-01
1
-1
/
+1
*
Add support for Python 3.
Paul Koning
2012-12-12
1
-6
/
+4
[next]