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
/
ChangeLog
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
1
-0
/
+12
*
Don't use class-initialization for the owner union
Christian Biesinger
2019-11-18
1
-0
/
+5
*
Use gnulib's strerror_r on MinGW
Christian Biesinger
2019-11-15
1
-0
/
+10
*
Use ctime_r and localtime_r for threadsafety
Christian Biesinger
2019-11-15
1
-0
/
+7
*
Import the time_r gnulib module
Christian Biesinger
2019-11-15
1
-0
/
+5
*
Import the strerror_r-posix module and use it in GDB.
Christian Biesinger
2019-11-15
1
-0
/
+9
*
Update README
Christian Biesinger
2019-11-14
1
-0
/
+4
*
Allow re-assigning to convenience variables
Tom Tromey
2019-11-14
1
-0
/
+5
*
gdb: fix build error in unittests/vec-utils-selftests.c
Simon Marchi
2019-11-14
1
-0
/
+5
*
Fix python gdbpy_breakpoint_object leak.
Philippe Waroquiers
2019-11-14
1
-0
/
+5
*
Remove symbol-related static asserts
Tom Tromey
2019-11-13
1
-0
/
+6
*
gdb: Support printf 'z' size modifier
Andrew Burgess
2019-11-12
1
-0
/
+11
*
Make struct symbol inherit from general_symbol_info
Christian Biesinger
2019-11-12
1
-0
/
+39
*
Consolidate setting of current_layout
Tom Tromey
2019-11-12
1
-0
/
+6
*
Move _initialize_tui_layout to end of file
Tom Tromey
2019-11-12
1
-0
/
+4
*
Make TUI resizing tests more robust
Tom Tromey
2019-11-12
1
-0
/
+8
*
Document and extend readline-bindable functions
Tom Tromey
2019-11-11
1
-0
/
+5
*
Use getpwuid_r instead of getpwuid
Christian Biesinger
2019-11-11
1
-0
/
+4
*
gdb/python: Introduce gdb.lookup_static_symbols
Andrew Burgess
2019-11-10
1
-0
/
+10
*
gdb/python: smarter symbol lookup for gdb.lookup_static_symbol
Andrew Burgess
2019-11-10
1
-0
/
+6
*
gdb: Add a class to track last display symtab and line information
Andrew Burgess
2019-11-10
1
-0
/
+27
*
gdb: Convert frame_show_address to return a bool
Andrew Burgess
2019-11-10
1
-0
/
+6
*
gdb_vecs.h: Avoid self move assign
Andrew Burgess
2019-11-10
1
-0
/
+6
*
Remove can_highlight from TUI windows
Tom Tromey
2019-11-10
1
-0
/
+9
*
Remove unused constructor declaration from cli_style_option
Tom Tromey
2019-11-10
1
-0
/
+5
*
Constify command_line_input
Tom Tromey
2019-11-08
1
-0
/
+10
*
Use strtok_r instead of strtok
Christian Biesinger
2019-11-06
1
-0
/
+10
*
Remove some includes of readline.h
Tom Tromey
2019-11-06
1
-0
/
+14
*
Fix regression from TUI disassembly style patch
Tom Tromey
2019-11-05
1
-0
/
+6
*
Remove la_get_string member
Tom Tromey
2019-11-05
1
-0
/
+21
*
Style disassembly in the TUI
Tom Tromey
2019-11-05
1
-0
/
+27
*
Change tui_source_element::line to have type std::string
Tom Tromey
2019-11-05
1
-0
/
+8
*
Fix ARI warning in symtab.h
Christian Biesinger
2019-11-05
1
-0
/
+5
*
Add static_asserts for the sizes of space-critical structs
Christian Biesinger
2019-11-04
1
-0
/
+6
*
Obsolete Solaris 10 support
Rainer Orth
2019-11-04
1
-0
/
+8
*
Simplify print_sys_errmsg
Tom Tromey
2019-11-01
1
-0
/
+4
*
Fix up safe_strerror constification
Tom Tromey
2019-11-01
1
-0
/
+4
*
Move check for strerror_r to common.m4 where it belongs
Christian Biesinger
2019-11-01
1
-0
/
+6
*
[ARM, thumb] Fix disassembling bug after reloading a symbol file
Luis Machado
2019-11-01
1
-0
/
+12
*
gdb: Don't print a newline in language la_print_typedef methods
Andrew Burgess
2019-10-31
1
-0
/
+12
*
gdb: Add new commands to list module variables and functions
Andrew Burgess
2019-10-31
1
-0
/
+18
*
gdb/fortran: Add new 'info modules' command
Andrew Burgess
2019-10-31
1
-0
/
+19
*
NEWS and documentation for $_gdb_setting and $_gdb_setting_str.
Philippe Waroquiers
2019-10-31
1
-0
/
+5
*
Implement convenience functions to examine GDB settings.
Philippe Waroquiers
2019-10-31
1
-0
/
+10
*
Don't read agent symbols when disabled
Christian Biesinger
2019-10-31
1
-0
/
+7
*
Regenerate config.in
Christian Biesinger
2019-10-31
1
-0
/
+4
*
Use strerror_r in safe_strerror if available
Christian Biesinger
2019-10-31
1
-0
/
+11
*
[ARM] Store exception handling information per-bfd instead of per-objfile
Luis Machado
2019-10-31
1
-0
/
+8
*
Convert int to bool in agent.c
Christian Biesinger
2019-10-31
1
-0
/
+13
*
Only clear the minsym array when necessary
Christian Biesinger
2019-10-30
1
-0
/
+8
[next]