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
/
minsyms.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only clear the minsym array when necessary
Christian Biesinger
2019-10-30
1
-8
/
+14
*
Change some arguments to gdb::string_view instead of name+len
Christian Biesinger
2019-10-29
1
-10
/
+8
*
[gdb] Fix more typos in comments (2)
Tom de Vries
2019-10-26
1
-1
/
+1
*
Handle copy relocations
Tom Tromey
2019-10-02
1
-0
/
+23
*
Use std::sort instead of qsort in minsyms.c
Christian Biesinger
2019-09-30
1
-22
/
+16
*
Convert symtab.h function signatures to use bool instead of int
Christian Biesinger
2019-09-26
1
-2
/
+2
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-2
/
+2
*
Remove lookup_minimal_symbol_solib_trampoline
Tom Tromey
2019-06-26
1
-34
/
+0
*
Remove "struct" from foreach statements
Tom Tromey
2019-05-03
1
-1
/
+1
*
Introduce a separate debug objfile iterator
Tom Tromey
2019-04-10
1
-4
/
+1
*
Remove some uses of "object_files"
Tom Tromey
2019-04-10
1
-16
/
+10
*
Fix buffer overflow regression due to minsym malloc-ed instead of obstack-ed.
Philippe Waroquiers
2019-03-27
1
-8
/
+10
*
Clean up some comments in minsyms.c
Tom Tromey
2019-03-25
1
-42
/
+7
*
Fix regression caused by minimal symbol changes
Tom Tromey
2019-03-18
1
-2
/
+0
*
Change minimal_symbol inheritance
Tom Tromey
2019-03-15
1
-3
/
+3
*
Use memcpy in minimal_symbol_reader::install
Tom Tromey
2019-03-15
1
-3
/
+3
*
Allocate minimal symbols with malloc
Tom Tromey
2019-03-15
1
-13
/
+12
*
Remove minsym termination
Tom Tromey
2019-03-15
1
-37
/
+3
*
Remove some unneeded initializations in minimal_symbol_reader
Tom Tromey
2019-03-15
1
-10
/
+0
*
Use bitset for demangled_hash_languages
Tom Tromey
2019-03-15
1
-7
/
+11
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-1
/
+1
*
Make minimal symbol range adapter a method on objfile
Tom Tromey
2019-01-17
1
-1
/
+1
*
Change all_objfiles adapter to be a method on program_space
Tom Tromey
2019-01-17
1
-1
/
+1
*
Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS
Tom Tromey
2019-01-09
1
-19
/
+21
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Add debug output for recorded minsyms
Simon Marchi
2018-12-21
1
-0
/
+31
*
Fix unsigned overflow in minsyms reader.
John Baldwin
2018-11-09
1
-2
/
+3
*
Silence -Wmaybe-uninitialized warning in minsyms.c:lookup_minimal_symbol_by_p...
Pedro Alves
2018-06-19
1
-13
/
+22
*
target_stack -> current_top_target() throughout
Pedro Alves
2018-06-07
1
-2
/
+3
*
Removing lookup_minimal_symbol_and_objfile
Weimin Pan
2018-05-29
1
-18
/
+0
*
Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible
Simon Marchi
2018-05-20
1
-4
/
+2
*
Convert struct target_ops to C++
Pedro Alves
2018-05-03
1
-1
/
+1
*
For PPC64/ELFv1: Introduce mst_data_gnu_ifunc
Pedro Alves
2018-04-26
1
-14
/
+9
*
Fix stepping past GNU ifunc resolvers (introduce lookup_msym_prefer)
Pedro Alves
2018-04-26
1
-46
/
+31
*
Calling ifunc functions when resolver has debug info, user symbol same name
Pedro Alves
2018-04-26
1
-3
/
+5
*
Remove some cleanups from search_minsyms_for_name
Tom Tromey
2018-04-05
1
-8
/
+5
*
aarch64: Make "info address" resolve TLS variables
Weimin Pan
2018-03-23
1
-14
/
+3
*
language_get_symbol_name_matcher -> get_symbol_name_matcher
Pedro Alves
2018-01-10
1
-3
/
+3
*
Fix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670)
Pedro Alves
2018-01-10
1
-1
/
+20
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Remove some unused variables
Simon Marchi
2017-12-05
1
-2
/
+0
*
Fix setting-breakpoints regression on PPC64 (function descriptors)
Pedro Alves
2017-11-29
1
-8
/
+26
*
Use TOLOWER in SYMBOL_HASH_NEXT
Pedro Alves
2017-11-25
1
-0
/
+1
*
Introduce lookup_name_info and generalize Ada's FULL/WILD name matching
Pedro Alves
2017-11-08
1
-139
/
+230
*
Rename _const functions to use overloading instead
Tom Tromey
2017-09-11
1
-1
/
+1
*
Handle function aliases better (PR gdb/19487, errno printing)
Pedro Alves
2017-08-21
1
-0
/
+17
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Use ui_file_as_string throughout more
Pedro Alves
2016-11-08
1
-11
/
+6
*
Change minimal_symbol_reader::record_full to take a bool
Tom Tromey
2016-10-21
1
-5
/
+4
*
Record minimal symbols directly in reader.
Tom Tromey
2016-10-21
1
-67
/
+39
[next]