aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2018-02-28Make gdbserver work with filename-only binariesSergio Durigan Junior3-0/+87
2018-01-22Fix segfault with 'set print object on' + 'whatis <struct>' & coPedro Alves2-4/+27
2018-01-17Relax gdb.compile/compile.exp to match the address printed for frameYao Qi2-2/+10
2018-01-15Fix scm-ports.exp regressionTom Tromey2-1/+6
2018-01-12Add testcase for GDB hang fixed by previous commitPedro Alves3-0/+121
2018-01-11Fix backwards compatibility with old GDBservers (PR remote/22597)Pedro Alves3-0/+102
2018-01-10Ada: make verbatim matcher override other language matchers (PR gdb/22670)Pedro Alves4-2/+88
2018-01-10Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670)Pedro Alves2-2/+8
2018-01-10Fix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670)Pedro Alves2-3/+6
2018-01-08Fix GDBserver build failure when $development is falseYao Qi2-3/+15
2018-01-08Fix GDB build failure when $development is falseYao Qi2-1/+16
2018-01-05Fix regression: cannot start with LD_PRELOAD=libSegFault.so (PR gdb/18653#c7)Pedro Alves2-0/+89
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves5-0/+108
2018-01-05Fix gdb.ada/info_addr_mixed_case.exp (PR gdb/22670)Pedro Alves2-8/+14
2018-01-04gdb.ada/maint_with_ada.exp: New testcaseJoel Brobecker5-0/+125
2018-01-04Add new gdb.ada/bp_c_mixed_case testcase for PR gdb/22670Joel Brobecker4-0/+99
2018-01-04Add "complete break ada" test to gdb.ada/complete.expJoel Brobecker2-0/+26
2018-01-04Add gdb.ada/info_addr_mixed_case new testcaseJoel Brobecker5-0/+127
2018-01-03(Ada) New command to stop at start of exception handler.Xavier Roirand4-0/+299
2018-01-03Unbreak spurious fails in gdb.base/step-line.expJoel Brobecker3-0/+7
2018-01-01[gdb/Ada] slices of arrays with dynamic stridesJoel Brobecker2-0/+7
2018-01-01Add support for dynamic DW_AT_byte_stride.Joel Brobecker3-0/+84
2018-01-02Update copyright year range in all GDB filesJoel Brobecker3200-3202/+3200
2017-12-27tdesc: handle arbitrary strings in tdesc_register_in_reggroup_pStafford Horne3-0/+9
2017-12-27reggroups: Add test and docs for `info reg $reggroup` featureStafford Horne3-0/+140
2017-12-19Fix ChangeLog formattingSimon Marchi1-1/+1
2017-12-17improved error message when getting an exception printing a variableJoel Brobecker3-0/+143
2017-12-17(Ada) crash assigning to record component which is an arrayJoel Brobecker4-0/+81
2017-12-17Ada: fix bad handling in ada_convert_actualXavier Roirand5-0/+112
2017-12-15Implement pahole-like 'ptype /o' optionSergio Durigan Junior3-0/+517
2017-12-15Skip 'maintenance check xml-descriptions' if XML is disabledYao Qi2-1/+8
2017-12-14(Ada) Handle same component names when searching in tagged typesXavier Roirand5-0/+188
2017-12-14Ada: unable to compare strings (Attempt to compare array with non-array)Joel Brobecker5-0/+107
2017-12-13(Ada) Add support for task switching when debugging core filesJoel Brobecker3-0/+137
2017-12-13python: Add qualified parameter to gdb.BreakpointSimon Marchi3-1/+90
2017-12-13Tighten regexp of lib/completion-support.exp:test_gdb_complete_tab_multiplePedro Alves2-1/+9
2017-12-13Fix regression: expression completer and scope operator (PR gdb/22584)Pedro Alves4-1/+65
2017-12-12fix "server" command prefix handling (unexpected confirmation queries)Joel Brobecker3-0/+65
2017-12-12gdb: testsuite: Add or1k tdesc-regs.exp test supportStafford Horne2-0/+7
2017-12-12gdb: testsuite: Add or1k l.nop instructionStafford Horne2-0/+6
2017-12-11Adapt gdb.ada/variant_record_packed_array.exp to accept reordered componentsJoel Brobecker2-6/+23
2017-12-11Adapt gdb.ada/pkd_arr_elem.exp to accept reordered componentsJoel Brobecker2-2/+17
2017-12-08DWARF-5: .debug_names index consumerJan Kratochvil6-11/+87
2017-12-08Clear non-significant bits of address in watchpointYao Qi3-0/+20
2017-12-08Adjust breakpoint address by clearing non-significant bitsYao Qi3-0/+37
2017-12-08Clear non-significant bits of address on memory accessYao Qi3-0/+120
2017-12-08Adjust gdb.arch/i386-sse-stack-align.exp print statementSergio Durigan Junior2-1/+6
2017-12-07Validate explicit locations with early terminationKeith Seitz2-1/+10
2017-12-07Record nested typesKeith Seitz5-49/+1443
2017-12-07Fix wrong prefix in py-breakpoint.expSimon Marchi2-73/+76