aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-03-17gdb: remove unneeded argument in check_multi_target_resumptionSimon Marchi2-1/+6
2021-03-17gdb/testsuite: add test for run/attach while program is runningSimon Marchi3-0/+195
2021-03-16Fix cygwin build errorChristian Biesinger2-1/+6
2021-03-16gdb/python: fix FrameDecorator regression on Python 2Andrew Burgess6-1/+169
2021-03-16gdb/testsuite: squash duplicate test names in gdb.threads/*.expAndrew Burgess7-48/+77
2021-03-15Fix GDB build with GCC 4.8.2Tom Tromey3-2/+12
2021-03-15gdb: remove spurious colon in create_debug_type_hash_table debug printSimon Marchi2-1/+6
2021-03-15gdb: add logging to dwarf2_initialize_objfileSimon Marchi1-1/+14
2021-03-15gdb: remove dw2_get_file_names_reader's info_ptr parameterSimon Marchi2-2/+6
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