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
*
[gdb] Fix more typos in comments (2)
Tom de Vries
2019-10-26
1
-1
/
+1
*
[gdb] Fix more typos in comments
Tom de Vries
2019-10-18
1
-1
/
+1
*
[gdb] Fix typos in comments
Tom de Vries
2019-10-17
1
-1
/
+1
*
gdb: Update comments that reference VEC or vec.h
Andrew Burgess
2019-10-15
1
-4
/
+3
*
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
-1
/
+1
*
Don't include gdbarch.h from defs.h
Tom Tromey
2019-07-10
1
-0
/
+1
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-1
/
+1
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-6
/
+6
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-18
/
+12
*
Move innermost_block_tracker global to parse_state
Tom Tromey
2019-04-04
1
-4
/
+5
*
Have parser reset the innermost block tracker
Tom Tromey
2019-03-23
1
-3
/
+3
*
Add ATTRIBUTE_UNUSED_RESULT to ref_ptr::release
Tom Tromey
2019-03-05
1
-2
/
+2
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-1
/
+1
*
Do not include py-ref.h in most files
Tom Tromey
2019-01-22
1
-1
/
+0
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Return gdbpy_ref from gdbpy_get_varobj_pretty_printer
Tom Tromey
2018-11-04
1
-8
/
+5
*
Simple -Wshadow=local fixes
Tom Tromey
2018-10-04
1
-19
/
+20
*
python: Make two functions return gdbpy_ref<>
Simon Marchi
2018-09-09
1
-3
/
+3
*
Fix segfault when invoking -var-info-path-expression on a dynamic varobj
Jan Vrany
2018-07-31
1
-0
/
+5
*
Use thread_info and inferior pointers more throughout
Pedro Alves
2018-06-21
1
-4
/
+4
*
Change Python code to use new_reference
Tom Tromey
2018-04-30
1
-3
/
+2
*
Use new_reference for struct value
Tom Tromey
2018-04-30
1
-1
/
+1
*
Change varobj to use value_ref_ptr
Tom Tromey
2018-04-06
1
-21
/
+22
*
Introduce a gdb_ref_ptr specialization for struct value
Tom Tromey
2018-04-06
1
-4
/
+4
*
MI: Allow non-raw varobj evaluation
Leszek Swirski via gdb-patches
2018-02-02
1
-1
/
+1
*
gdb: Don't store a thread-id for floating varobj
Andrew Burgess
2018-01-21
1
-1
/
+2
*
gdb: Remove out of date comment
Andrew Burgess
2018-01-21
1
-1
/
+0
*
gdb: PR mi/20395: Fix -var-update for registers in frames 1 and up
Andrew Burgess
2018-01-21
1
-1
/
+2
*
gdb: New API for tracking innermost block
Andrew Burgess
2018-01-21
1
-3
/
+3
*
gdb: Remove duplicate declaration of global innermost_block
Andrew Burgess
2018-01-21
1
-0
/
+1
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Revert unexpected rename in previous patch
Simon Marchi
2017-11-23
1
-3
/
+3
*
Change int -> bool where applicable throughout varobj
Simon Marchi
2017-11-23
1
-145
/
+143
*
Replace VEC (varobj_update_result) with std::vector
Simon Marchi
2017-11-22
1
-89
/
+57
*
Make varobj::children an std::vector
Simon Marchi
2017-11-22
1
-45
/
+40
*
Basic c++ification of varobj
Simon Marchi
2017-11-22
1
-104
/
+29
*
Remove cleanups from mi-cmd-var.c
Tom Tromey
2017-09-29
1
-5
/
+2
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+1
*
RAII-fy make_cleanup_restore_current_thread & friends
Pedro Alves
2017-05-04
1
-4
/
+1
*
-Wwrite-strings: The Rest
Pedro Alves
2017-04-05
1
-1
/
+1
*
Convert lvalue reference type check to general reference type check
Artemiy Volkov
2017-03-20
1
-1
/
+1
*
Use delete instead of xfree for varobj_item
Yao Qi
2017-02-23
1
-2
/
+2
*
Turn gdbpy_ref into a template
Tom Tromey
2017-02-10
1
-6
/
+6
*
Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy
Pedro Alves
2017-02-02
1
-21
/
+8
*
gdb/varobj.c: Fix leak
Pedro Alves
2017-01-31
1
-1
/
+1
*
Remove ensure_python_env
Tom Tromey
2017-01-10
1
-8
/
+0
*
Use gdbpy_enter_varobj in varobj_value_get_print_value
Tom Tromey
2017-01-10
1
-12
/
+9
*
Change type of encoding argument to gdbpy_extract_lazy_string
Tom Tromey
2017-01-10
1
-4
/
+3
*
Use gdbpy_enter_varobj in more of varobj.c
Tom Tromey
2017-01-10
1
-30
/
+14
[next]