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
/
solib-svr4.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[gdb] Fix more typos in comments
Tom de Vries
2019-10-18
1
-2
/
+2
*
Change iterate_over_breakpoints to take a function_view
Christian Biesinger
2019-10-15
1
-5
/
+5
*
gdb: fix formatting in solib-svr4.c
Simon Marchi
2019-09-21
1
-2
/
+2
*
Replace solib_global_lookup with gdbarch_iterate_over_objfiles_in_search_order
Christian Biesinger
2019-09-20
1
-19
/
+37
*
bfd_section_* macros
Alan Modra
2019-09-19
1
-32
/
+27
*
Check arguments for all probes before using them
Alan Hayward
2019-09-02
1
-4
/
+14
*
Use gdbarch for probe::get_argument_count
Alan Hayward
2019-09-02
1
-1
/
+1
*
Refactor svr4_create_solib_event_breakpoints
Alan Hayward
2019-09-02
1
-67
/
+60
*
Allow passing a block to lookup_global_symbol_from_objfile
Christian Biesinger
2019-07-24
1
-1
/
+2
*
Remove newlines from warnings
Tom Tromey
2019-06-10
1
-1
/
+1
*
Convert solib-svr4.c to type-safe registry API
Tom Tromey
2019-05-08
1
-44
/
+32
*
solib-svr4: Pass down svr4_info as much as possible
Simon Marchi
2019-04-22
1
-43
/
+41
*
Fix "nosharedlibrary + continue + shared lib event" crash
Pedro Alves
2019-04-22
1
-3
/
+43
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-6
/
+6
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-18
/
+12
*
Remove null_block_symbol
Tom Tromey
2019-03-24
1
-1
/
+1
*
Handle an edge case for minisym TLS variable lookups.
John Baldwin
2019-03-12
1
-0
/
+5
*
Remove last cleanups from solib-svr4.c
Tom Tromey
2019-03-06
1
-7
/
+10
*
Remove cleanup from solib-svr4.c
Tom Tromey
2019-03-06
1
-30
/
+10
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Handle 64-bit Solaris/x86 ld.so.1
Rainer Orth
2018-09-19
1
-1
/
+5
*
Make read_program_headers_from_bfd return a gdb::byte_vector
Simon Marchi
2018-08-22
1
-37
/
+21
*
Make read_program_header return a gdb::byte_vector
Simon Marchi
2018-08-22
1
-71
/
+60
*
Fix formatting in solib-svr4.c
Simon Marchi
2018-08-19
1
-4
/
+4
*
Fix debugging of stripped PIE executables with padded PT_TLS
Michael Spang
2018-08-19
1
-2
/
+6
*
Remove resume_section_map_updates_cleanup
Tom Tromey
2018-06-18
1
-58
/
+59
*
target_stack -> current_top_target() throughout
Pedro Alves
2018-06-07
1
-11
/
+12
*
Convert struct target_ops to C++
Pedro Alves
2018-05-03
1
-9
/
+9
*
Make target_read_alloc & al return vectors
Simon Marchi
2018-04-07
1
-3
/
+3
*
Remove some cleanups from solib-svr4.c
Tom Tromey
2018-03-30
1
-46
/
+16
*
Change target_read_string to use unique_xmalloc_ptr
Tom Tromey
2018-03-30
1
-6
/
+4
*
Convert observers to C++
Tom Tromey
2018-03-19
1
-1
/
+1
*
Replace VEC(gdb_xml_value_s) with std::vector
Simon Marchi
2018-01-07
1
-8
/
+10
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Convert generic probe interface to C++ (and perform some cleanups)
Sergio Durigan Junior
2017-11-22
1
-18
/
+18
*
Get rid of VEC(probe_p)
Simon Marchi
2017-10-27
1
-20
/
+9
*
Return unique_xmalloc_ptr from target_read_stralloc
Tom Tromey
2017-10-16
1
-12
/
+4
*
Eliminate catch_errors
Pedro Alves
2017-10-10
1
-8
/
+2
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Remove make_cleanup_free_so
Tom Tromey
2017-08-03
1
-18
/
+6
*
Class-ify lm_info_svr4
Simon Marchi
2017-04-28
1
-6
/
+8
*
Make various lm_info implementations inherit from a base class
Simon Marchi
2017-04-28
1
-58
/
+53
*
Remove unused parameter in solib_add and update_solib_list
Marc-Andre Laperle
2017-03-20
1
-3
/
+3
*
Use class to manage BFD reference counts
Tom Tromey
2017-01-10
1
-16
/
+15
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
PR 20569, segv in follow_exec
Sandra Loosemore
2016-10-26
1
-1
/
+5
*
Delete target_so_ops->special_symbol_handling hook
Philipp Rudo
2016-10-21
1
-9
/
+0
*
remove trivialy unused variables
Trevor Saunders
2016-05-07
1
-1
/
+0
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Constify arguments of gdb_bfd_lookup_symbol and related functions
Simon Marchi
2015-10-13
1
-2
/
+2
[next]