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
/
symtab.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include string.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
Include gdb_assert.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
constify search_symbols
Tom Tromey
2014-06-30
1
-16
/
+19
*
constify some blockvector APIs
Tom Tromey
2014-06-18
1
-8
/
+8
*
remove unneeded cast in symtab.c
Tom Tromey
2014-06-18
1
-1
/
+1
*
constify struct block in some places
Tom Tromey
2014-06-18
1
-3
/
+3
*
Revert patchset for c++/16253: it causes a large performance regression.
Keith Seitz
2014-06-07
1
-31
/
+29
*
Remove symbol_matches_domain. This fixes
Keith Seitz
2014-04-14
1
-29
/
+31
*
change probes to be program-space-independent
Tom Tromey
2014-03-03
1
-9
/
+1
*
start change to progspace independence
Tom Tromey
2014-02-26
1
-28
/
+30
*
use bound_minsym as result for lookup_minimal_symbol et al
Tom Tromey
2014-02-26
1
-1
/
+1
*
change minsym representation
Tom Tromey
2014-02-26
1
-23
/
+27
*
PowerPC64 ELFv2 ABI: skip global entry point code
Ulrich Weigand
2014-02-04
1
-0
/
+2
*
Add d_main_name to set the logical entry point for D programs.
Iain Buclaw
2014-01-18
1
-0
/
+7
*
move the "main" data into the per-BFD object
Tom Tromey
2014-01-15
1
-1
/
+24
*
move main name into the progspace
Tom Tromey
2014-01-15
1
-11
/
+72
*
make language_of_main static
Tom Tromey
2014-01-15
1
-8
/
+17
*
psymtab cleanup patch 3/3
Doug Evans
2014-01-14
1
-19
/
+14
*
psymtab cleanup patch 1/3
Doug Evans
2014-01-14
1
-1
/
+0
*
Remove duplicated #include's from GDB
Honggyu Kim
2014-01-07
1
-1
/
+0
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
*
Set language for Ada minimal symbols.
Joel Brobecker
2013-12-10
1
-0
/
+37
*
remove gdb_stat.h
Tom Tromey
2013-11-18
1
-1
/
+1
*
remove gdb_string.h
Tom Tromey
2013-11-18
1
-1
/
+1
*
Change "set debug symtab-create" to take a verbosity level.
Doug Evans
2013-11-08
1
-8
/
+26
*
move the demangled_names_hash into the per-BFD
Tom Tromey
2013-10-07
1
-10
/
+11
*
Use FILENAME_CMP to compare filenames in compare_search_syms.
Joel Brobecker
2013-10-02
1
-1
/
+1
*
Delete search_symbols_equal (use compare_search_syms instead).
Joel Brobecker
2013-10-02
1
-14
/
+1
*
* symtab.c (domain_name, search_domain_name): New functions.
Doug Evans
2013-09-25
1
-0
/
+31
*
use language of the main symbol
Tom Tromey
2013-08-07
1
-23
/
+0
*
remove msymbol_objfile
Tom Tromey
2013-08-05
1
-21
/
+20
*
* symtab.c (do_free_search_symbols_cleanup): Change arg to,
Doug Evans
2013-08-01
1
-59
/
+85
*
* symtab.c (iterate_over_some_symtabs): Add comment.
Doug Evans
2013-07-29
1
-1
/
+3
*
* symtab.c (iterate_over_some_symtabs): Fix indentation.
Doug Evans
2013-07-29
1
-25
/
+25
*
fix symtab.c
Tom Tromey
2013-05-30
1
-1
/
+1
*
PR c++/11990:
Tom Tromey
2013-04-15
1
-6
/
+6
*
PR symtab/8424:
Tom Tromey
2013-04-08
1
-14
/
+26
*
* coffread.c (cs_to_section): Use gdb_bfd_section_index.
Tom Tromey
2013-04-08
1
-1
/
+1
*
* minsyms.h (struct bound_minimal_symbol): New.
Tom Tromey
2013-04-08
1
-11
/
+12
*
* ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
Tom Tromey
2013-04-08
1
-13
/
+32
*
* symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
Tom Tromey
2013-04-08
1
-7
/
+8
*
* coffread.c (process_coff_symbol, coff_read_enum_type): Call
Tom Tromey
2013-04-08
1
-0
/
+36
*
* ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
Tom Tromey
2013-03-20
1
-0
/
+7
*
2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
Tom Tromey
2013-03-20
1
-0
/
+102
*
* symtab.c (error_in_psymtab_expansion): New function.
Tom Tromey
2013-03-14
1
-42
/
+17
*
gdb/
Jan Kratochvil
2013-03-14
1
-0
/
+3
*
Constify strings in tracepoint.c, lookup_cmd and the completers.
Pedro Alves
2013-03-13
1
-24
/
+28
*
* breakpoint.c (catch_syscall_split_args): Use skip_spaces.
Keith Seitz
2013-03-07
1
-2
/
+2
*
* ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
Doug Evans
2013-03-05
1
-20
/
+12
*
gdb/
Jan Kratochvil
2013-02-03
1
-5
/
+18
[next]