aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2018-04-16Adjust more test cases to changed output of info var/func/typeAndreas Arnez3-2/+8
2018-04-13Show line numbers in output for "info var/func/type"Andreas Arnez8-9/+20
2018-04-13btrace: set/show record btrace cpuMarkus Metzger2-0/+80
2018-04-13infrun: step through indirect branch thunksMarkus Metzger5-0/+258
2018-04-11Add test for following fork on position-independent executablesSimon Marchi3-0/+104
2018-04-11Add Rust test case for ".." struct initializerTom Tromey2-0/+7
2018-04-10Fix gdb.base/fork-running-state.exp racePedro Alves2-16/+10
2018-04-07Fix gdb.mi/mi-stack.exp when gcc generates a stack protectorSimon Marchi3-5/+11
2018-04-07Fix indentation in gdb.mi/mi-stack.expSimon Marchi2-55/+58
2018-04-07Fix generation of x86-64 gdbarch with osabi none (PR 22979)Simon Marchi2-0/+48
2018-04-07Make "set osabi none" really work (PR 22980)Simon Marchi2-0/+31
2018-04-02Fix merge issues in gdb/ChangeLog and gdb/testsuite/ChangeLog...Joel Brobecker1-7/+1
2018-04-02Fix infinite recursion when printing static member with typedefWeimin Pan3-0/+82
2018-03-27set varsize-limit: New GDB setting for maximum dynamic object sizeJoel Brobecker5-0/+110
2018-03-27problem looking up some symbols when they have a linkage nameJoel Brobecker9-1/+228
2018-03-26Throw a "quit" on a KeyboardException in py-framefilter.cTom Tromey3-1/+17
2018-03-26Allow hiding of some filtered framesTom Tromey2-0/+8
2018-03-23Add psymbols for nested typesKeith Seitz5-0/+182
2018-03-23gdb: Fix testsuite issue in gdb.arch/amd64-disp-step-avx.expAndrew Burgess3-8/+32
2018-03-23gdb: Minor cleanup in some gdb.arch/* testsAndrew Burgess6-33/+16
2018-03-23Testsuite: fully migrate to use_gdb_stub convenience funcAndreas Arnez25-24/+52
2018-03-22Make "info proc cmdline" show args on GNU/LinuxAndreas Arnez2-0/+17
2018-03-20Replace the linear search in find_pc_sect_line with a binary search.Stephen Roberts4-0/+201
2018-03-19Support bare-identifier field initializers in RustTom Tromey3-0/+14
2018-03-19Convert observers to C++Tom Tromey2-143/+4
2018-03-19Testsuite: Fix ambiguous "break" due to libinproctraceAndreas Arnez26-50/+79
2018-03-16Fix tspeed test case: copy libinproctrace to targetAndreas Arnez2-0/+6
2018-03-14Special case NULL when using printf's %s formatTom Tromey3-0/+13
2018-03-14Allow - in %p for printfTom Tromey2-0/+10
2018-03-08remote-stdio-gdbserver: Pass "target" to remote_exec to delete fileSimon Marchi2-1/+7
2018-03-08Don't redefine upload/download/file in gdbserver-baseSimon Marchi2-22/+6
2018-03-07Fix watching structs in C++Andreas Arnez3-0/+68
2018-03-06gdb: Initial baremetal riscv supportAndrew Burgess4-0/+334
2018-03-02[GDB/testsuite] Use %progbits in watch-loc.cThomas Preud'homme3-2/+7
2018-02-28Make gdbserver work with filename-only binariesSergio Durigan Junior3-0/+87
2018-02-28testsuite: Restore gdb_is_target_remote_promptSimon Marchi2-8/+24
2018-02-26Add test for load commandSimon Marchi4-8/+98
2018-02-26Make "bt N" print correct number of frames when using a frame filterTom Tromey2-1/+6
2018-02-26Handle DW_TAG_variant_part and DW_TAG_variantTom Tromey3-0/+276
2018-02-26Convert Rust to use discriminated unionsTom Tromey2-2/+6
2018-02-25Fix double space expected in cp_test_ptype_classSimon Marchi2-1/+6
2018-02-23GDB/testsuite: Fix a typo in $actual_lineMaciej W. Rozycki2-1/+6
2018-02-21Fix a typo.John Baldwin2-1/+5
2018-02-20btrace, testsuite: do not force BTSMarkus Metzger2-9/+10
2018-02-14Fix GDB crash after Quit thrown from unwinder snifferPedro Alves2-0/+18
2018-02-09btrace: reword error messagesMarkus Metzger2-2/+7
2018-02-07Fix type of values representing optimized out static membersSimon Marchi2-0/+7
2018-02-03gdb/testsuite: Remove use of dejagnu cleanup procAndrew Burgess3-3/+5
2018-02-02MI: Allow non-raw varobj evaluationLeszek Swirski via gdb-patches5-1/+64
2018-02-01Do not classify C struct members as a filenameLeszek Swirski3-3/+45