Age | Commit message (Expand) | Author | Files | Lines |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-03-29 | Allow really large fortran array bounds: TYPE_LENGTH to ULONGEST | Keith Seitz | 1 | -2/+2 |
2019-03-24 | More block constification | Tom Tromey | 1 | -3/+3 |
2019-03-23 | Use scoped_restore_current_language in two places | Tom Tromey | 1 | -6/+2 |
2019-03-07 | C++-ify bcache | Tom Tromey | 1 | -11/+8 |
2019-01-17 | Make minimal symbol range adapter a method on objfile | Tom Tromey | 1 | -1/+1 |
2019-01-17 | Add compunits range adapter to objfile | Tom Tromey | 1 | -8/+8 |
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 | -3/+3 |
2019-01-10 | Introduce class psymtab_storage | Tom Tromey | 1 | -5/+7 |
2019-01-09 | Remove ALL_OBJFILE_FILETABS | Tom Tromey | 1 | -23/+33 |
2019-01-09 | Remove ALL_COMPUNIT_FILETABS | Tom Tromey | 1 | -10/+2 |
2019-01-09 | Remove ALL_OBJFILE_COMPUNITS | Tom Tromey | 1 | -13/+6 |
2019-01-09 | Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS | Tom Tromey | 1 | -2/+1 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -10/+8 |
2019-01-09 | Remove ALL_PSPACE_OBJFILES | Tom Tromey | 1 | -216/+209 |
2019-01-04 | Use upper case for more metasyntactic variables in gdb | Tom Tromey | 1 | -3/+3 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-06-01 | Remove TYPE_TAG_NAME | Tom Tromey | 1 | -1/+1 |
2018-04-26 | For PPC64/ELFv1: Introduce mst_data_gnu_ifunc | Pedro Alves | 1 | -0/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -0/+1 |
2017-10-10 | Eliminate catch_errors | Pedro Alves | 1 | -29/+18 |
2017-09-27 | Constify some commands in symmisc.c | Tom Tromey | 1 | -7/+7 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-08-05 | Use gdb::unique_xmalloc_ptr when calling tilde_expand | Tom Tromey | 1 | -20/+8 |
2017-08-03 | Introduce gdb_argv, a class wrapper for buildargv | Tom Tromey | 1 | -12/+5 |
2017-02-23 | Use gdb::function_view in iterate_over_symtabs & co | Pedro Alves | 1 | -33/+14 |
2017-02-15 | PR gdb/21164: maint print {symbols,msymbols,psymbols} without args crash | Sergio Durigan Junior | 1 | -4/+4 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -6/+8 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | New syntax for mt print symbols,msymbols,psymbols. | Doug Evans | 1 | -70/+149 |
2016-12-09 | gdb: Remove support for obsolete OSABIs and a.out | Pedro Alves | 1 | -1/+1 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -1/+0 |
2016-04-20 | symmisc.c (dump_symtab_1): Print owning compunit for identical blockvectors. | Doug Evans | 1 | -1/+6 |
2016-04-19 | symmisc.c (dump_symtab_1, dump_symtab): Delete arg objfile. | Doug Evans | 1 | -7/+6 |
2016-03-11 | gdb: New maint info line-table command. | Andrew Burgess | 1 | -0/+90 |
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 | -1/+1 |
2015-01-31 | new callback parameter expansion_notify for expand_symtabs_matching | Gary Benson | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-23 | Look up primitive types as symbols. | Doug Evans | 1 | -2/+6 |
2014-12-23 | Replace some symbol accessor macros with functions. | Doug Evans | 1 | -1/+1 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -46/+69 |
2014-11-18 | symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated. | Doug Evans | 1 | -1/+1 |
2014-11-18 | symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated. | Doug Evans | 1 | -3/+4 |
2014-11-18 | SYMTAB_DIRNAME: New macro. | Doug Evans | 1 | -3/+4 |
2014-11-18 | SYMTAB_OBJFILE: New macro. | Doug Evans | 1 | -1/+1 |
2014-11-10 | symmisc.c: Remove trailing whitespace. | Doug Evans | 1 | -7/+7 |