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/binutils-2.44
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.h (varobj_set_frozen): New
Vladimir Prus
2007-04-14
1
-46
/
+121
*
* varobj.c (varobj_create): Keep varobj value
Vladimir Prus
2007-04-01
1
-5
/
+9
*
(varobj_update): Free temporary vectors.
Nick Roberts
2007-02-27
1
-0
/
+3
*
(varobj_update): Remove unused local. Use gdb_assert
Nick Roberts
2007-02-27
1
-6
/
+2
*
* frame.c (deprecated_selected_frame): Rename to...
Daniel Jacobowitz
2007-02-27
1
-3
/
+3
*
2007-02-13 Denis Pilat <denis.pilat@st.com>
Denis Pilat
2007-02-13
1
-23
/
+75
*
* varobj.c (install_new_value): Only call value_get_print_value
Daniel Jacobowitz
2007-02-08
1
-1
/
+1
*
* varobj.c (c_value_of_root, c_value_of_child)
Vladimir Prus
2007-01-24
1
-10
/
+2
*
Refactor getting children name, value and type access
Vladimir Prus
2007-01-24
1
-233
/
+167
*
Fix computation of the 'editable' attribute and
Vladimir Prus
2007-01-24
1
-2
/
+35
*
Fix 'selected frame' varobjs.
Vladimir Prus
2007-01-16
1
-24
/
+12
*
Copyright updates for 2007.
Daniel Jacobowitz
2007-01-09
1
-1
/
+1
*
* varobj.c (install_new_value): Always update print_value.
Daniel Jacobowitz
2007-01-08
1
-6
/
+22
*
(c_value_of_root): Don't select frame if variable
Nick Roberts
2007-01-05
1
-1
/
+2
*
(struct varobj): New member print_value.
Nick Roberts
2007-01-05
1
-18
/
+40
*
(get_type_deref): Fix variable objects for references to
Nick Roberts
2007-01-04
1
-6
/
+11
*
* Makefile.in (eval.o): Update dependencies.
Daniel Jacobowitz
2007-01-04
1
-1
/
+1
*
* varobj.c (varobj_list_children): Stop if the number of children is
Daniel Jacobowitz
2007-01-04
1
-1
/
+7
*
Simplify access to variours properties of child
Vladimir Prus
2007-01-04
1
-118
/
+120
*
gdb/
Vladimir Prus
2007-01-04
1
-204
/
+69
*
Port from Apple's version.
Vladimir Prus
2007-01-04
1
-13
/
+20
*
Warning fixes.
Daniel Jacobowitz
2007-01-03
1
-3
/
+2
*
* NEWS: Mention pointer to member improvements.
Daniel Jacobowitz
2007-01-03
1
-1
/
+0
*
Include block.h.
Nick Roberts
2007-01-01
1
-2
/
+9
*
(varobj_update): Ensure frame is restored when
Nick Roberts
2006-12-08
1
-5
/
+6
*
2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
Vladimir Prus
2006-12-08
1
-7
/
+16
*
2006-12-06 Vladimir Prus <vladimir@codesourcery.com>
Vladimir Prus
2006-12-06
1
-2
/
+3
*
2006-11-29 Vladimir Prus <vladimir@codesourcery.com>
Vladimir Prus
2006-11-29
1
-5
/
+9
*
2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
Vladimir Prus
2006-11-28
1
-124
/
+169
*
gdb/ChangeLog:
Jim Blandy
2006-05-03
1
-3
/
+9
*
(c_name_of_child, c_value_of_child): Allow non-zero
Nick Roberts
2006-03-27
1
-6
/
+7
*
Update copyright notice
Alexandre Oliva
2006-02-14
1
-1
/
+1
*
* doublest.h (DOUBLEST): Use long double only if we can scan
Alexandre Oliva
2006-02-14
1
-1
/
+1
*
* breakpoint.c:
Eli Zaretskii
2005-12-17
1
-3
/
+3
*
2005-07-15 Nick Roberts <nickrob@snap.net.nz>
Daniel Jacobowitz
2005-07-15
1
-1
/
+10
*
2005-04-26 Andrew Cagney <cagney@gnu.org>
Andrew Cagney
2005-04-26
1
-1
/
+1
*
* dwarf2loc.c (dwarf_expr_tls_address): Mark addr as volatile.
Mark Kettenis
2005-03-20
1
-1
/
+1
*
* dwarf2loc.c (loclist_read_variable): Set optimized_out
Daniel Jacobowitz
2005-02-28
1
-4
/
+2
*
2005-02-24 Andrew Cagney <cagney@gnu.org>
Andrew Cagney
2005-02-24
1
-1
/
+7
*
* value.h (value_contents_equal): New prototype.
Mark Kettenis
2005-02-20
1
-52
/
+32
*
2005-02-18 Andrew Cagney <cagney@gnu.org>
Andrew Cagney
2005-02-18
1
-3
/
+8
*
2005-02-10 Andrew Cagney <cagney@gnu.org>
Andrew Cagney
2005-02-11
1
-5
/
+5
*
2005-02-06 Andrew Cagney <cagney@gnu.org>
Andrew Cagney
2005-02-07
1
-3
/
+3
*
2005-02-02 Andrew Cagney <cagney@gnu.org>
Andrew Cagney
2005-02-02
1
-4
/
+4
*
2005-02-01 Andrew Cagney <cagney@gnu.org>
Andrew Cagney
2005-02-02
1
-1
/
+1
*
Index: ChangeLog
Andrew Cagney
2005-01-14
1
-3
/
+4
*
2004-11-12 Andrew Cagney <cagney@gnu.org>
Andrew Cagney
2004-11-12
1
-6
/
+6
*
2004-07-26 Andrew Cagney <cagney@gnu.org>
Andrew Cagney
2004-07-26
1
-1
/
+1
*
2004-06-26 Andrew Cagney <cagney@gnu.org>
Andrew Cagney
2004-06-28
1
-5
/
+5
*
* arm-tdep.c: Include frame-unwind.h, frame-base.h, and
Daniel Jacobowitz
2003-09-03
1
-1
/
+1
[next]