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/binutils-2.44
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
/
dbxread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
gdb: Remove support for obsolete OSABIs and a.out
Pedro Alves
2016-12-09
1
-195
/
+6
*
Use ui_file_as_string throughout more
Pedro Alves
2016-11-08
1
-13
/
+9
*
Make symfile_add_flags and objfile->flags strongly typed
Pedro Alves
2016-10-26
1
-2
/
+2
*
Record minimal symbols directly in reader.
Tom Tromey
2016-10-21
1
-14
/
+16
*
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
-3
/
+2
*
remove trivialy unused variables
Trevor Saunders
2016-05-07
1
-20
/
+0
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Add some more casts (1/2)
Simon Marchi
2015-09-25
1
-2
/
+2
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-8
/
+8
*
gdb: Remove casts of NULL during assignment.
Andrew Burgess
2015-09-04
1
-1
/
+1
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-15
/
+12
*
DWARF: handle non-local references in nested functions
Pierre-Marie de Rodat
2015-08-25
1
-4
/
+4
*
psymtab.c (add_psymbol_to_bcache): Remove "val" arg.
Doug Evans
2015-08-15
1
-17
/
+10
*
Add end_psymtab_common, have all debug info readers call it.
Doug Evans
2015-08-15
1
-35
/
+31
*
Remove special support in gdb for Sun's version of stabs.
Doug Evans
2015-06-19
1
-28
/
+7
*
New common function "startswith"
Gary Benson
2015-03-06
1
-7
/
+7
*
C++ keyword cleanliness, mostly auto-generated
Pedro Alves
2015-02-27
1
-20
/
+21
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Split struct symtab into two: struct symtab and compunit_symtab.
Doug Evans
2014-11-20
1
-3
/
+3
*
buildsym API cleanup
Doug Evans
2014-11-18
1
-10
/
+9
*
[RFA] Stabs: Ignore N_BNSYM/N_ENSYM entry types
Pierre Muller
2014-10-03
1
-0
/
+2
*
Include string.h in common-defs.h
Gary Benson
2014-08-07
1
-2
/
+0
*
Include gdb_assert.h in common-defs.h
Gary Benson
2014-08-07
1
-2
/
+0
*
change minsyms not to be relocated at read-time
Tom Tromey
2014-02-26
1
-19
/
+4
*
start change to progspace independence
Tom Tromey
2014-02-26
1
-2
/
+2
*
use bound_minsym as result for lookup_minimal_symbol et al
Tom Tromey
2014-02-26
1
-9
/
+10
*
change minsym representation
Tom Tromey
2014-02-26
1
-2
/
+2
*
minor cleanup in dbxread.c
Tom Tromey
2014-02-20
1
-2
/
+0
*
move the "main" data into the per-BFD object
Tom Tromey
2014-01-15
1
-1
/
+1
*
make language_of_main static
Tom Tromey
2014-01-15
1
-1
/
+1
*
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
*
remove gdb_stat.h
Tom Tromey
2013-11-18
1
-1
/
+1
*
remove gdb_string.h
Tom Tromey
2013-11-18
1
-2
/
+2
*
* dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
Tom Tromey
2013-10-16
1
-1
/
+0
*
* symfile.h (struct sym_fns): Delete member "sym_flavour".
Doug Evans
2013-09-25
1
-2
/
+1
*
Code cleanup: Add objfile_name accessor
Jan Kratochvil
2013-09-24
1
-1
/
+1
*
* buildsym.c (subfile_stack): Move here from buildsym.h.
Doug Evans
2013-08-20
1
-1
/
+0
*
* dbxread.c (record_minimal_symbol): Make 'name' argument const.
Tom Tromey
2013-08-20
1
-6
/
+7
*
fix dbxread.c
Tom Tromey
2013-05-30
1
-5
/
+6
*
* dbxread.c (process_one_symbol): Constify section_offsets parameter.
Doug Evans
2013-05-06
1
-1
/
+1
*
* coffread.c (record_minimal_symbol): Update.
Tom Tromey
2013-04-08
1
-12
/
+1
*
Fix completer.c FIXME, and invalid pointer to pointer conversion.
Pedro Alves
2013-03-13
1
-33
/
+0
*
* cp-namespace.c (cp_set_block_scope): Remove.
Tom Tromey
2013-01-25
1
-4
/
+31
*
* symfile.h (obsavestring): Don't declare.
Tom Tromey
2013-01-21
1
-2
/
+2
*
* buildsym.c (patch_subfile_names): Use set_last_source_file.
Tom Tromey
2013-01-21
1
-5
/
+6
*
gdb/
Yao Qi
2013-01-18
1
-9
/
+10
*
gdb/
Yao Qi
2013-01-14
1
-7
/
+1
[next]