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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdb: Update comments that reference VEC or vec.h
Andrew Burgess
2019-10-15
1
-1
/
+1
*
gdb: Remove vec.{c,h} and update code to not include vec.h
Andrew Burgess
2019-10-15
1
-1
/
+0
*
Move declaration of varobjdebug to header
Christian Biesinger
2019-10-10
1
-0
/
+5
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-1
/
+1
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-1
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Change varobj to use value_ref_ptr
Tom Tromey
2018-04-06
1
-1
/
+2
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Change int -> bool where applicable throughout varobj
Simon Marchi
2017-11-23
1
-31
/
+31
*
Remove DEF_VEC_P (varobj_p)
Simon Marchi
2017-11-22
1
-3
/
+0
*
Replace VEC (varobj_update_result) with std::vector
Simon Marchi
2017-11-22
1
-11
/
+18
*
Make varobj::children an std::vector
Simon Marchi
2017-11-22
1
-6
/
+6
*
Basic c++ification of varobj
Simon Marchi
2017-11-22
1
-12
/
+15
*
Remove cleanups from mi-cmd-var.c
Tom Tromey
2017-09-29
1
-1
/
+1
*
-Wwrite-strings: The Rest
Pedro Alves
2017-04-05
1
-1
/
+1
*
Remove ensure_python_env
Tom Tromey
2017-01-10
1
-2
/
+0
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Use unique_xmalloc_ptr in Python code
Tom Tromey
2016-11-09
1
-1
/
+2
*
Use ui_file_as_string throughout more
Pedro Alves
2016-11-08
1
-36
/
+34
*
Remove Java support
Tom Tromey
2016-10-06
1
-1
/
+0
*
varobj: Cleanup dead code
Simon Marchi
2016-02-07
1
-2
/
+4
*
Fix some comments in varobj.{c,h}
Simon Marchi
2016-01-31
1
-3
/
+3
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
varobj zero-padded hexadecimal format
Luis Machado
2015-12-09
1
-1
/
+2
*
C++ keyword cleanliness, mostly auto-generated
Pedro Alves
2015-02-27
1
-2
/
+2
*
Finish constification of varobj interface
Simon Marchi
2015-02-10
1
-6
/
+7
*
Mention which return values need to be freed in lang_varobj_ops
Simon Marchi
2015-02-02
1
-4
/
+8
*
Constify some parameters in the varobj code
Simon Marchi
2015-01-30
1
-28
/
+30
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Improve MI -var-info-path-expression for nested struct/union case.
Andrew Burgess
2014-07-09
1
-0
/
+9
*
Rename varobj_pretty_printed_p to varobj_is_dynamic_p
Yao Qi
2014-06-12
1
-1
/
+1
*
Generalize varobj iterator
Yao Qi
2014-06-12
1
-0
/
+2
*
mark *_varobj_ops as "extern"
Tom Tromey
2014-02-20
1
-4
/
+4
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
*
Remove varobj_language_string, languages and varobj_languages
Yao Qi
2013-11-07
1
-11
/
+1
*
New field la_varobj_ops in struct language_defn
Yao Qi
2013-10-25
1
-0
/
+1
*
Minor coding style fixes in varobj.h
Joel Brobecker
2013-10-25
1
-7
/
+7
*
gdb/
Yao Qi
2013-10-17
1
-0
/
+80
*
gdb/
Yao Qi
2013-10-14
1
-0
/
+79
*
gdb/
Yao Qi
2013-10-06
1
-1
/
+2
*
gdb/
Yao Qi
2013-10-01
1
-1
/
+1
*
Update years in copyright notice for the GDB files.
Joel Brobecker
2013-01-01
1
-2
/
+1
*
Copyright year update in most files of the GDB Project.
Joel Brobecker
2012-01-04
1
-2
/
+2
*
gdb/
Jean-Charles Delay
2011-07-18
1
-1
/
+1
*
Fix ARI warning about function names in first column.
Pierre Muller
2011-03-14
1
-2
/
+2
*
2011-01-11 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2011-01-12
1
-8
/
+8
*
2011-01-05 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2011-01-05
1
-2
/
+3
*
run copyright.sh for 2011.
Joel Brobecker
2011-01-01
1
-1
/
+1
*
Update copyright year in most headers.
Joel Brobecker
2010-01-01
1
-1
/
+1
*
gdb
Tom Tromey
2009-09-15
1
-4
/
+28
[next]