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
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Class-ify ui_out
Simon Marchi
2016-12-22
2
-47
/
+47
*
Create subobject value in pretty printer
Yao Qi
2016-11-21
1
-10
/
+1
*
Make gdb.PendingFrame.read_register handle "user" registers.
Kevin Buettner
2016-11-16
1
-1
/
+6
*
Remove apply_val_pretty_printer parameter valaddr
Yao Qi
2016-11-11
2
-7
/
+6
*
Use unique_xmalloc_ptr in Python code
Tom Tromey
2016-11-09
15
-197
/
+147
*
Fix some error-handling bugs in python frame filters
Tom Tromey
2016-11-08
1
-3
/
+15
*
Use ui_file_as_string throughout more
Pedro Alves
2016-11-08
1
-2
/
+2
*
Use ui_file_as_string in gdb/python/
Pedro Alves
2016-11-08
6
-31
/
+19
*
Use ui_file_as_string in execute_command_to_string
Pedro Alves
2016-11-08
1
-13
/
+6
*
Fix ext lang calls to value_struct_elt.
Doug Evans
2016-11-07
1
-1
/
+2
*
python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate.
Doug Evans
2016-11-07
1
-3
/
+1
*
Make symfile_add_flags and objfile->flags strongly typed
Pedro Alves
2016-10-26
1
-2
/
+1
*
Remove make_cleanup_restore_current_uiout
Tom Tromey
2016-10-21
1
-1
/
+1
*
Use RAII to save and restore scalars
Tom Tromey
2016-10-21
1
-9
/
+3
*
python: accept address and explicit locations in gdb.decode_line
Markus Metzger
2016-10-07
1
-1
/
+1
*
Fix gdb.Value->python conversion for large unsigned ints.
Doug Evans
2016-10-06
1
-1
/
+4
*
Avoid -Wduplicated-cond warnings in gdb/python
Tom Tromey
2016-09-20
2
-0
/
+4
*
Introduce cleanup to restore current_uiout
Simon Marchi
2016-09-16
1
-1
/
+2
*
PR python/18565 - make Frame.function work for inline frames
Tom Tromey
2016-08-03
1
-1
/
+5
*
Add missing newline to py-breakpoint.c
Tom Tromey
2016-07-14
1
-0
/
+1
*
Remove unused variables
Tom Tromey
2016-07-14
1
-2
/
+1
*
PR python/15620, PR python/18620 - breakpoint events in Python
Tom Tromey
2016-07-13
3
-0
/
+62
*
PR python/17698 - add Breakpoint.pending
Tom Tromey
2016-07-13
1
-0
/
+20
*
use user_breakpoint_p in python code
Tom Tromey
2016-07-13
1
-4
/
+4
*
PR python/19293 - invalidate frame cache when unwinders change
Tom Tromey
2016-07-12
3
-0
/
+18
*
Fix PR python/20129 - use of non-existing variable
Tom Tromey
2016-06-29
1
-2
/
+2
*
Fix use of a dangling pointer for Python breakpoint objects
Pierre-Marie de Rodat
2016-06-27
1
-0
/
+1
*
Support structure offsets that are 512K or larger.
David Taylor
2016-06-24
2
-2
/
+2
*
Make gdbpy_parameter static
Tom Tromey
2016-06-23
2
-2
/
+1
*
PR gdb/16483 - simplify "info frame-filters" output
Tom Tromey
2016-06-23
1
-32
/
+24
*
Make instream be per UI
Pedro Alves
2016-06-21
1
-1
/
+2
*
Introduce interpreter factories
Pedro Alves
2016-06-21
1
-1
/
+1
*
Make the interpreters be per UI
Pedro Alves
2016-06-21
1
-6
/
+6
*
PR python/19819 - remove unused globals from py-xmethods.c
Tom Tromey
2016-06-09
1
-12
/
+0
*
Fix PR python/18984
Tom Tromey
2016-06-02
1
-2
/
+2
*
fix spelling of HAVE_LIBPYTHON2_4 in py-value.c
Tom Tromey
2016-05-25
1
-2
/
+2
*
Fix PR python/17386 - add __index__ method to gdb.Value
Tom Tromey
2016-05-24
1
-1
/
+7
*
add nb_inplace_divide for python 2
Tom Tromey
2016-05-24
1
-0
/
+3
*
Fix PR python/17981
Tom Tromey
2016-05-24
1
-2
/
+2
*
Fix PR python/19438, PR python/18393 - initialize dictionaries
Tom Tromey
2016-05-23
2
-2
/
+8
*
remove trivialy unused variables
Trevor Saunders
2016-05-07
10
-24
/
+0
*
Fix gdb/python/python.c use-after-free
Pedro Alves
2016-05-03
1
-1
/
+4
*
Remove gdb/python/python.c code that handles strlen failing with -1
Pedro Alves
2016-05-03
1
-5
/
+0
*
Add missing sentinel 'char *' casts in concat/reconcat calls
Pedro Alves
2016-04-21
1
-2
/
+2
*
Eliminate clear_quit_flag
Pedro Alves
2016-04-12
1
-11
/
+0
*
Make Python use a struct serial event
Pedro Alves
2016-04-12
1
-19
/
+14
*
python: Use console format for output of gdb.execute command
Catalin Udma
2016-03-31
1
-0
/
+7
*
python/py-utils.c (host_string_to_python_string): New function.
Doug Evans
2016-03-29
7
-21
/
+22
*
Add $_as_string convenience function
Simon Marchi
2016-03-10
1
-0
/
+39
*
python/19506 -- gdb.Breakpoint address location regression
Keith Seitz
2016-02-09
1
-2
/
+3
[next]