Age | Commit message (Expand) | Author | Files | Lines |
2021-08-01 | [gdb/testsuite] Fix gdb.base/maint.exp with cc-with-gdb-index | Tom de Vries | 1 | -13/+21 |
2021-04-27 | Fix timeout with maint print objfiles | Luis Machado | 1 | -3/+0 |
2021-03-20 | Move psymtab statistics printing to psymtab.c | Tom Tromey | 1 | -1/+1 |
2021-02-11 | gdb/testsuite: split 'maint info sections' tests to a new file | Andrew Burgess | 1 | -87/+0 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-10-27 | [gdb/testsuite] Fix gdb.base/maint.exp FAILs with -readnow | Tom de Vries | 1 | -5/+20 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -3/+3 |
2020-03-15 | [gdb/testsuite] Fix check-read1 FAIL with gdb.base/maint.exp | Tom de Vries | 1 | -26/+19 |
2020-03-05 | [gdb/testsuite] Update maint.exp for string cache | Tom de Vries | 1 | -1/+1 |
2020-01-24 | gdb: Include end of sequence markers in the line table | Andrew Burgess | 1 | -6/+14 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-09-12 | gdb/testsuite: Make use of exec_has_index_section function | Andrew Burgess | 1 | -12/+1 |
2019-09-12 | gdb: Have 'maint info sections' print all sections again | Andrew Burgess | 1 | -0/+17 |
2019-07-29 | [gdb/testsuite] Fix gdb.base/maint.exp with check-read1 | Tom de Vries | 1 | -3/+3 |
2019-06-06 | Add timestamps to "maint time" output | Tom Tromey | 1 | -2/+5 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-08-07 | Add DWARF index cache | Simon Marchi | 1 | -0/+24 |
2018-07-26 | gdb: Add switch to disable DWARF stack unwinders | Andrew Burgess | 1 | -0/+4 |
2018-06-01 | Remove TYPE_TAG_NAME | Tom Tromey | 1 | -1/+1 |
2018-05-04 | gdb: Make test names unique in gdb.base/maint.exp | Andrew Burgess | 1 | -16/+9 |
2018-05-04 | gdb/testsuite: Handle targets with lots of registers | Andrew Burgess | 1 | -2/+22 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-08 | DWARF-5: .debug_names index consumer | Jan Kratochvil | 1 | -3/+6 |
2017-02-15 | PR gdb/21164: maint print {symbols,msymbols,psymbols} without args crash | Sergio Durigan Junior | 1 | -0/+7 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-23 | Fix more cases of improper test names | Luis Machado | 1 | -2/+1 |
2016-12-22 | New syntax for mt print symbols,msymbols,psymbols. | Doug Evans | 1 | -67/+69 |
2016-12-02 | Remove unneeded pattern matching in gdb.base/maint.exp | Luis Machado | 1 | -16/+4 |
2016-12-01 | Don't handle timeout inside gdb_test_multiple | Luis Machado | 1 | -9/+0 |
2016-10-28 | gdb/testsuite: Avoid a buffer overrun in `gdb.base/maint.exp' | Pedro Alves | 1 | -3/+35 |
2016-07-15 | GDB testsuite: Escape paths used in regular expressions | Don Breazeal | 1 | -6/+9 |
2016-03-11 | gdb: New maint info line-table command. | Andrew Burgess | 1 | -0/+20 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-01-31 | Move vptr_{fieldno,basetype} out of main_type, and update everything accordin... | Doug Evans | 1 | -1/+1 |
2015-01-11 | PR gdb/15830 | Doug Evans | 1 | -11/+2 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -2/+2 |
2014-07-17 | Fix 17170. | Doug Evans | 1 | -2/+3 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-20 | Make the maint.exp:'maint print objfiles' test less fragile. | Pedro Alves | 1 | -3/+12 |
2013-11-04 | simple changes in gdb.base | Tom Tromey | 1 | -3/+3 |
2013-08-07 | use language of the main symbol | Tom Tromey | 1 | -3/+4 |
2013-06-27 | test suite update - gdb.base/[h-m] | Tom Tromey | 1 | -46/+36 |
2013-06-19 | gdb/testsuite/ | Yao Qi | 1 | -0/+4 |
2013-05-20 | * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for | Doug Evans | 1 | -2/+5 |
2013-05-17 | * NEWS: Mention new maintenance commands check-symtabs, and | Doug Evans | 1 | -7/+26 |
2013-05-17 | * gdb.base/maint.exp: Remove testing of individual maint command | Doug Evans | 1 | -63/+1 |
2013-03-29 | * dwarf2read.c (dw2_get_file_names): Delete arg "objfile". | Doug Evans | 1 | -1/+1 |
2013-03-21 | New commands "mt set per-command {space,time,symtab} {on,off}". | Doug Evans | 1 | -17/+3 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |