aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2017-09-14gdb.base/nodebug.exp: Rename called functionsPedro Alves2-2/+22
2017-09-11Make extract_arg return a std::stringTom Tromey2-1/+5
2017-09-11Add new_inferior, inferior_deleted, and new_thread eventsTom Tromey3-0/+41
2017-09-08Remove C/C++ relevant code in Fortran specific file.Christoph Weinmann3-0/+67
2017-09-08fortran: Testsuite, fix typos in vla-value.Bernhard Heckel3-4/+9
2017-09-08Fortran: Testsuite, fix differences in type naming.Bernhard Heckel4-15/+31
2017-09-08Fix indentation for printing Fortran types with pointersFrank Penczek3-0/+78
2017-09-06Cast char constant to int in sizeof.expTom Tromey2-1/+6
2017-09-06Fix calls in gdb.arch/thumb2-it.expThomas Preud'homme2-2/+6
2017-09-06Fix accessing TLS variables with no debug infoJan Kratochvil3-0/+62
2017-09-05Don't use -fdiagnostics-color=never for rustcTom Tromey2-1/+11
2017-09-05Test different follow-exec-mode settings in gdb.multi/multi-arch-exec.expSimon Marchi2-7/+23
2017-09-04Make "p S::method() const::static_var" work tooPedro Alves3-16/+149
2017-09-04Handle "p 'S::method()::static_var'" (quoted) in symbol lookupPedro Alves3-5/+18
2017-09-04Handle "p S::method()::static_var" in the C++ parserPedro Alves4-0/+285
2017-09-04Stop assuming no-debug-info variables have type intPedro Alves10-35/+112
2017-09-04Make ptype/whatis print function name of functions with no debug info tooPedro Alves2-8/+9
2017-09-04Stop assuming no-debug-info functions return intPedro Alves11-65/+199
2017-09-04Fix calling prototyped functions via function pointersPedro Alves2-5/+30
2017-09-04gdb.base/commands.exp: Test loop_break and loop_continue in nested loopsSimon Marchi2-23/+47
2017-09-04Add tests for loop_break and loop_continue commandsSimon Marchi2-0/+48
2017-09-04Error out immediatly when using if command without args in command listSimon Marchi2-0/+21
2017-09-04Clarify "list" output when specified lines are ambiguousPedro Alves5-1/+163
2017-08-31Implement the ability to set/unset environment variables to GDBserver when st...Sergio Durigan Junior3-0/+300
2017-08-28gdb.base/commands.exp: Remove unused global referencesSimon Marchi2-21/+13
2017-08-28define_command: Don't convert command name to lower caseSimon Marchi2-0/+35
2017-08-23Fix PR remote/21852: Remote run without specifying a local binary crashes GDBSergio Durigan Junior3-0/+92
2017-08-23gdb: SPARC ADI supportWeimin Pan3-0/+203
2017-08-22Add test for "List actual code around more than one location" changePedro Alves2-1/+38
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey2-60/+4
2017-08-21Handle function aliases better (PR gdb/19487, errno printing)Pedro Alves4-0/+109
2017-08-21Fix type casts losing typedefs and reimplement "whatis" typedef strippingPedro Alves9-1/+592
2017-08-18GDBserver self testsYao Qi2-0/+45
2017-08-15Fix PR gdb/21954: make 'unset environment' work againSergio Durigan Junior2-0/+9
2017-08-14GDB testsuite: Suppress GCC's colored outputAndreas Arnez2-1/+34
2017-08-14Fix two regressions in scalar printingTom Tromey4-5/+24
2017-08-12testsuite: Exclude end-of-line characters from get_valueof resultSimon Marchi2-1/+6
2017-08-05Fix Rust test suite for 1.20 betaTom Tromey2-3/+8
2017-07-26Add "maint check xml-descriptions" to test builtin xml target descriptionsYao Qi2-0/+10
2017-07-25Catch exceptions thrown from gdbarch_skip_prologueYao Qi1-103/+123
2017-07-24s390-vregs.exp: Fix Tcl error after non-zero-pad patchAndreas Arnez2-8/+16
2017-07-22gdb.python/py-unwind: Disable stack protectionSimon Marchi2-1/+11
2017-07-20Make language_def O(1)Pedro Alves2-1/+5
2017-07-20Make gdb.base/dmsym.exp independent of "set language ada"Pedro Alves4-34/+37
2017-07-17A smarter linespec completerPedro Alves3-3/+14
2017-07-17Rewrite/enhance explicit locations completer, parse left->rightPedro Alves2-5/+17
2017-07-15gdb: Make some test names uniqueAndrew Burgess2-7/+11
2017-07-14Handle sizeof(type) in RustTom Tromey2-0/+8
2017-07-14Make gdb.lookup_typename work for Rust typesTom Tromey2-0/+12
2017-07-14Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-indexPedro Alves4-3/+106