aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (3)Tom de Vries2019-11-0216-69/+48
* [gdb/testsuite] Fix local-static.exp with g++-4.8Tom de Vries2019-10-161-3/+37
* [gdb/testsuite] Fix local-static.exp with gcc-4.8Tom de Vries2019-10-041-1/+3
* Remove Cell Broadband Engine debugging supportUlrich Weigand2019-09-207-35/+0
* un-XFAIL under Clang tests using labelsDavid Blaikie2019-09-061-1/+0
* [gdb, c++] Improve error message when using libstdcxx without SDT probesTom de Vries2019-08-261-0/+41
* [gdb/testsuite] Make skip_libstdcxx_probe_tests return 1 if trueTom de Vries2019-08-261-1/+1
* [gdb/testsuite] Run read1 timeout tests with with_read1_timeout_factorTom de Vries2019-08-051-2/+9
* "catch catch/throw/rethrow", breakpoint -> catchpointPedro Alves2019-07-092-18/+6
* Fix "info break" + "catch catch" + -static-{libstdc++,libgcc}Pedro Alves2019-07-093-0/+148
* Fix two buglets in cp_print_value_fields patchTom Tromey2019-06-271-1/+2
* gdb: Don't allow annotations to influence what else GDB printsAndrew Burgess2019-06-152-1/+2
* Add thread-exit annotation.Amos Bird2019-06-061-0/+2
* Fix crash in cp_print_value_fieldsTom Tromey2019-05-292-0/+73
* [gdb/testsuite] Require c++11 where necessaryTom de Vries2019-05-213-3/+6
* Fix crash in dwarf2read.c with template parametersTom Tromey2019-04-301-0/+23
* c++/24367: Infinite recursion of typedef substitutionKeith Seitz2019-04-252-0/+18
* gdb/aarch64: Use type_align instead of aarch64_type_alignAndrew Burgess2019-04-232-0/+116
* Testsuite: Ensure stack protection is off for GCCAlan Hayward2019-01-211-1/+1
* gdb: Remove support for old mangling schemesSimon Marchi2019-01-091-1416/+3
* Update copyright year range in all GDB files.Joel Brobecker2019-01-01268-268/+268
* Aarch64: Fix segfault when casting dummy callsAlan Hayward2018-11-163-0/+165
* testsuite: ovldbreak.exp: fix regexpAlan Hayward2018-10-191-5/+5
* Finding data member in virtual base classWeimin Pan2018-10-082-0/+160
* Simplify complaints even moreTom Tromey2018-10-041-1/+1
* Clean up "Reading symbols" outputTom Tromey2018-10-041-1/+1
* Skip GDB tab-completion tests if no readline.Sandra Loosemore2018-09-191-0/+8
* Logical short circuiting with argument listsRichard Bunt2018-09-191-0/+3
* Allow "info address" of a template parameterTom Tromey2018-08-021-0/+8
* Fix failure to find member of a typedef base classWeimin Pan2018-06-182-0/+69
* Add "continue" response to pagerTom Tromey2018-06-051-5/+5
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-1/+1
* Handle alignof and _AlignofTom Tromey2018-04-301-0/+174
* Show line numbers in output for "info var/func/type"Andreas Arnez2018-04-133-5/+5
* Fix infinite recursion when printing static member with typedefWeimin Pan2018-04-022-0/+71
* Add psymbols for nested typesKeith Seitz2018-03-234-0/+174
* Fix watching structs in C++Andreas Arnez2018-03-072-0/+63
* Fix type of values representing optimized out static membersSimon Marchi2018-02-071-0/+2
* Do not classify C struct members as a filenameLeszek Swirski2018-02-012-3/+39
* Update copyright year range in all GDB filesJoel Brobecker2018-01-02252-252/+252
* Fix regression: expression completer and scope operator (PR gdb/22584)Pedro Alves2017-12-132-0/+55
* Record nested typesKeith Seitz2017-12-072-0/+950
* Replace mail address with the URL in copyright headerYao Qi2017-12-011-2/+1
* Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves2017-11-294-7/+148
* [gdb/testsuite] Fix return type of psymtab-parameterThomas Preud'homme2017-11-292-2/+3
* [gdb/testsuite] Fix wrong return type in testsThomas Preud'homme2017-11-294-3/+4
* Fix racy output matching in gdb.base/cpcompletion.expPedro Alves2017-11-091-1/+1
* Add some more breakpoint/location range testsPedro Alves2017-11-071-0/+13
* Make breakpoint/location number parsing error output consistentPedro Alves2017-11-071-24/+91
* Add base 'enable/disable invalid location range' testsPedro Alves2017-11-071-0/+38