aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.linespec
AgeCommit message (Expand)AuthorFilesLines
3 days[gdb/testsuite, tclint] Fix gdb.linespecTom de Vries7-9/+9
5 daysRemove uses of "eval" from gdb testsuiteTom Tromey1-3/+2
2025-09-03[gdb/testsuite] Fix clean_restart <absolute filename> in gdb.linespecTom de Vries2-2/+2
2025-06-12gdb, linespec: avoid multiple locations with same PCKlaus Gerlicher2-0/+8
2025-04-08Update copyright dates to include 2025Tom Tromey41-41/+41
2025-02-27gdb, gdbserver, gdbsupport: fix some namespace comment formattingSimon Marchi1-2/+2
2025-02-04[gdb/testsuite] Use c++ flag in c++ test-casesTom de Vries2-1/+9
2025-01-24Fix C++ template function matching in cooked indexTom Tromey3-3/+27
2024-12-20[gdb/testsuite] Use -nostdlib in gdb.linespec/explicit.expTom de Vries2-1/+12
2024-10-06[gdb] Fix common misspellingsTom de Vries2-2/+2
2024-09-07gdb: parse pending breakpoint thread/task immediatelyAndrew Burgess2-7/+15
2024-08-29gdb: reject inserting breakpoints between functionsAndrew Burgess6-9/+125
2024-03-29[gdb/testsuite] Fix missing return type in gdb.linespec/break-asm-file.cTom de Vries1-1/+1
2024-02-26gdb: Modify the output of "info breakpoints" and "delete breakpoints"Tiezhu Yang2-4/+4
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess38-38/+38
2023-11-24[gdb/testsuite] Use more %progbits for armTom de Vries3-8/+16
2023-08-29[gdb/testsuite] Require gcc >= 5 in gdb.linespec/cpls-abi-tag.expTom de Vries1-0/+8
2023-08-29[gdb/testsuite] Handle some test-cases with older compilerTom de Vries1-1/+5
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess2-2/+3
2023-05-02gdb/testsuite: compile gdb.linespec/cp-completion-aliases.exp as C++Andrew Burgess1-1/+1
2023-04-27gdb/testsuite: special case '^' in gdb_test patternAndrew Burgess1-2/+2
2023-02-06gdb: error if 'thread' or 'task' keywords are overusedAndrew Burgess1-2/+8
2023-01-26Use clean_restart in gdb.linespecTom Tromey1-3/+1
2023-01-25Use require with is_remoteTom Tromey1-4/+3
2023-01-13Rename to allow_cplus_tests and allow_stl_testsTom Tromey6-6/+6
2023-01-13Use require using_fissionTom Tromey1-4/+1
2023-01-13Use require !skip_cplus_testsTom Tromey5-20/+5
2023-01-13Use require dwarf2_supportTom Tromey1-3/+1
2023-01-06gdb/testsuite: Fix FAILs in gdb.linespec/cpcompletion.exp when using clangBruno Larsen1-15/+18
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker38-38/+38
2022-10-25[gdb/testsuite] Handle missing .note.GNU-stackTom de Vries2-0/+2
2022-04-26gdb/testsuite: use with_cwd where possibleSimon Marchi2-17/+19
2022-04-07gdb/testsuite: add "macros" option to gdb_compileSimon Marchi1-8/+1
2022-02-24Support template lookups in strncmp_iw_with_modeKeith Seitz3-36/+564
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-0/+29
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker37-37/+37
2021-09-30gdb/testsuite: make runto_main not pass no-message to runtoSimon Marchi3-3/+0
2021-03-19Enable macro test for clang compilerSourabh Singh Tomar1-0/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker37-37/+37
2020-12-07gdb/completer: improve tab completion to consider the '-force-condition' flagTankut Baris Aktemur1-0/+14
2020-12-07gdb/linespec: relax the position of the '-force-condition' flagTankut Baris Aktemur1-0/+12
2020-10-27gdb/breakpoint: add flags to 'condition' and 'break' commands to force conditionTankut Baris Aktemur2-4/+9
2020-10-13gdb/testsuite/: Use "-qualified" in explicit "break main", etc.Pedro Alves2-6/+6
2020-10-13'runto main' -> 'runto_main' throughoutPedro Alves1-1/+1
2020-05-30replace_typedefs: handle templates in namespacesPedro Alves2-0/+222
2020-05-28Fix "'operator new' should not return NULL" errors in testsuiteGary Benson1-2/+4
2020-05-27cp-completion-aliases.exp: Use test_gdb_complete_{unique,multiple}Pedro Alves1-23/+10
2020-03-19gdb: Remove C++ symbol aliases from completion listAndrew Burgess2-0/+127