aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.opt
AgeCommit message (Expand)AuthorFilesLines
2023-01-13Use require !skip_shlib_testsTom Tromey1-3/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker23-23/+23
2022-12-14gdb/testsuite: fix readnow detectionAndrew Burgess1-2/+1
2022-12-05gdb/testsuite: remove perror calls when failing to runSimon Marchi1-1/+0
2022-11-28gdb/testsuite: remove use of then keyword from gdb.*/*.exp scriptsAndrew Burgess4-5/+5
2022-11-28[gdb/testsuite] Fix gdb.opt/solib-intra-step.exp for powerpc64leTom de Vries1-0/+19
2022-10-27[gdb/testsuite] Remove address from test namesTom de Vries1-1/+3
2022-07-26[gdb/testsuite] Fix gdb.opt/inline-small-func.exp with clangTom de Vries1-1/+7
2022-06-24gdb/testsuite: remove unneeded calls to get_compiler_infoAndrew Burgess5-13/+0
2022-05-24[gdb/testsuite] Fix gdb.opt/clobbered-registers-O2.exp with clangTom de Vries4-17/+50
2022-05-24[gdb/testsuite] Fix gdb.opt/clobbered-registers-O2.exp with gcc-12Tom de Vries1-1/+1
2022-05-16gdb/testsuite: fix "continue outside of loop" TCL errorsBruno Larsen2-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker21-21/+21
2021-11-10[gdb/testsuite] Add gdb.opt/break-on-_exit.expTom de Vries2-0/+92
2021-10-28[gdb/symtab] Handle DW_AT_string_length with location listTom de Vries2-0/+65
2021-09-30gdb/testsuite: make runto_main not pass no-message to runtoSimon Marchi2-6/+0
2021-04-19Fix kfail patterns in inline-locals.expTom Tromey1-2/+2
2021-04-14gdb/dwarf2: fix "info locals" for clang-compiled inlined functionsTankut Baris Aktemur2-0/+50
2021-04-06[gdb/breakpoints] Workaround missing line-table entryTom de Vries1-16/+1
2021-01-29[gdb/testsuite] Fix gdb.opt/solib-intra-step.exp with -m32 and gcc-10Tom de Vries1-24/+2
2021-01-26[gdb/testsuite] Fix gdb.opt/solib-intra-step.exp with -m32Tom de Vries1-17/+38
2021-01-01Update copyright year range in all GDB filesJoel Brobecker17-17/+17
2020-12-13gdb: introduce new 'maint flush ' prefix commandAndrew Burgess1-1/+1
2020-10-13Introduce mi_runto_mainPedro Alves1-1/+1
2020-10-13'runto main' -> 'runto_main' throughoutPedro Alves1-5/+5
2020-09-13gdb/testsuite: Explicitly return from mainPedro Alves1-1/+2
2020-07-21[gdb/testsuite] Make inline-locals.c deterministicTom de Vries2-1/+10
2020-05-12[gdb/testsuite] Fix duplicate test-names in gdb.{gdb,opt,xml}Tom de Vries1-1/+1
2020-04-28[gdb/testsuite] Add PR number to KFAIL in gdb.opt/inline-cmds.expTom de Vries1-1/+1
2020-04-02gdb: Don't remove duplicate entries from the line tableAndrew Burgess3-0/+103
2020-03-19[gdb/testsuite] Fix gdb.opt/inline-locals.exp KFAILsTom de Vries1-4/+22
2020-01-01Update copyright year range in all GDB files.Joel Brobecker14-14/+14
2019-01-01Update copyright year range in all GDB files.Joel Brobecker14-14/+14
2018-11-20gdb: Respect field width and alignment for 'fmt' fields in CLI outputAndrew Burgess1-0/+36
2018-06-29"break LINENO/*ADDRESS", inline functions and "info break" outputPedro Alves1-0/+6
2018-06-29Fix running to breakpoint set in inline function by lineno/addressPedro Alves2-1/+43
2018-06-19Change inline frame breakpoint skipping logic (fix gdb.gdb/selftest.exp)Pedro Alves2-0/+59
2018-06-14Revert accidental push of "Inline breakpoints" commitPedro Alves2-38/+0
2018-06-14Inline breakpointsPedro Alves2-0/+38
2018-05-17Don't elide all inlined framesKeith Seitz2-0/+96
2018-01-02Update copyright year range in all GDB filesJoel Brobecker14-14/+14
2017-11-22Show optimized out local variables in "info locals"Simon Marchi1-0/+2
2017-11-13gdb.opt/inline-locals.exp: Remove trailing parentheses in test namesSimon Marchi1-18/+18
2017-10-27Use SaL symbol name when reporting breakpoint locationsKeith Seitz1-0/+75
2017-01-01update copyright year range in GDB filesJoel Brobecker14-14/+14
2016-12-23Fix more cases of improper test namesLuis Machado5-7/+7
2016-12-01Fixup testcases outputting own name as a test name and standardize failed com...Luis Machado1-1/+1
2016-12-01Fix test names starting with uppercase using gdb_test on a single line.Luis Machado1-1/+1
2016-12-01Fix test names starting with uppercase output by basic functionsLuis Machado1-1/+1
2016-07-19Build gdb.opt/inline-*.exp tests at -O0, rely on __attribute__((always_inline))Pedro Alves5-5/+11