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
/
objfiles.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdb: Ensure that !(a < a) is true in sort_cmp on obj_section objects
Andrew Burgess
2019-10-21
1
-6
/
+10
*
Make unlink_objfile and put_objfile_before static
Tom Tromey
2019-10-20
1
-33
/
+22
*
Replace some more qsort calls with std::sort
Christian Biesinger
2019-10-19
1
-14
/
+12
*
[gdb] Fix more typos in comments
Tom de Vries
2019-10-18
1
-1
/
+1
*
Change SYMBOL_VALUE_ADDRESS to be an rvalue
Tom Tromey
2019-10-02
1
-1
/
+3
*
bfd_section_* macros
Alan Modra
2019-09-19
1
-6
/
+6
*
Use obstack_strdup more
Tom Tromey
2019-08-06
1
-6
/
+2
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-1
/
+1
*
Convert objfiles.c to type-safe registry API
Tom Tromey
2019-05-08
1
-42
/
+17
*
Remove "struct" from foreach statements
Tom Tromey
2019-05-03
1
-3
/
+3
*
Make objfile::static_links an htab_up
Tom Tromey
2019-04-19
1
-11
/
+5
*
Introduce a separate debug objfile iterator
Tom Tromey
2019-04-10
1
-38
/
+37
*
Fix a couple of comments
Tom Tromey
2019-04-10
1
-1
/
+1
*
Have parser reset the innermost block tracker
Tom Tromey
2019-03-23
1
-6
/
+0
*
Use htab_up for demangled hash
Tom Tromey
2019-03-15
1
-2
/
+0
*
Simplify per-BFD storage management
Tom Tromey
2019-03-15
1
-32
/
+14
*
Remove minsym termination
Tom Tromey
2019-03-15
1
-2
/
+0
*
C++-ify bcache
Tom Tromey
2019-03-07
1
-4
/
+0
*
Add compunits range adapter to objfile
Tom Tromey
2019-01-17
1
-2
/
+2
*
Change all_objfiles_safe adapter to be a method on program_space
Tom Tromey
2019-01-17
1
-4
/
+4
*
Change all_objfiles adapter to be a method on program_space
Tom Tromey
2019-01-17
1
-9
/
+9
*
gdb/23712: Use new multidictionary API
Keith Seitz
2019-01-10
1
-2
/
+2
*
Move psymtabs to their own obstack
Tom Tromey
2019-01-10
1
-1
/
+1
*
Introduce class psymtab_storage
Tom Tromey
2019-01-10
1
-3
/
+2
*
Remove ALL_OBJFILE_FILETABS
Tom Tromey
2019-01-09
1
-13
/
+16
*
Remove ALL_COMPUNIT_FILETABS
Tom Tromey
2019-01-09
1
-2
/
+0
*
Remove ALL_OBJFILE_COMPUNITS
Tom Tromey
2019-01-09
1
-34
/
+34
*
Remove ALL_OBJFILES_SAFE
Tom Tromey
2019-01-09
1
-16
/
+10
*
Remove most uses of ALL_OBJFILES
Tom Tromey
2019-01-09
1
-29
/
+20
*
Remove ALL_PSPACE_OBJFILES
Tom Tromey
2019-01-09
1
-6
/
+3
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Simple -Wshadow=local fixes
Tom Tromey
2018-10-04
1
-6
/
+4
*
Relocate block range start and end addresses
Kevin Buettner
2018-08-23
1
-0
/
+8
*
Make psymbols and psymtabs independent of the program space
Tom Tromey
2018-07-26
1
-7
/
+4
*
Remove resume_section_map_updates_cleanup
Tom Tromey
2018-06-18
1
-18
/
+3
*
Remove symfile_complaints
Tom Tromey
2018-05-23
1
-2
/
+1
*
Fix copy-pasto, allocate objfile_per_bfd_storage with obstack_new
Simon Marchi
2018-05-20
1
-5
/
+5
*
Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible
Simon Marchi
2018-05-20
1
-7
/
+2
*
Convert observers to C++
Tom Tromey
2018-03-19
1
-2
/
+2
*
Remove make_cleanup_free_section_addr_info
Tom Tromey
2018-03-16
1
-8
/
+3
*
Create new common/pathstuff.[ch]
Sergio Durigan Junior
2018-02-28
1
-0
/
+1
*
gdb: New API for tracking innermost block
Andrew Burgess
2018-01-21
1
-1
/
+1
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Remove make_cleanup_free_objfile
Tom Tromey
2017-11-04
1
-12
/
+0
*
Replace psymbol_allocation_list with std::vector
Simon Marchi
2017-10-14
1
-4
/
+0
*
Change objfile to use new/delete
Tom Tromey
2017-10-13
1
-82
/
+59
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-3
/
+0
*
Fix leak of auto_obstack objfile_per_bfd_storage->storage_obstack;
Philippe Waroquiers
2017-09-05
1
-1
/
+0
*
Change gdb_realpath to return a unique_xmalloc_ptr
Tom Tromey
2017-08-22
1
-1
/
+1
*
Change gdb_abspath to return a unique_xmalloc_ptr
Tom Tromey
2017-08-22
1
-4
/
+7
[next]