summaryrefslogtreecommitdiff
path: root/gdb/elfread.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variablesTom Tromey2016-07-141-3/+0
* Limit breakpoint re-set to the current program spacePedro Alves2016-01-191-1/+1
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-131-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-11/+16
* Add casts to memory allocation related callsSimon Marchi2015-09-251-8/+10
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+2
* Explicit locations: use new location APIKeith Seitz2015-08-111-1/+3
* Remove special support in gdb for Sun's version of stabs.Doug Evans2015-06-191-180/+4
* New common function "startswith"Gary Benson2015-03-061-1/+1
* SEGV in ppc64_elf_get_synthetic_symtab reading a separate debug fileJan Kratochvil2015-02-261-2/+4
* Fix redefinition errors in C++ modeTom Tromey2015-02-111-4/+4
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* A few comment cleanupsSimon Marchi2014-12-181-12/+1
* MIPS: Keep the ISA bit in compressed code addressesMaciej W. Rozycki2014-12-121-3/+9
* Also mark ELF solib trampoline minimal symbols specialMaciej W. Rozycki2014-10-031-1/+4
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* move probes to be per-bfdTom Tromey2014-03-031-13/+13
* change probes to be program-space-independentTom Tromey2014-03-031-16/+0
* add short-circuit logic to elfread.cTom Tromey2014-02-261-8/+19
* split out elf_read_minimal_symbolsTom Tromey2014-02-261-31/+42
* change minsyms not to be relocated at read-timeTom Tromey2014-02-261-11/+0
* start change to progspace independenceTom Tromey2014-02-261-2/+2
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-5/+5
* change minsym representationTom Tromey2014-02-261-3/+3
* gdb/elfread.c: Enable ifunc support on ARM.Will Newton2014-02-101-1/+9
* replace XCALLOC with XCNEWVEC or XCNEWTom Tromey2014-01-131-3/+3
* replace XZALLOC with XCNEWTom Tromey2014-01-131-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove some sym_probe_fns methodsTom Tromey2013-12-061-42/+0
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* remove unused field from struct elfinfoTom Tromey2013-10-171-5/+0
* fix PR symtab/15597Tom Tromey2013-10-081-125/+1
* New option "set debug symfile on".Doug Evans2013-09-251-2/+2
* * symfile.h (struct sym_fns): Delete member "sym_flavour".Doug Evans2013-09-251-4/+1
* Keep objfile original filenameJan Kratochvil2013-09-241-1/+1
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-241-2/+2
* * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"Doug Evans2013-08-241-3/+3
* move gdbarch object from objfile to per-BFDTom Tromey2013-08-201-3/+3
* 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2013-07-241-5/+15
* * dbxread.c (process_one_symbol): Constify section_offsets parameter.Doug Evans2013-05-061-2/+2
* * elfread.c (elf_symtab_read): Install versioned symbol underTom Tromey2013-04-151-0/+15
* PR symtab/8424:Tom Tromey2013-04-081-2/+2
* * coffread.c (record_minimal_symbol): Update.Tom Tromey2013-04-081-1/+1
* * coffread.c (cs_to_section): Use gdb_bfd_section_index.Tom Tromey2013-04-081-3/+7
* * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey2013-04-081-5/+5
* From: Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2013-03-141-3/+4
* * elfread.c (elf_symfile_read): Move debugging printf to moreDoug Evans2013-03-061-3/+3
* * elfread.c (elf_symtab_read): Do not use udata.p here to findAlan Modra2013-02-221-13/+6
* gdb/Jan Kratochvil2013-02-221-6/+6