aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2020-01-25Test 'set exec-file-mismatch ask|warn|off'.Philippe Waroquiers4-1/+89
2020-01-24gdb: Better frame tracking for inline framesAndrew Burgess3-0/+542
2020-01-24gdb: Don't reorder line table entries too much when sorting.Andrew Burgess3-0/+196
2020-01-24gdb: Include end of sequence markers in the line tableAndrew Burgess3-6/+41
2020-01-24Fix re-runs of a second inferior (PR gdb/25410)Pedro Alves4-0/+244
2020-01-24gdb: Enable stdin on exception in execute_gdb_commandAndrew Burgess2-0/+93
2020-01-24gdb: Re-enable stdin for all UIs from start_event_loopAndrew Burgess3-0/+144
2020-01-24gdb/tui: asm window handles invalid memory and scrolls betterAndrew Burgess2-0/+47
2020-01-19Make "file" clear TUI source windowTom Tromey2-0/+11
2020-01-16Fix some spelling errors.Christian Biesinger2-1/+5
2020-01-16[gdb] Move ChangeLog entries to their right filesPedro Alves2-1/+62
2020-01-14Fix valgrind error from gdb.decode_lineTom Tromey2-0/+10
2020-01-14Make skip without argument skip the current inline functionBernd Edlinger2-0/+18
2020-01-13gdb: Handle malformed ELF, symbols in non-allocatable sectionsAndrew Burgess4-0/+239
2020-01-13gdb/testsuite: Allow DWARF assembler to create multiple line tablesAndrew Burgess2-0/+7
2020-01-13gdb/tui: Place window titles in the center of the borderAndrew Burgess2-3/+19
2020-01-10Switch the inferior before outputting its id in "info inferiors"Tankut Baris Aktemur2-27/+93
2020-01-10Switch the inferior too in switch_to_program_space_and_threadPedro Alves2-0/+97
2020-01-10Add "info connections" command, "info inferiors" connection number/stringPedro Alves16-23/+75
2020-01-10Add multi-target testsPedro Alves4-0/+472
2020-01-10Fix reconnecting to a gdbserver already debugging multiple processes, IPedro Alves2-1/+8
2020-01-10Avoid another inferior_ptid reference in gdb/remote.cTankut Baris Aktemur2-1/+12
2020-01-10Make "show remote exec-file" inferior-awarePedro Alves2-0/+50
2020-01-10Preserve selected thread in all-stop w/ background executionPedro Alves6-14/+298
2020-01-10Fix handling of null stap semaphoresGeorge Barrett3-7/+44
2020-01-10gdb/testsuite/gdb.base/stap-probe: Minor clean-upGeorge Barrett3-8/+22
2020-01-09gdb/tui: Link source and assembler scrolling .... againAndrew Burgess2-0/+31
2020-01-09gdb: Fix scrolling in TUITom Tromey3-6/+31
2020-01-09gdb/tui: Fix 'layout asm' before the inferior has startedAndrew Burgess2-0/+38
2020-01-09gdb/testsuite/tui: Introduce check_box_contentsAndrew Burgess2-0/+35
2020-01-09gdb/testsuite/tui: Split enter_tui into two procsAndrew Burgess2-3/+18
2020-01-09gdb/testsuite/tui: Always dump_screen when askedAndrew Burgess2-2/+7
2020-01-09gdb/testsuite: Fix race condition in gdb.base/skip.expAndrew Burgess2-3/+10
2020-01-06gdb: Fix backtrace with disassemble-next-line onAndrew Burgess3-0/+93
2020-01-05gdb: use tui_set_layout not show_layout to fix window focusAndrew Burgess2-0/+7
2020-01-03Ensure GDB warnings are styled.Philippe Waroquiers2-0/+10
2020-01-01Update copyright year range in all GDB files.Joel Brobecker3653-3653/+3653
2019-12-29Fix setting breakpoints or stepping on line 65535Bernd Edlinger3-0/+52
2019-12-27[PATCH] Adjust test gdb.ada/ptype_tagged_param.exp for when GNAT runtime does...Simon Marchi4-4/+71
2019-12-20sym-info-cmds.exp: add yet another missing quote in test nameSimon Marchi2-1/+6
2019-12-20sym-info-cmds.exp: add missing quote in test nameSimon Marchi2-1/+6
2019-12-20testsuite, cp: increase the coverage of testing pass-by-ref argumentsTankut Baris Aktemur5-86/+799
2019-12-20Fix "list" command in the TUITom Tromey2-0/+38
2019-12-20Display "main" on initial TUI startupTom Tromey2-1/+5
2019-12-19Handle CRLF when reading XML on WindowsTom Tromey2-3/+16
2019-12-18Update gdb.base/default.exp for GDB 10Simon Marchi2-1/+5
2019-12-17Fix skip.exp test failure observed with gcc-9.2.0Bernd Edlinger2-5/+15
2019-12-17Whitespace fix in gdb.base/skip.expBernd Edlinger2-2/+6
2019-12-16Add a test case for skip with inlined functionsBernd Edlinger3-0/+147
2019-12-16Fix double-free when creating more than one block in JIT debug info readerSimon Marchi5-31/+99