Age | Commit message (Expand) | Author | Files | Lines |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -20/+20 |
2020-10-29 | Remove symfile_objfile macro | Tom Tromey | 1 | -4/+4 |
2020-09-19 | Use gdb_bfd_sections in build_objfile_section_table | Tom Tromey | 1 | -18/+11 |
2020-05-12 | gdb: make two objfile functions return bool | Simon Marchi | 1 | -9/+10 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 1 | -9/+1 |
2020-01-08 | Change section_offsets to a std::vector | Tom Tromey | 1 | -41/+24 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-12 | Manage objfiles with shared_ptr | Tom Tromey | 1 | -2/+4 |
2019-12-12 | Move free_all_objfiles to program_space | Tom Tromey | 1 | -15/+0 |
2019-12-12 | Store objfiles on a std::list | Tom Tromey | 1 | -0/+1 |
2019-12-12 | Introduce program_space::remove_objfile | Tom Tromey | 1 | -28/+1 |
2019-12-12 | Introduce program_space::add_objfile | Tom Tromey | 1 | -45/+6 |
2019-12-12 | Make the objfile destructor private | Tom Tromey | 1 | -3/+11 |
2019-12-12 | Make add_separate_debug_objfile static | Tom Tromey | 1 | -1/+13 |
2019-10-21 | gdb: Ensure that !(a < a) is true in sort_cmp on obj_section objects | Andrew Burgess | 1 | -6/+10 |
2019-10-20 | Make unlink_objfile and put_objfile_before static | Tom Tromey | 1 | -33/+22 |
2019-10-19 | Replace some more qsort calls with std::sort | Christian Biesinger | 1 | -14/+12 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-02 | Change SYMBOL_VALUE_ADDRESS to be an rvalue | Tom Tromey | 1 | -1/+3 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -6/+6 |
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 |