aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2022-03-07Handle non-ASCII identifiers in AdaTom Tromey12-0/+405
2022-03-04gdb: Use a typedef's scoped type name to identify local typedefsChristina Schimpe2-17/+94
2022-03-03gdb: testsuite: fix failed testcases in gdb.base/gdb-caching-proc.expTiezhu Yang1-0/+4
2022-03-01Some "distclean" fixes in gdbTom Tromey1-1/+1
2022-03-01gdb: testsuite: fix wrong expected result in attach-pie-noexec.expTiezhu Yang1-7/+37
2022-03-01gdb: testsuite: print explicit test result in can_spawn_for_attachTiezhu Yang1-0/+2
2022-02-28Fix "spawn id XYZ not open" errors in gdb.mi/mi-exec-run.expKeith Seitz1-23/+30
2022-02-28Handle multi-byte bracket sequences in Ada lexerTom Tromey2-2/+11
2022-02-28Handle 'QWW' encoding case in Ada enumsTom Tromey4-0/+114
2022-02-28gdb/python: Add gdb.InferiorThread.details attributeAndrew Burgess1-0/+5
2022-02-28Error when gdb_is_target_1 is called without running gdb instanceKeith Seitz1-0/+15
2022-02-28Fix gdb.fortran "failed to extract expected results" errorsKeith Seitz2-0/+12
2022-02-26Handle recursive internal problem in gdb_internal_error_resyncKevin Buettner1-0/+4
2022-02-25gdb/testsuite: fix list.exp test casesAndrew Burgess1-50/+31
2022-02-24Support template lookups in strncmp_iw_with_modeKeith Seitz5-36/+678
2022-02-24Fix crash in Fortran codeTom Tromey2-0/+206
2022-02-23Fix bug in C++ overload resolutionTom Tromey2-0/+13
2022-02-22gdb/testsuite/README: point to default value of INTERNAL_GDBFLAGSPhilippe Blain2-7/+9
2022-02-21gdb/testsuite: relax pattern in new gdb.mi/mi-multi-commands.exp testAndrew Burgess1-4/+4
2022-02-15gdb: Respect the DW_CC_nocall attributeLancelot SIX2-0/+132
2022-02-14gdb: use python to colorize disassembler outputAndrew Burgess1-1/+81
2022-02-11gdb/fortran: support ptype and print commands for namelist variablesBhuvanendra Kumar N2-0/+77
2022-02-11gdb: fix until behavior with trailing !is_stmt linesBruno Larsen2-0/+218
2022-02-11gdb: extend the information printed by 'maint info jit'Jan Vrany1-6/+30
2022-02-07gdb/python: allow Value.format_string to return styled outputAndrew Burgess1-3/+17
2022-02-07gdb: unbuffer all input streams when not using readlineAndrew Burgess1-0/+128
2022-02-07gdb: add the 'set/show suppress-cli-notifications' commandTankut Baris Aktemur2-0/+65
2022-02-06Allow non-ASCII characters in Rust identifiersTom Tromey2-0/+77
2022-02-06Fix Rust parser bug with function fieldsTom Tromey2-0/+77
2022-02-06gdb/tui: add window width information to 'info win' outputAndrew Burgess1-0/+61
2022-02-04gdb: include jit_code_entry::symfile_addr value in names of objfiles created ...Simon Marchi1-2/+2
2022-02-04Improve Ada unchecked union type printingTom Tromey2-2/+10
2022-02-03testsuite: fix failure in gdb.threads/killed-outside.expTankut Baris Aktemur1-2/+2
2022-02-02gdb: test to check one aspect of the linespec parsing codeAndrew Burgess1-0/+5
2022-02-02gdb: handle calls to edit command passing only a linespec conditionAndrew Burgess1-10/+16
2022-02-02gdb: handle calls to list command passing only a linespec conditionAndrew Burgess1-0/+12
2022-02-02gdb/testsuite: move linespec test into gdb.linespec/ directoryAndrew Burgess1-1/+1
2022-02-01gdb/python: fix gdb.Objfile.__repr__ () for dynamically compiled codeJan Vrany1-0/+10
2022-01-31gdb, testsuite, fortran: adapt info symbol expected output for intel compilersNils-Christian Kempke1-2/+27
2022-01-27gdb: work around negative DW_AT_data_member_location GCC 11 bugSimon Marchi2-0/+108
2022-01-26gdb/python: handle non utf-8 characters when source highlightingAndrew Burgess2-0/+93
2022-01-26gdb/python: improve the auto help text for gdb.ParameterAndrew Burgess1-10/+26
2022-01-26gdb/python: add gdb.history_count functionAndrew Burgess1-0/+12
2022-01-26Add a way to temporarily set a gdb parameter from PythonTom Tromey1-0/+18
2022-01-26Fix another crash with gdb parameters in PythonTom Tromey1-0/+4
2022-01-26Change how Python architecture and language are handledTom Tromey2-0/+10
2022-01-26gdb/testsuite: Ensure constant test name in gdb.base/break-interp.expLancelot SIX1-1/+1
2022-01-20Avoid bad breakpoints with --gc-sectionsTom Tromey4-0/+102
2022-01-19Add `set print array-indexes' tests for C/C++ arraysMaciej W. Rozycki3-0/+217
2022-01-19Respect `set print array-indexes' with Fortran arraysMaciej W. Rozycki1-0/+200