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
/
psymtab.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some includes of readline.h
Tom Tromey
2019-11-06
1
-1
/
+1
*
gdb/fortran: Add new 'info modules' command
Andrew Burgess
2019-10-31
1
-0
/
+2
*
Change some arguments to gdb::string_view instead of name+len
Christian Biesinger
2019-10-29
1
-4
/
+4
*
gdb: re-write add_psymbol_to_list doc, move it to header file
Simon Marchi
2019-09-30
1
-5
/
+1
*
gdb: Don't fault for 'maint print psymbols' when using an index
Andrew Burgess
2019-09-12
1
-7
/
+17
*
Change the type of copy_names from int to bool
Christian Biesinger
2019-09-11
1
-2
/
+2
*
Change map_matching_symbols to take a lookup_name_info
Tom Tromey
2019-09-10
1
-20
/
+7
*
Simplify psym_map_matching_symbols
Tom Tromey
2019-09-10
1
-36
/
+4
*
Change map_matching_symbols to take a symbol_found_callback_ftype
Tom Tromey
2019-09-10
1
-19
/
+19
*
Change lookup_symbol's block_index parameter type to block_enum
Simon Marchi
2019-09-07
1
-1
/
+1
*
gdb: Handle missing domain types in: maintenance print psymbols
Andrew Burgess
2019-09-03
1
-0
/
+6
*
Introduce and use make_unique_xstrdup
Pedro Alves
2019-06-04
1
-1
/
+1
*
Don't derive partial_symbol from general_symbol_info
Tom Tromey
2019-05-04
1
-36
/
+40
*
More block constification
Tom Tromey
2019-03-24
1
-6
/
+6
*
C++-ify bcache
Tom Tromey
2019-03-07
1
-59
/
+9
*
Make psymtab range adapter a method on objfile
Tom Tromey
2019-01-17
1
-3
/
+3
*
Change all_objfiles adapter to be a method on program_space
Tom Tromey
2019-01-17
1
-3
/
+3
*
Move psymtabs to their own obstack
Tom Tromey
2019-01-10
1
-3
/
+2
*
Make psymtab_storage::free_psymtabs private
Tom Tromey
2019-01-10
1
-17
/
+25
*
Move more allocations to psymtab obstack
Tom Tromey
2019-01-10
1
-2
/
+3
*
Allocate the address map on the psymtab obstack
Tom Tromey
2019-01-10
1
-2
/
+2
*
Introduce class psymtab_storage
Tom Tromey
2019-01-10
1
-57
/
+88
*
Change symbol_set_names to take an objfile_per_bfd_storage
Tom Tromey
2019-01-10
1
-1
/
+1
*
Simplify calls to init_psymbol_list
Tom Tromey
2019-01-10
1
-10
/
+11
*
Change add_psymbol_to_list to use an enum
Tom Tromey
2019-01-10
1
-3
/
+6
*
Remove parameters from start_psymtab_common
Tom Tromey
2019-01-10
1
-5
/
+3
*
Remove some unneeded psymtab initializations
Tom Tromey
2019-01-10
1
-0
/
+2
*
Remove ALL_OBJFILE_PSYMTABS
Tom Tromey
2019-01-09
1
-158
/
+120
*
Remove most uses of ALL_OBJFILES
Tom Tromey
2019-01-09
1
-83
/
+76
*
Remove ALL_PSPACE_OBJFILES
Tom Tromey
2019-01-09
1
-92
/
+98
*
Use upper case for more metasyntactic variables in gdb
Tom Tromey
2019-01-04
1
-2
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Return scoped_fd from open_source_file and find_and_open_source
Tom Tromey
2018-11-09
1
-4
/
+3
*
reformat parameters of gdb/psymtab.c::recursively_search_psymtabs
Joel Brobecker
2018-10-04
1
-1
/
+3
*
Clean up "Reading symbols" output
Tom Tromey
2018-10-04
1
-16
/
+5
*
Use filtered printing when reading symbols
Tom Tromey
2018-10-04
1
-13
/
+13
*
Make psymbols and psymtabs independent of the program space
Tom Tromey
2018-07-26
1
-96
/
+33
*
Introduce accessors for psymtab high and low fields
Tom Tromey
2018-07-26
1
-22
/
+26
*
Introduce partial_symbol::address
Tom Tromey
2018-07-26
1
-20
/
+23
*
Change representation of psymbol to flush out accessors
Tom Tromey
2018-07-26
1
-86
/
+82
*
Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible
Simon Marchi
2018-05-20
1
-3
/
+1
*
Change openp et al to use a unique_xmalloc_ptr
Tom Tromey
2018-02-14
1
-3
/
+3
*
language_get_symbol_name_matcher -> get_symbol_name_matcher
Pedro Alves
2018-01-10
1
-1
/
+1
*
Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)
Pedro Alves
2018-01-05
1
-2
/
+4
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Avoid indexing std::vector past the end
Ruslan Kabatsayev
2017-12-31
1
-4
/
+4
*
Remove some unused variables
Simon Marchi
2017-12-05
1
-1
/
+0
*
Handle dereferencing Rust trait objects
Tom Tromey
2017-11-17
1
-0
/
+82
*
Simplify the psymbol hash function
Tom Tromey
2017-11-09
1
-1
/
+6
*
lookup_name_info::make_ignore_params
Pedro Alves
2017-11-08
1
-1
/
+3
[next]