Fix base class function call
[binutils-gdb.git] / gdb / testsuite / gdb.cp /
2020-01-29 Tankut Baris Aktemurtestsuite, cp: add expected failures to pass-by-ref...
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-20 Tankut Baris Aktemurtestsuite, cp: increase the coverage of testing pass...
2019-12-09 Tankut Baris Aktemurgdb: rank an lvalue argument incompatible for an rvalue...
2019-12-06 Tankut Baris Aktemurgdb/testsuite: do minor clean-up in gdb.cp/rvalue-ref...
2019-12-06 Tankut Baris Aktemurgdb: fix overload resolution for see-through references
2019-11-02 Tom de Vries[gdb/testsuite] Remove superfluous 3rd argument from...
2019-10-16 Tom de Vries[gdb/testsuite] Fix local-static.exp with g++-4.8
2019-10-04 Tom de Vries[gdb/testsuite] Fix local-static.exp with gcc-4.8
2019-09-20 Ulrich WeigandRemove Cell Broadband Engine debugging support
2019-09-06 David Blaikieun-XFAIL under Clang tests using labels
2019-08-26 Tom de Vries[gdb, c++] Improve error message when using libstdcxx...
2019-08-26 Tom de Vries[gdb/testsuite] Make skip_libstdcxx_probe_tests return...
2019-08-05 Tom de Vries[gdb/testsuite] Run read1 timeout tests with with_read1...
2019-07-09 Pedro Alves"catch catch/throw/rethrow", breakpoint -> catchpoint
2019-07-09 Pedro AlvesFix "info break" + "catch catch" + -static-{libstdc...
2019-06-27 Tom TromeyFix two buglets in cp_print_value_fields patch
2019-06-15 Andrew Burgessgdb: Don't allow annotations to influence what else...
2019-06-06 Amos BirdAdd thread-exit annotation.
2019-05-29 Tom TromeyFix crash in cp_print_value_fields
2019-05-21 Tom de Vries[gdb/testsuite] Require c++11 where necessary
2019-04-30 Tom TromeyFix crash in dwarf2read.c with template parameters
2019-04-25 Keith Seitzc++/24367: Infinite recursion of typedef substitution
2019-04-23 Andrew Burgessgdb/aarch64: Use type_align instead of aarch64_type_align
2019-01-21 Alan HaywardTestsuite: Ensure stack protection is off for GCC
2019-01-09 Simon Marchigdb: Remove support for old mangling schemes
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-16 Alan HaywardAarch64: Fix segfault when casting dummy calls
2018-10-19 Alan Haywardtestsuite: ovldbreak.exp: fix regexp
2018-10-08 Weimin PanFinding data member in virtual base class
2018-10-04 Tom TromeySimplify complaints even more
2018-10-04 Tom TromeyClean up "Reading symbols" output
2018-09-20 Sandra LoosemoreSkip GDB tab-completion tests if no readline.
2018-09-19 Richard BuntLogical short circuiting with argument lists
2018-08-02 Tom TromeyAllow "info address" of a template parameter
2018-06-18 Weimin PanFix failure to find member of a typedef base class
2018-06-05 Tom TromeyAdd "continue" response to pager
2018-06-01 Tom TromeyRemove TYPE_TAG_NAME
2018-04-30 Tom TromeyHandle alignof and _Alignof
2018-04-13 Andreas ArnezShow line numbers in output for "info var/func/type"
2018-04-02 Weimin PanFix infinite recursion when printing static member...
2018-03-23 Keith SeitzAdd psymbols for nested types
2018-03-07 Andreas ArnezFix watching structs in C++
2018-02-07 Simon MarchiFix type of values representing optimized out static...
2018-02-02 Leszek SwirskiDo not classify C struct members as a filename
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-13 Pedro AlvesFix regression: expression completer and scope operator...
2017-12-07 Keith SeitzRecord nested types
2017-12-01 Yao QiReplace mail address with the URL in copyright header
2017-11-29 Pedro AlvesMake "break foo" find "A::foo", A::B::foo", etc. [C...
2017-11-29 Thomas Preud'homme[gdb/testsuite] Fix return type of psymtab-parameter
2017-11-29 Thomas Preud'homme[gdb/testsuite] Fix wrong return type in tests
2017-11-09 Pedro AlvesFix racy output matching in gdb.base/cpcompletion.exp
2017-11-07 Pedro AlvesAdd some more breakpoint/location range tests
2017-11-07 Pedro AlvesMake breakpoint/location number parsing error output...
2017-11-07 Pedro AlvesAdd base 'enable/disable invalid location range' tests
2017-11-07 Xavier RoirandAllow enabling/disabling breakpoint location ranges
2017-10-27 Patrick FrantsFix broken recursion detection when printing static...
2017-10-18 Keith SeitzCanonicalize conversion operators
2017-10-17 Keith SeitzRecord and output access specifiers for nested typedefs
2017-10-13 Pedro AlvesSkip a few tests on targets that can't use the "run...
2017-09-20 Pedro AlvesMake "list ambiguous" show symbol names too
2017-09-04 Pedro AlvesMake "p S::method() const::static_var" work too
2017-09-04 Pedro AlvesHandle "p 'S::method()::static_var'" (quoted) in symbol...
2017-09-04 Pedro AlvesHandle "p S::method()::static_var" in the C++ parser
2017-09-04 Pedro AlvesStop assuming no-debug-info variables have type int
2017-08-22 Pedro AlvesAdd test for "List actual code around more than one...
2017-05-03 Keith SeitzMake sure malloc is linked into gdb.cp/oranking.cc.
2017-04-27 Keith SeitzFix overload resolution involving rvalue references...
2017-04-12 Pedro AlvesTeach GDB that wchar_t is a built-in type in C++ mode
2017-04-12 Pedro AlvesFix PR c++/21323: GDB thinks char16_t and char32_t...
2017-03-20 Artemiy VolkovAdd rvalue reference tests and docs
2017-03-16 Thomas Preud'hommeFix expect for gdb.cp/m-static.exp
2017-03-10 Keith Seitzc++/8218: Destructors w/arguments.
2017-02-15 Thomas Preud'hommeFix illegal upper case gdb cmd in chained-calls.exp
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-23 Luis MachadoFix more cases of improper test names
2016-12-02 Luis MachadoRevert change to gdb.cp/ovldbreak.exp
2016-12-02 Luis MachadoDon't handle timeout inside gdb_test_multiple
2016-12-01 Luis MachadoFixup testcases outputting own name as a test name...
2016-12-01 Luis MachadoFix test names starting with uppercase using multi...
2016-12-01 Luis MachadoFix test names starting with uppercase using multi...
2016-12-01 Luis MachadoFix test names starting with uppercase using gdb_test_m...
2016-12-01 Luis MachadoFix test names starting with uppercase using gdb_test...
2016-12-01 Luis MachadoFix test names starting with uppercase output by basic...
2016-09-16 Jan Kratochviltestsuite: Fix false FAIL in gdb.cp/casts.exp
2016-09-15 Jan Kratochviltestsuite: Fix C++11 compilation failure for gdb.cp...
2016-09-06 Ulrich WeigandRemove obsolete TYPE_FLAG_... values
2016-08-01 Yao QiTweak gdb.cp tests for aarch32
2016-06-13 Andrew Burgessgdb: Use UNSUPPORTED not XFAIL for unsupported target...
2016-04-27 Simon MarchiRename gdb_load_shlibs to gdb_load_shlib
2016-03-15 Don BreazealPR 18303, Tolerate malformed input for lookup_symbol...
2016-03-02 bernhard.heckeltestsuite: Fix run to main issue introduced by GCC...
2016-02-08 Simon MarchiAlways organize test artifacts in a directory hierarchy
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-21 Simon MarchiRemove references to HP CC/aCC compiler from testsuite
2015-12-14 Sandra LoosemoreSkip tests that send ctrl-c to GDB if nointerrupts...
2015-11-27 Yao QiUse multi_line to make pattern more human readable
2015-11-27 Yao QiAllow multiple occurrences of the frames-invalid annota...
2015-11-27 Yao QiUse ${frames_invalid} in gdb.cp/annota2.exp
next