Age | Commit message (Expand) | Author | Files | Lines |
2019-05-04 | Don't derive partial_symbol from general_symbol_info | Tom Tromey | 1 | -36/+40 |
2019-03-24 | More block constification | Tom Tromey | 1 | -6/+6 |
2019-03-07 | C++-ify bcache | Tom Tromey | 1 | -59/+9 |
2019-01-17 | Make psymtab range adapter a method on objfile | Tom Tromey | 1 | -3/+3 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -3/+3 |
2019-01-10 | Move psymtabs to their own obstack | Tom Tromey | 1 | -3/+2 |
2019-01-10 | Make psymtab_storage::free_psymtabs private | Tom Tromey | 1 | -17/+25 |
2019-01-10 | Move more allocations to psymtab obstack | Tom Tromey | 1 | -2/+3 |
2019-01-10 | Allocate the address map on the psymtab obstack | Tom Tromey | 1 | -2/+2 |
2019-01-10 | Introduce class psymtab_storage | Tom Tromey | 1 | -57/+88 |
2019-01-10 | Change symbol_set_names to take an objfile_per_bfd_storage | Tom Tromey | 1 | -1/+1 |
2019-01-10 | Simplify calls to init_psymbol_list | Tom Tromey | 1 | -10/+11 |
2019-01-10 | Change add_psymbol_to_list to use an enum | Tom Tromey | 1 | -3/+6 |
2019-01-10 | Remove parameters from start_psymtab_common | Tom Tromey | 1 | -5/+3 |
2019-01-10 | Remove some unneeded psymtab initializations | Tom Tromey | 1 | -0/+2 |
2019-01-09 | Remove ALL_OBJFILE_PSYMTABS | Tom Tromey | 1 | -158/+120 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -83/+76 |
2019-01-09 | Remove ALL_PSPACE_OBJFILES | Tom Tromey | 1 | -92/+98 |
2019-01-04 | Use upper case for more metasyntactic variables in gdb | Tom Tromey | 1 | -2/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-09 | Return scoped_fd from open_source_file and find_and_open_source | Tom Tromey | 1 | -4/+3 |
2018-10-04 | reformat parameters of gdb/psymtab.c::recursively_search_psymtabs | Joel Brobecker | 1 | -1/+3 |
2018-10-04 | Clean up "Reading symbols" output | Tom Tromey | 1 | -16/+5 |
2018-10-04 | Use filtered printing when reading symbols | Tom Tromey | 1 | -13/+13 |
2018-07-26 | Make psymbols and psymtabs independent of the program space | Tom Tromey | 1 | -96/+33 |
2018-07-26 | Introduce accessors for psymtab high and low fields | Tom Tromey | 1 | -22/+26 |
2018-07-26 | Introduce partial_symbol::address | Tom Tromey | 1 | -20/+23 |
2018-07-26 | Change representation of psymbol to flush out accessors | Tom Tromey | 1 | -86/+82 |
2018-05-20 | Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible | Simon Marchi | 1 | -3/+1 |
2018-02-14 | Change openp et al to use a unique_xmalloc_ptr | Tom Tromey | 1 | -3/+3 |
2018-01-10 | language_get_symbol_name_matcher -> get_symbol_name_matcher | Pedro Alves | 1 | -1/+1 |
2018-01-05 | Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670) | Pedro Alves | 1 | -2/+4 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-31 | Avoid indexing std::vector past the end | Ruslan Kabatsayev | 1 | -4/+4 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -1/+0 |
2017-11-17 | Handle dereferencing Rust trait objects | Tom Tromey | 1 | -0/+82 |
2017-11-09 | Simplify the psymbol hash function | Tom Tromey | 1 | -1/+6 |
2017-11-08 | lookup_name_info::make_ignore_params | Pedro Alves | 1 | -1/+3 |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -26/+57 |
2017-10-14 | Replace psymbol_allocation_list with std::vector | Simon Marchi | 1 | -134/+73 |
2017-10-09 | Make cp_remove_params return a gdb::unique_xmalloc_ptr | Pedro Alves | 1 | -5/+3 |
2017-09-27 | Constify some functions in psymtab.c | Tom Tromey | 1 | -3/+3 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -4/+0 |
2017-08-22 | Change psymtab_search_name to return a unique_xmalloc_ptr | Tom Tromey | 1 | -20/+12 |
2017-08-22 | Change rewrite_source_path to return a unique_xmalloc_ptr | Tom Tromey | 1 | -9/+6 |
2017-08-05 | Use gdb::unique_xmalloc_ptr when calling tilde_expand | Tom Tromey | 1 | -10/+4 |
2017-08-03 | Introduce gdb_argv, a class wrapper for buildargv | Tom Tromey | 1 | -3/+2 |
2017-07-20 | Use SYMBOL_MATCHES_SEARCH_NAME some more | Pedro Alves | 1 | -2/+2 |
2017-04-12 | Change increment_reading_symtab to return a scoped_restore | Tom Tromey | 1 | -2/+1 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |