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