summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp
Commit message (Expand)AuthorAgeFilesLines
* gdb/testsuite: change newline patterns used in gdb_testAndrew Burgess2023-04-275-28/+39
* [gdb/symtab] Fix line number of static const class memberTom de Vries2023-03-241-1/+3
* [gdb/testsuite] Fix gdb.cp/m-static.exp regression on Ubuntu 20.04Tom de Vries2023-03-241-2/+1
* [gdb/testsuite] Fix gdb.cp/cp-relocate.exp for remote hostTom de Vries2023-03-221-1/+3
* [gdb/testsuite] Fix gdb.cp/annota{2,3}.exp for native-extended-gdbserverTom de Vries2023-03-222-10/+30
* [gdb/testsuite] Fix gdb.cp/*.exp for remote hostTom de Vries2023-03-2212-1/+29
* gdb: fix crash during command completionAndrew Burgess2023-03-202-0/+25
* [gdb/testsuite] Handle attributes.h for remote hostTom de Vries2023-03-182-3/+8
* Use require with target_infoTom Tromey2023-03-101-8/+2
* [gdb/testsuite] Fix gdb.cp/breakpoint-shlib-func.exp with remote-gdbserver-on...Tom de Vries2023-03-071-0/+2
* gdb: don't treat empty enums as flag enumsAndrew Burgess2023-02-272-0/+79
* gdb/c++: fix handling of breakpoints on @plt symbolsAndrew Burgess2023-02-123-0/+124
* Use clean_restart in gdb.cpTom Tromey2023-01-262-8/+2
* Eliminate spurious returns from the test suiteTom Tromey2023-01-2619-23/+0
* gdb/testsuite: initialize "correct" variable in gdb.cp/cpexprs.exp.tclSimon Marchi2023-01-261-0/+2
* [gdb/testsuite] Add and use is_x86_64_m64_targetTom de Vries2023-01-261-3/+1
* gdb/testsuite: rename test source file to match test scriptAndrew Burgess2023-01-252-1/+1
* gdb/testsuite: use test_gdb_complete_unique more in C++ testsAndrew Burgess2023-01-251-4/+4
* Use "maint ignore-probes" in no-libstdcxx-probe.expTom Tromey2023-01-191-5/+4
* Use require in paramless.expTom Tromey2023-01-171-1/+1
* Fix parameter-less template regression in new DWARF readerTom Tromey2023-01-172-0/+87
* Rename to allow_shlib_testsTom Tromey2023-01-134-4/+4
* Rename to allow_hw_watchpoint_testsTom Tromey2023-01-131-1/+1
* Rename to allow_cplus_tests and allow_stl_testsTom Tromey2023-01-13126-126/+126
* Use require target_can_use_run_cmdTom Tromey2023-01-132-6/+2
* Use require !skip_stl_testsTom Tromey2023-01-135-5/+5
* Use require !skip_shlib_testsTom Tromey2023-01-132-6/+2
* Use require !skip_cplus_testsTom Tromey2023-01-13119-151/+119
* Use require dwarf2_supportTom Tromey2023-01-133-7/+3
* Fix crash with C++ qualified namesTom Tromey2023-01-091-0/+1
* gdb/c++: Detect ambiguous variables in imported namespacesBruno Larsen2023-01-061-2/+11
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-01315-315/+315
* [gdb/testsuite] Fix gdb.cp/step-and-next-inline.exp with -fcf-protectionTom de Vries2022-12-301-1/+10
* gdb/c++: validate 'using' directives based on the current lineBruno Larsen2022-12-212-4/+15
* gdb/testsuite: remove perror calls when failing to runSimon Marchi2022-12-0571-84/+0
* gdb/testsuite: remove use of then keyword from gdb.cp/*.expAndrew Burgess2022-11-2866-79/+79
* Show locno for 'multi location' breakpoint hit msg+conv var $_hit_bbnum $_hit...Philippe Waroquiers2022-11-193-8/+8
* gdb/testsuite: rewrite gdb.cp/call-method-register.exp with dwarf assemblerAndrew Burgess2022-11-182-76/+80
* gdb/testsuite: don't avoid DWARF assembler tests with ClangAndrew Burgess2022-11-181-5/+0
* PowerPC, fix support for printing the function return value for non-trivial v...Carl Love2022-11-141-1/+8
* gdb/testsuite: disable gdb.cp/call-method-register.exp when not using gccBruno Larsen2022-11-111-0/+5
* gdb/testsuite: remove XFAIL on gdb.cp/temargs.expBruno Larsen2022-11-111-2/+4
* gdb/testsuite: disable some tests of gdb.cp/typeid.exp when using ClangBruno Larsen2022-11-111-1/+9
* gdb/testsuite: skip gdb.cp/anon-struct.exp when using ClangBruno Larsen2022-11-111-0/+10
* gdb/testsuite: allow for Clang style destructors on gdb.cp/m-static.expBruno Larsen2022-11-111-5/+6
* gdb/testsuite: add XFAIL to gdb.cp/derivation.exp when using ClangBruno Larsen2022-11-111-0/+4
* gdb/testsuite: account for clang's nested destructor calls on gdb.cp/mb-ctor.expBruno Larsen2022-11-111-0/+18
* gdb/testsuite: enable running gdb.cp/classes.exp with clangBruno Larsen2022-11-111-1/+35
* gdb/testsuite: ignore Non-C-typedefs for gdb.cp/class2.expBruno Larsen2022-11-111-1/+8
* gdb/c++: Improve error messages in overload resolutionBruno Larsen2022-11-102-0/+228