aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-03-15Fix unary + in AdaTom Tromey4-3/+18
2021-03-15Call ada_ensure_varsize_limit in indirectionTom Tromey5-1/+30
2021-03-15Implement Ada operator overloadingTom Tromey8-35/+467
2021-03-15Fix regression in Ada ptypeTom Tromey2-2/+7
2021-03-15Fix Ada assignment resolutionTom Tromey7-1/+142
2021-03-15Fix bug in Ada aggregate assignmentTom Tromey8-11/+72
2021-03-15gdb/fortran: Fix quad floating-point type for Intel compilers.Felix Willgerodt2-1/+8
2021-03-15gdb: use make_scoped_restore to restore gdbpy_current_objfileAndrew Burgess9-6/+264
2021-03-14Use cu_header consistently in read_attribute_valueTom Tromey2-11/+16
2021-03-14Minor tweak to use die_reader_specs::abfdTom Tromey2-2/+7
2021-03-14Set dwarf2_per_cu_data::m_header_read_inTom Tromey2-0/+7
2021-03-13Constify abbrev_table::lookup_abbrevTom Tromey3-10/+20
2021-03-13Remove Irix 6 workaround from DWARF abbrev readerTom Tromey2-19/+13
2021-03-12Use RAII to set the per-thread SIGSEGV handlerChristian Biesinger4-12/+51
2021-03-12gdb/testsuite: resolve remaining duplicate test names in gdb.python/*.expAndrew Burgess7-8/+25
2021-03-12gdb/testsuite: remove duplicate test from gdb.python/py-value-cc.expAndrew Burgess2-2/+4
2021-03-12gdb/testsuite: check the correct Python variable in testAndrew Burgess2-1/+6
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-explore-cc.expAndrew Burgess2-4/+9
2021-03-12gdb/testsuite: remove a duplicate testAndrew Burgess2-2/+4
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-symtab.expAndrew Burgess2-2/+9
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-prompt.expAndrew Burgess2-39/+51
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-block.expAndrew Burgess2-7/+15
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-pp-maint.expAndrew Burgess2-5/+15
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-explore.expAndrew Burgess2-28/+35
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-finish-breakpoint.expAndrew Burgess2-13/+19
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-strfns.expAndrew Burgess2-1/+8
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-format-string.expAndrew Burgess2-18/+23
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-mi.expAndrew Burgess2-156/+171
2021-03-10Use bool for "parse_completion"Tom Tromey4-13/+24
2021-03-09Fix function call regression in new evaluatorTom Tromey5-1/+94
2021-03-09gdb: fix field names of GDB's type main_type structureAndrew Burgess4-3/+155
2021-03-09gdb/fortran: Add 'LOC' intrinsic support.Felix Willgerodt7-1/+51
2021-03-09gdb/fotran: add support for the 'shape' keywordAndrew Burgess8-0/+277
2021-03-09gdb/fortran: add support for 'SIZE' keywordAndrew Burgess8-0/+359
2021-03-09gdb/fortran: add support for RANK keywordAndrew Burgess8-0/+189
2021-03-08Remove some null checksTom Tromey3-16/+20
2021-03-08Use bound_minimal_symbol in var_msym_value_operationTom Tromey12-61/+61
2021-03-08Change exp_uses_objfile to return boolTom Tromey3-5/+10
2021-03-08Remove EVAL_SKIPTom Tromey11-164/+56
2021-03-08Merge namespace scopes in eval.cTom Tromey2-10/+4
2021-03-08Inline expr_builder methodsTom Tromey3-16/+15
2021-03-08Inline expression constructorTom Tromey3-12/+13
2021-03-08Remove BINOP_ENDTom Tromey7-100/+107
2021-03-08Remove OP_UNUSED_LASTTom Tromey2-3/+4
2021-03-08Remove OP_EXTENDED0Tom Tromey2-4/+4
2021-03-08Remove unused Ada opcodesTom Tromey2-43/+6
2021-03-08Remove unused Modula-2 opcodesTom Tromey2-9/+5
2021-03-08Remove two Ada opcodesTom Tromey4-6/+10
2021-03-08Remove union exp_elementTom Tromey33-5316/+147
2021-03-08Remove now-unused C evaluator codeTom Tromey7-483/+14