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
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix crash when using PYTHONMALLOC=debug (PR python/24742)
Sergio Durigan Junior
2019-06-28
1
-1
/
+1
*
Make "backtrace" support -OPT options
Pedro Alves
2019-06-13
1
-1
/
+2
*
Remove trailing newlines from help text
Tom Tromey
2019-06-11
1
-2
/
+1
*
Remove newlines from warnings
Tom Tromey
2019-06-10
1
-1
/
+1
*
Use gdbpy_enter in py-breakpoint.c
Tom Tromey
2019-06-10
1
-10
/
+8
*
Add an objfile getter to gdb.Type
Christian Biesinger via gdb-patches
2019-06-04
1
-0
/
+14
*
Fix incorrect use of 'is' operator for comparison in python/lib/gdb/command/p...
Raul Tambre
2019-05-04
1
-2
/
+2
*
gdb: Introduce 'print max-depth' feature
Andrew Burgess
2019-04-29
2
-3
/
+19
*
Make exception handling more efficient
Tom Tromey
2019-04-25
5
-14
/
+14
*
Remove exception_none
Tom Tromey
2019-04-25
3
-6
/
+6
*
Rename python function thread_from_thread_handle to thread_from_handle
Kevin Buettner
2019-04-08
1
-3
/
+9
*
Support buffer objects as handles in Inferior.thread_from_thread_handle()
Kevin Buettner
2019-04-08
1
-3
/
+22
*
Add python method InferiorThread.handle
Kevin Buettner
2019-04-08
1
-0
/
+33
*
Rename gdb exception types
Tom Tromey
2019-04-08
23
-124
/
+124
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
23
-372
/
+248
*
Make exceptions use std::string and be self-managing
Tom Tromey
2019-04-08
1
-1
/
+1
*
Add gdb.Value.format_string ()
Marco Barisione
2019-04-01
1
-0
/
+164
*
More block constification
Tom Tromey
2019-03-24
2
-5
/
+5
*
gdb: Move value_from_host_double into value.c and make more use of it
Andrew Burgess
2019-03-07
1
-5
/
+1
*
Remove some Python 3 #ifs
Tom Tromey
2019-03-05
2
-14
/
+2
*
Remove Python 2.4 and 2.5 support
Tom Tromey
2019-02-27
8
-178
/
+10
*
Use Python 2.[67] / 3.X / PEP 3118 buffer protocol
Kevin Buettner
2019-02-27
1
-56
/
+8
*
Define gdb.Value(bufobj, type) constructor
Kevin Buettner
2019-02-26
1
-10
/
+62
*
Define unique_ptr specialization for Py_buffer.
Kevin Buettner
2019-02-26
1
-0
/
+13
*
Normalize include guards in gdb
Tom Tromey
2019-02-07
10
-30
/
+30
*
Release the GIL while running a gdb command or expression
Tom Tromey
2019-01-30
2
-0
/
+28
*
Normalize includes to use common/
Tom Tromey
2019-01-25
3
-3
/
+3
*
Do not include py-ref.h in most files
Tom Tromey
2019-01-22
25
-25
/
+0
*
Remove duplicate or commented-out #includes
Tom Tromey
2019-01-21
1
-1
/
+0
*
Change all_objfiles adapter to be a method on program_space
Tom Tromey
2019-01-17
4
-5
/
+5
*
Remove most uses of ALL_OBJFILES
Tom Tromey
2019-01-09
3
-29
/
+21
*
Remove ALL_PSPACE_OBJFILES
Tom Tromey
2019-01-09
1
-3
/
+1
*
Fix crash in "finish"
Tom Tromey
2019-01-06
1
-1
/
+1
*
Avoid questionable casts in py-symtab.c
Tom Tromey
2019-01-03
1
-16
/
+23
*
Improve reference counting in py-type.c
Tom Tromey
2019-01-03
1
-32
/
+23
*
Simplify gdbpy_stop_recording
Tom Tromey
2019-01-03
1
-6
/
+2
*
Remove more uses of explicit reference counting in Python
Tom Tromey
2019-01-03
6
-57
/
+26
*
Use a wrapper for PyErr_Fetch
Tom Tromey
2019-01-03
6
-73
/
+103
*
Change inferior_to_inferior_object to return a gdbpy_ref
Tom Tromey
2019-01-02
4
-16
/
+18
*
Style improvements in gdb/python
Tom Tromey
2019-01-02
5
-10
/
+7
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
77
-77
/
+77
*
Add output styles to gdb
Tom Tromey
2018-12-28
1
-2
/
+3
*
Translate PyExc_KeyboardInterrupt to gdb "quit"
Tom Tromey
2018-12-27
1
-1
/
+3
*
Consolidate some Python exception-printing functions
Tom Tromey
2018-12-27
4
-24
/
+19
*
Use gdbpy_convert_exception in a few more spots
Tom Tromey
2018-12-27
4
-12
/
+4
*
Remove more calls to xfree from Python
Tom Tromey
2018-12-27
7
-57
/
+26
*
Avoid find_thread_ptid with null_ptid
Pedro Alves
2018-11-22
1
-2
/
+2
*
Make command-repeat work after gdb.execute
Benno Fünfstück
2018-11-21
1
-1
/
+2
*
invoke_xmethod & array_view
Pedro Alves
2018-11-21
1
-23
/
+17
*
Use gdb:array_view in call_function_by_hand & friends
Pedro Alves
2018-11-21
1
-3
/
+3
[next]