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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
solib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Constify solib_name_from_address
Tom Tromey
2022-06-07
1
-1
/
+1
*
gdb: remove symbol value macros
Simon Marchi
2022-04-11
1
-2
/
+2
*
Unify gdb printf functions
Tom Tromey
2022-03-29
1
-12
/
+12
*
Remove some uses of printf_unfiltered
Tom Tromey
2022-03-29
1
-7
/
+7
*
PR gdb/27570: missing support for debuginfod in core_target::build_file_mappings
Aaron Merey
2022-03-21
1
-0
/
+32
*
gdb: Add soname to build-id mapping for core files
Aaron Merey
2022-03-21
1
-0
/
+87
*
Avoid crash with cross-linux core file
Tom Tromey
2022-03-11
1
-4
/
+4
*
Move gdb_regex to gdbsupport
Tom Tromey
2022-01-18
1
-1
/
+1
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
gdb: make string-like set show commands use std::string variable
Simon Marchi
2021-10-03
1
-10
/
+10
*
gdbsupport: make gdb_open_cloexec return scoped_fd
Simon Marchi
2021-09-30
1
-3
/
+4
*
gdb/solib: Refactor scan_dyntag
Aaron Merey
2021-08-18
1
-0
/
+104
*
libthread_db initialization changes related to upcoming glibc-2.34
Kevin Buettner
2021-06-11
1
-2
/
+7
*
gdb: remove add_alias_cmd overload that accepts a string
Simon Marchi
2021-05-27
1
-7
/
+8
*
gdb: make add_info_alias accept target as a cmd_list_element
Simon Marchi
2021-05-27
1
-3
/
+4
*
gdbsupport, gdb: give names to observers
Simon Marchi
2021-04-24
1
-2
/
+3
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
gdb: add inferior_execd observable
Simon Marchi
2020-12-04
1
-0
/
+4
*
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
Simon Marchi
2020-11-02
1
-25
/
+25
*
Change add_target_sections to method on program_space
Tom Tromey
2020-10-29
1
-1
/
+1
*
Change remove_target_sections to method on program_space
Tom Tromey
2020-10-29
1
-3
/
+3
*
Change clear_program_space_solib_cache to method on program_space
Tom Tromey
2020-10-29
1
-1
/
+1
*
Remove symfile_objfile macro
Tom Tromey
2020-10-29
1
-1
/
+2
*
[gdb] Fix segfault in solib_contains_address_p
Tom de Vries
2020-10-14
1
-0
/
+3
*
Change target_section_table to std::vector alias
Tom Tromey
2020-10-12
1
-2
/
+2
*
build_section_table cannot fail
Tom Tromey
2020-10-12
1
-5
/
+1
*
Use a std::vector in target_section_table
Tom Tromey
2020-10-12
1
-19
/
+14
*
Remove target_has_execution macro
Tom Tromey
2020-09-28
1
-2
/
+2
*
Remove ALL_SO_LIBS and so_list_head
Tom Tromey
2020-05-08
1
-32
/
+18
*
gdb: add back declarations for _initialize functions
Simon Marchi
2020-01-13
1
-1
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
Make the objfile destructor private
Tom Tromey
2019-12-12
1
-2
/
+2
*
Replace int with bool in solib.c
Christian Biesinger
2019-11-25
1
-45
/
+39
*
Remove some includes of readline.h
Tom Tromey
2019-11-06
1
-1
/
+1
*
[gdb] Fix more typos in comments
Tom de Vries
2019-10-18
1
-1
/
+1
*
Remove the ui_out_style_kind enum
Tom Tromey
2019-10-01
1
-1
/
+2
*
Replace solib_global_lookup with gdbarch_iterate_over_objfiles_in_search_order
Christian Biesinger
2019-09-20
1
-15
/
+0
*
bfd macro conversion to inline functions
Alan Modra
2019-09-20
1
-3
/
+3
*
bfd_get_filename
Alan Modra
2019-09-06
1
-1
/
+1
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-2
/
+2
*
Add file name styling to "info sharedlibrary"
Tom Tromey
2019-05-14
1
-1
/
+1
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-4
/
+4
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-12
/
+8
*
Remove null_block_symbol
Tom Tromey
2019-03-24
1
-1
/
+1
*
Change minimal_symbol inheritance
Tom Tromey
2019-03-15
1
-2
/
+1
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-2
/
+2
*
Change all_objfiles adapter to be a method on program_space
Tom Tromey
2019-01-17
1
-1
/
+1
*
Replace "the the" with "the"
Tom Tromey
2019-01-17
1
-1
/
+1
*
Remove most uses of ALL_OBJFILES
Tom Tromey
2019-01-09
1
-4
/
+8
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
[next]