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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func...
Philippe Waroquiers
2019-11-18
9
-0
/
+21
*
Don't use class-initialization for the owner union
Christian Biesinger
2019-11-18
2
-1
/
+9
*
Use gnulib's strerror_r on MinGW
Christian Biesinger
2019-11-15
11
-122
/
+23
*
Use ctime_r and localtime_r for threadsafety
Christian Biesinger
2019-11-15
3
-3
/
+15
*
Import the time_r gnulib module
Christian Biesinger
2019-11-15
2
-0
/
+10
*
Import the strerror_r-posix module and use it in GDB.
Christian Biesinger
2019-11-15
8
-28
/
+26
*
Update README
Christian Biesinger
2019-11-14
2
-1
/
+24
*
Allow re-assigning to convenience variables
Tom Tromey
2019-11-14
4
-1
/
+33
*
[gdb/doc] Fix typos
Tom de Vries
2019-11-14
4
-31
/
+37
*
gdb: fix build error in unittests/vec-utils-selftests.c
Simon Marchi
2019-11-14
2
-0
/
+14
*
Fix python gdbpy_breakpoint_object leak.
Philippe Waroquiers
2019-11-14
2
-1
/
+6
*
Remove symbol-related static asserts
Tom Tromey
2019-11-13
3
-19
/
+6
*
gdb: Support printf 'z' size modifier
Andrew Burgess
2019-11-12
8
-2
/
+106
*
Make struct symbol inherit from general_symbol_info
Christian Biesinger
2019-11-12
9
-73
/
+109
*
Consolidate setting of current_layout
Tom Tromey
2019-11-12
2
-4
/
+7
*
Move _initialize_tui_layout to end of file
Tom Tromey
2019-11-12
2
-25
/
+30
*
Make TUI resizing tests more robust
Tom Tromey
2019-11-12
8
-46
/
+174
*
Document and extend readline-bindable functions
Tom Tromey
2019-11-11
4
-1
/
+27
*
Document operate-and-get-next
Tom Tromey
2019-11-11
2
-0
/
+11
*
Use getpwuid_r instead of getpwuid
Christian Biesinger
2019-11-11
2
-1
/
+8
*
Fix typo in vFile:pwrite documentation
Tom Tromey
2019-11-11
2
-1
/
+5
*
gdb/python: Introduce gdb.lookup_static_symbols
Andrew Burgess
2019-11-10
9
-0
/
+142
*
gdb/python: smarter symbol lookup for gdb.lookup_static_symbol
Andrew Burgess
2019-11-10
8
-14
/
+109
*
gdb: Add a class to track last display symtab and line information
Andrew Burgess
2019-11-10
3
-73
/
+148
*
gdb: Convert frame_show_address to return a bool
Andrew Burgess
2019-11-10
3
-4
/
+10
*
gdb_vecs.h: Avoid self move assign
Andrew Burgess
2019-11-10
4
-1
/
+75
*
Remove can_highlight from TUI windows
Tom Tromey
2019-11-10
4
-7
/
+12
*
Remove unused constructor declaration from cli_style_option
Tom Tromey
2019-11-10
2
-3
/
+5
*
Constify command_line_input
Tom Tromey
2019-11-08
7
-9
/
+20
*
[gdb/contrib] Add words.sh script
Tom de Vries
2019-11-07
1
-0
/
+129
*
Use strtok_r instead of strtok
Christian Biesinger
2019-11-06
10
-27
/
+56
*
Remove some includes of readline.h
Tom Tromey
2019-11-06
12
-15
/
+22
*
Fix regression from TUI disassembly style patch
Tom Tromey
2019-11-05
2
-2
/
+9
*
Remove la_get_string member
Tom Tromey
2019-11-05
15
-47
/
+23
*
Style disassembly in the TUI
Tom Tromey
2019-11-05
6
-142
/
+205
*
Change tui_source_element::line to have type std::string
Tom Tromey
2019-11-05
5
-6
/
+14
*
Fix ARI warning in symtab.h
Christian Biesinger
2019-11-05
2
-2
/
+7
*
Add static_asserts for the sizes of space-critical structs
Christian Biesinger
2019-11-04
3
-0
/
+25
*
Obsolete Solaris 10 support
Rainer Orth
2019-11-04
5
-3
/
+17
*
[gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (4)
Tom de Vries
2019-11-02
43
-397
/
+359
*
[gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (3)
Tom de Vries
2019-11-02
17
-69
/
+67
*
Simplify print_sys_errmsg
Tom Tromey
2019-11-01
2
-6
/
+5
*
Fix up safe_strerror constification
Tom Tromey
2019-11-01
2
-1
/
+5
*
Move check for strerror_r to common.m4 where it belongs
Christian Biesinger
2019-11-01
7
-7
/
+18
*
[ARM, thumb] Fix disassembling bug after reloading a symbol file
Luis Machado
2019-11-01
5
-10
/
+113
*
gdb: Don't print a newline in language la_print_typedef methods
Andrew Burgess
2019-10-31
8
-10
/
+18
*
gdb: Add new commands to list module variables and functions
Andrew Burgess
2019-10-31
11
-3
/
+586
*
gdb/fortran: Add new 'info modules' command
Andrew Burgess
2019-10-31
13
-9
/
+201
*
NEWS and documentation for $_gdb_setting and $_gdb_setting_str.
Philippe Waroquiers
2019-10-31
4
-1
/
+107
*
Test the convenience functions $_gdb_setting and $_gdb_setting_str.
Philippe Waroquiers
2019-10-31
4
-10
/
+179
[next]