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
/
symtab.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdb: add back declarations for _initialize functions
Simon Marchi
2020-01-13
1
-1
/
+2
*
Fix memory leak of the demangled symbol name
Christian Biesinger
2020-01-09
1
-9
/
+13
*
Change section_offsets to a std::vector
Tom Tromey
2020-01-08
1
-8
/
+6
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
Make symbol_set_names a member function
Christian Biesinger
2019-12-27
1
-22
/
+22
*
Use a member function to set a symbol's language
Christian Biesinger
2019-12-16
1
-9
/
+7
*
Use an accessor function for general_symbol_info::language
Christian Biesinger
2019-12-16
1
-31
/
+29
*
gdb/mi: Add -max-results parameter to some -symbol-info-* commands
Andrew Burgess
2019-12-04
1
-22
/
+31
*
gdb: Split global symbol search into separate functions
Andrew Burgess
2019-12-04
1
-195
/
+231
*
Fix leak of symbol name in block_symbol_cache
Philippe Waroquiers
2019-12-03
1
-14
/
+27
*
Precompute hash value for symbol_set_names
Christian Biesinger
2019-11-27
1
-3
/
+6
*
gdb: Split print_symbol_info into two parts
Andrew Burgess
2019-11-27
1
-34
/
+56
*
gdb: Introduce global_symbol_searcher
Andrew Burgess
2019-11-27
1
-92
/
+69
*
Demangle minsyms in parallel
Tom Tromey
2019-11-26
1
-9
/
+12
*
Remove unused rbreak_command_wrapper and other declarations
Simon Marchi
2019-11-26
1
-8
/
+0
*
Replace SYMBOL_*_NAME accessors with member functions
Christian Biesinger
2019-11-22
1
-21
/
+19
*
Replace the MSYMBOL_*_NAME macros with member functions
Christian Biesinger
2019-11-22
1
-38
/
+30
*
Create a correctly-sized demangled names hashtable
Christian Biesinger
2019-11-22
1
-2
/
+12
*
Make struct symbol inherit from general_symbol_info
Christian Biesinger
2019-11-12
1
-19
/
+8
*
gdb: Don't print a newline in language la_print_typedef methods
Andrew Burgess
2019-10-31
1
-4
/
+2
*
gdb: Add new commands to list module variables and functions
Andrew Burgess
2019-10-31
1
-0
/
+348
*
gdb/fortran: Add new 'info modules' command
Andrew Burgess
2019-10-31
1
-4
/
+33
*
Change some arguments to gdb::string_view instead of name+len
Christian Biesinger
2019-10-29
1
-18
/
+19
*
Only make a nullterminated string if we need to
Christian Biesinger
2019-10-29
1
-18
/
+19
*
Revert unintentional change in symtab.c
Christian Biesinger
2019-10-25
1
-1
/
+1
*
Don't make an extra copy + allocation of the demangled name
Christian Biesinger
2019-10-25
1
-25
/
+13
*
[gdb/breakpoints] Fix fullname.exp when run from symlink dir
Tom de Vries
2019-10-23
1
-0
/
+3
*
Make demangled_name_entry::language not a bitfield
Christian Biesinger
2019-10-22
1
-1
/
+1
*
Fix compile error & incorrect push
Christian Biesinger
2019-10-22
1
-5
/
+18
*
Add a fast_hash function in common-utils
Christian Biesinger
2019-10-22
1
-1
/
+2
*
Store the mangled name as a string_view
Christian Biesinger
2019-10-22
1
-7
/
+8
*
[gdb] Fix more typos in comments
Tom de Vries
2019-10-18
1
-1
/
+1
*
Handle copy relocations
Tom Tromey
2019-10-02
1
-0
/
+44
*
Search global block from basic_lookup_symbol_nonlocal
Andrew Burgess
2019-10-02
1
-28
/
+13
*
Use new %p format suffixes in gdb
Pedro Alves
2019-10-01
1
-12
/
+12
*
Convert symtab.h function signatures to use bool instead of int
Christian Biesinger
2019-09-26
1
-37
/
+37
*
Replace solib_global_lookup with gdbarch_iterate_over_objfiles_in_search_order
Christian Biesinger
2019-09-20
1
-5
/
+1
*
bfd_section_* macros
Alan Modra
2019-09-19
1
-9
/
+6
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-7
/
+7
*
Change the type of copy_names from int to bool
Christian Biesinger
2019-09-11
1
-1
/
+1
*
Simplify psym_map_matching_symbols
Tom Tromey
2019-09-10
1
-0
/
+15
*
Change iterate_over_symbols to return bool
Tom Tromey
2019-09-10
1
-9
/
+4
*
gdb/fortran: Don't include module symbols when searching for types
Andrew Burgess
2019-08-28
1
-1
/
+2
*
gdb: Add new -n flag to some info commands
Andrew Burgess
2019-08-27
1
-17
/
+103
*
Factor out the common code in lookup_{static,global}_symbol
Christian Biesinger
2019-08-26
1
-57
/
+45
*
Fix compile warning in symtab.c
Christian Biesinger
2019-08-24
1
-6
/
+5
*
Make first and last lines of 'command help documentation' consistent.
Philippe Waroquiers
2019-08-07
1
-2
/
+1
*
Replace int with enum block_enum where appropriate.
Christian Biesinger
2019-08-06
1
-6
/
+9
*
New "info sources" args [-dirname | -basename] [--] [REGEXP]
Philippe Waroquiers
2019-08-03
1
-8
/
+151
*
Allow passing a block to lookup_global_symbol_from_objfile
Christian Biesinger
2019-07-24
1
-2
/
+5
[next]