aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert typedef hash to new hash tableSimon Marchi6 days1-6/+19
* [gdb/contrib] Add two rules in common-misspellings.txtTom de Vries8 days2-9/+9
* gdb/disasm: fix demangling when disassembling the current functionAndrew Burgess9 days1-0/+23
* [gdb/contrib] Handle capitalized words in spellcheck.shTom de Vries2024-11-131-1/+1
* Handle type-casting in template parameter list when hashing symbolsShahab Vahedi2024-11-122-0/+81
* [gdb/testsuite] Fix some test-cases for check-read1 (gdb_test_lines)Tom de Vries2024-10-251-36/+33
* [gdb] Fix more common misspellingsTom de Vries2024-10-061-1/+1
* [gdb] Fix common misspellingsTom de Vries2024-10-062-2/+2
* gdb/testsuite: add no-delete-breakpoints option to 'runto' procAndrew Burgess2024-08-281-11/+2
* [gdb/testsuite] Fix trailing-text-in-parentheses duplicatesTom de Vries2024-07-3113-48/+49
* [gdb/testsuite] Fix gdb.cp/m-static.exp on armTom de Vries2024-07-241-4/+11
* Allow calling of user-defined function call operatorsHannes Domani2024-06-122-0/+32
* Implement C++14 numeric separatorsTom Tromey2024-05-141-0/+4
* Adjust C++ destructor type testsJason Merrill2024-05-141-3/+3
* [gdb/testsuite] Use save_vars to restore GDBFLAGSTom de Vries2024-05-031-4/+4
* gdb: rename unwindonsignal to unwind-on-signalAndrew Burgess2024-03-251-8/+8
* Fix casting in-memory values of primitive types to const referenceHannes Domani2024-03-203-0/+10
* Fix reinterpret_cast for classes with multiple inheritanceHannes Domani2024-03-202-0/+18
* Fix comparison of array typesHannes Domani2024-03-201-0/+1
* Special case NULL pointers in dynamic type resolutionTom Tromey2024-03-111-2/+2
* gdb: Modify the output of "info breakpoints" and "delete breakpoints"Tiezhu Yang2024-02-264-11/+11
* gdb, types: Resolve pointer types dynamicallyBernhard Heckel2024-02-022-0/+19
* Make nsalias.exp more reliableTom Tromey2024-01-281-1/+1
* [gdb/testsuite] Fix gdb.cp/namespace.exp with read1Tom de Vries2024-01-141-2/+3
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-12326-326/+326
* [gdb/testsuite] Handle PAC markerTom de Vries2024-01-041-4/+4
* Allow calling of variadic C++ functionsHannes Domani2023-12-142-0/+39
* Fix dynamic_castHannes Domani2023-12-112-0/+42
* Fix printing of global variable stubs if no inferior is runningHannes Domani2023-12-082-0/+63
* gdb/testsuite: tighten up some end-of-line patternsAndrew Burgess2023-12-081-1/+1
* [gdb/testsuite] Improve xfail in gdb.cp/nsusing.expTom de Vries2023-08-281-4/+16
* [gdb/testsuite] Add xfail in gdb.cp/subtypes.expTom de Vries2023-08-281-2/+26
* [gdb/testsuite] Refactor gdb.cp/subtypes.expTom de Vries2023-08-281-18/+22
* [gdb/testsuite] Handle gdb.cp/*.exp with older compilerTom de Vries2023-08-288-9/+65
* gdb: MI stopped events when unwindonsignal is onAndrew Burgess2023-08-231-1/+6
* [gdb/symtab] Find main language without symtab expansionTom de Vries2023-08-052-0/+51
* Remove some TODOs from gdb.cp testsTom Tromey2023-07-115-99/+15
* gdb/cp-namespace.c: Fix assert failure caused by malformed user inputAaron Merey2023-07-071-0/+6
* [gdb] Fix typosTom de Vries2023-06-032-4/+4
* 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