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
/
mdebugread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change some arguments to gdb::string_view instead of name+len
Christian Biesinger
2019-10-29
1
-37
/
+43
*
Replace some more qsort calls with std::sort
Christian Biesinger
2019-10-19
1
-14
/
+14
*
[gdb] Fix more typos in comments
Tom de Vries
2019-10-18
1
-4
/
+4
*
[gdb] Fix typos in comments
Tom de Vries
2019-10-17
1
-2
/
+2
*
Change SYMBOL_VALUE_ADDRESS to be an rvalue
Tom Tromey
2019-10-02
1
-3
/
+3
*
bfd_section_* macros
Alan Modra
2019-09-19
1
-1
/
+1
*
Change the type of copy_names from int to bool
Christian Biesinger
2019-09-11
1
-16
/
+16
*
Use obstack_strdup more
Tom Tromey
2019-08-06
1
-8
/
+4
*
Remove unnecessary casts of NULL
Tom Tromey
2019-06-16
1
-21
/
+20
*
Convert mdebugread.c to type-safe registry API
Tom Tromey
2019-05-08
1
-6
/
+5
*
Remove excess calls to gdb_flush
Tom Tromey
2019-03-05
1
-1
/
+0
*
Make psymtab range adapter a method on objfile
Tom Tromey
2019-01-17
1
-1
/
+1
*
gdb/23712: Use new multidictionary API
Keith Seitz
2019-01-10
1
-4
/
+4
*
Fix leak in mdebugread.c
Pedro Alves
2019-01-10
1
-9
/
+14
*
Add psymtab_storage::allocate_dependencies
Tom Tromey
2019-01-10
1
-2
/
+2
*
Introduce class psymtab_storage
Tom Tromey
2019-01-10
1
-5
/
+6
*
Change add_psymbol_to_list to use an enum
Tom Tromey
2019-01-10
1
-15
/
+15
*
Remove parameters from start_psymtab_common
Tom Tromey
2019-01-10
1
-3
/
+1
*
Remove ALL_OBJFILE_PSYMTABS
Tom Tromey
2019-01-09
1
-11
/
+11
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Introduce gdbarch_num_cooked_regs
Simon Marchi
2018-10-21
1
-6
/
+2
*
Use std::string in mdebugread.c
Tom Tromey
2018-10-04
1
-14
/
+6
*
Simple -Wshadow=local fixes
Tom Tromey
2018-10-04
1
-36
/
+38
*
Make psymbols and psymtabs independent of the program space
Tom Tromey
2018-07-26
1
-65
/
+42
*
Add validity bits for psymtab high and low fields
Tom Tromey
2018-07-26
1
-4
/
+4
*
Introduce accessors for psymtab high and low fields
Tom Tromey
2018-07-26
1
-23
/
+25
*
Introduce buildsym-legacy.h
Tom Tromey
2018-07-20
1
-1
/
+1
*
Remove buildsym_init
Tom Tromey
2018-07-20
1
-1
/
+0
*
Move the symbol lists to buildsym_compunit
Tom Tromey
2018-07-20
1
-1
/
+1
*
Move current_subfile to buildsym_compunit
Tom Tromey
2018-07-20
1
-1
/
+1
*
Remove buildsym_new_init
Tom Tromey
2018-07-16
1
-1
/
+1
*
Remove TYPE_TAG_NAME
Tom Tromey
2018-06-01
1
-7
/
+7
*
Remove symfile_complaints
Tom Tromey
2018-05-23
1
-55
/
+33
*
Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible
Simon Marchi
2018-05-20
1
-34
/
+17
*
Remove cleanups from mdebugread.c
Tom Tromey
2018-05-11
1
-30
/
+15
*
Fix "fall through" comments
Tom Tromey
2018-05-04
1
-1
/
+2
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Per-language symbol name hashing algorithm
Pedro Alves
2017-11-08
1
-14
/
+17
*
Replace psymbol_allocation_list with std::vector
Simon Marchi
2017-10-14
1
-2
/
+2
*
Make init_type/arch_type take a size in bits
Ulrich Weigand
2017-09-27
1
-3
/
+2
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
-Wwrite-strings: The Rest
Pedro Alves
2017-04-05
1
-23
/
+23
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Record minimal symbols directly in reader.
Tom Tromey
2016-10-21
1
-24
/
+24
*
Change minimal_symbol_reader to store objfile
Tom Tromey
2016-10-21
1
-2
/
+2
*
Introduce minimal_symbol_reader
Tom Tromey
2016-10-21
1
-5
/
+2
*
Add missing format for built-in floating-point types
Ulrich Weigand
2016-09-06
1
-2
/
+2
*
Remove TYPE_NOSIGN "char" hack
Ulrich Weigand
2016-09-06
1
-0
/
+1
*
Unify init_type and arch_type interface and helpers
Ulrich Weigand
2016-09-06
1
-66
/
+40
*
Remove unused variables
Tom Tromey
2016-07-14
1
-17
/
+1
[next]