summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.dwarf2
AgeCommit message (Expand)Author
2015-09-18default_read_var_value <LOC_UNRESOLVED>: Include minsym kind in error message.Doug Evans
2015-08-20Fix language of compilation unit with unknown file extensionPedro Alves
2015-08-19dwarf2read.c: Check type of string valued attributes prior to decoding.Kevin Buettner
2015-07-23Fix crash when reading dummy CUs.Doug Evans
2015-05-27PR symtab/18258Doug Evans
2015-05-26Rename dwarf2 to dwarf in "set debug" and maintenance commands.Doug Evans
2015-04-15Fix fails in gdb.dwarf2/dynarr-ptr.expYao Qi
2015-04-01Share the "multi_line" helper among all testcasesPierre-Marie de Rodat
2015-03-26Properly intern constants into psymtabAndy Wingo
2015-03-23PR gdb/18021 - defend against "static virtual" methodsKeith Seitz
2015-02-09GCC5/DWARFv5 Handle DW_TAG_atomic_type for C11 _Atomic type qualifier.Mark Wielaard
2015-01-11Require numeric attributes to specify the form.Doug Evans
2015-01-02gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.Doug Evans
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-04Correct invalid assumptions made by (mostly) DWARF-2 testsMaciej W. Rozycki
2014-11-28Fix prints in tests for Python 3Simon Marchi
2014-11-26gdb.dwarf2/dw2-op-out-param.S: Fix comment.Doug Evans
2014-11-22[arm] Fix fails in dw2-compdir-oldgcc.expYao Qi
2014-11-14Fix dw2-ifort-parameter.exp fail with clangYao Qi
2014-11-14Fix implptr-optimized-out.exp failYao Qi
2014-11-14Use Dwarf::assemble in implptr-optimized-out.expYao Qi
2014-11-14Get start and end address of main in dwz.expYao Qi
2014-10-20Don't remove files copied to hostYao Qi
2014-10-18Fix the gdb.dwarf2/dw2-dir-file-name.exp test on MIPSKwok Cheung Yeung
2014-10-14gdb.dwarf2: Testsuite 64-bit pointer truncation fixesMaciej W. Rozycki
2014-10-13Fix dw2-op-out-param.S CU offset values.Doug Evans
2014-09-19Run dw2-var-zero-addr.exp with --readnowYao Qi
2014-09-18New "producer" attribute of python gdb.Symtab.Doug Evans
2014-09-10dynarr-ptr.exp: Add ptype tests.Joel Brobecker
2014-09-10Ada: Print bounds/length of pointer to array with dynamic boundsJoel Brobecker
2014-09-10Ada subscripting of pointer to array with dynamic boundsJoel Brobecker
2014-09-10print PTR.all where PTR is an Ada thin pointerJoel Brobecker
2014-08-22Fix pr 17276.Doug Evans
2014-08-20Fix handling of typedefs to types having a data_location attribute.Joel Brobecker
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves
2014-08-18gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound in array range.Joel Brobecker
2014-08-18DW_AT_data_location and DW_OP_push_object_address testcase.Joel Brobecker
2014-06-23testsuite: Use istarget and is_lp64_target for 3 testcases.Jan Kratochvil
2014-06-07Revert patchset for c++/16253: it causes a large performance regression.Keith Seitz
2014-05-16Copy file1.txt to remote host in dw2-filename.exp and dw2-anonymous-func.expYao Qi
2014-05-15Make more robust when run in parallel mode.Doug Evans
2014-05-07Relax the pattern in dwzbuildid.expYao Qi
2014-04-26Compute the function length instead of hard coding itYao Qi
2014-04-25Remove unused labels in dwarf assemblerYao Qi
2014-04-16PR gdb/15827Keith Seitz
2014-04-14Remove symbol_matches_domain. This fixesKeith Seitz
2014-04-14implement support for "enum class"Tom Tromey
2014-04-14handle DW_AT_type on an enumerationTom Tromey
2014-04-14test: cover subranges with present DW_AT_count attributeSanimir Agovic
2014-04-11Revert the entire VLA series.Joel Brobecker