Age | Commit message (Expand) | Author | Files | Lines |
2020-05-19 | gdb: allocate symfile_segment_data with new | Simon Marchi | 1 | -1/+1 |
2020-05-08 | Remove ALL_PSPACES | Tom Tromey | 1 | -3/+1 |
2020-04-14 | [gdb] Expand symbolless symtabs using maint expand-symtabs | Tom de Vries | 1 | -1/+1 |
2020-04-02 | [gdb] Use partial symbol table to find language for main | Tom de Vries | 1 | -0/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -2/+2 |
2019-09-10 | Change map_matching_symbols to take a lookup_name_info | Tom Tromey | 1 | -6/+3 |
2019-09-10 | Change map_matching_symbols to take a symbol_found_callback_ftype | Tom Tromey | 1 | -12/+9 |
2019-09-07 | Change lookup_symbol's block_index parameter type to block_enum | Simon Marchi | 1 | -2/+2 |
2019-05-08 | Convert probes to type-safe registry API | Tom Tromey | 1 | -2/+2 |
2019-05-08 | Convert symfile-debug.c to type-safe registry API | Tom Tromey | 1 | -69/+33 |
2019-03-24 | More block constification | Tom Tromey | 1 | -1/+1 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -1/+1 |
2019-01-09 | Remove ALL_PSPACE_OBJFILES | Tom Tromey | 1 | -14/+13 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-07-26 | Make psymbols and psymtabs independent of the program space | Tom Tromey | 1 | -18/+0 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -1/+1 |
2018-03-16 | Remove make_cleanup_free_section_addr_info | Tom Tromey | 1 | -2/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-17 | Handle dereferencing Rust trait objects | Tom Tromey | 1 | -0/+28 |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -2/+4 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -1/+1 |
2017-09-12 | Make probe_ops::get_probes fill an std::vector | Simon Marchi | 1 | -4/+4 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-02-23 | Use gdb::function_view in iterate_over_symtabs & co | Pedro Alves | 1 | -24/+18 |
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 | -2/+2 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -49/+74 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -3/+3 |
2015-01-31 | new callback parameter expansion_notify for expand_symtabs_matching | Gary Benson | 1 | -1/+4 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-17 | New parameter "debug symbol-lookup". | Doug Evans | 1 | -32/+24 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -17/+23 |
2014-03-03 | change probes to be program-space-independent | Tom Tromey | 1 | -19/+0 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -2/+2 |
2014-02-11 | Reformat symfile-debug.c::debug_qf_expand_symtabs_matching parameters. | Joel Brobecker | 1 | -5/+5 |
2014-02-10 | Fix compile error | Gary Benson | 1 | -2/+2 |
2014-02-10 | Update debug_qf_expand_symtabs_matching to use typedefs. | Gary Benson | 1 | -3/+2 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-06 | remove some sym_probe_fns methods | Tom Tromey | 1 | -80/+0 |
2013-09-25 | New option "set debug symfile on". | Doug Evans | 1 | -0/+773 |