aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.mi
AgeCommit message (Expand)AuthorFilesLines
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker119-119/+119
2015-12-21Remove HP-UX references fom testsuiteSimon Marchi2-28/+2
2015-12-14Target remote mode fork and exec test updatesDon Breazeal1-5/+0
2015-12-09varobj zero-padded hexadecimal formatLuis Machado1-2/+23
2015-11-30Fix mi-nonstop.exp with extended-remotePedro Alves1-4/+7
2015-11-24List inferiors/threads/pspaces in ascending orderPedro Alves2-3/+3
2015-11-04Fortran: allocate()d memory is uninitializedJan Kratochvil1-1/+1
2015-10-21fort_dyn_array: add basic fortran dyn array supportKeven Boell2-0/+224
2015-09-18Fix pathname prefix and timeout issues in gdb.mi/mi-pending.exp.Sandra Loosemore1-3/+3
2015-09-18Generalize breakpoint pattern in gdb.mi/mi-cli.exp.Sandra Loosemore1-1/+1
2015-09-18Generalize filename pattern in gdb.mi/mi-dprintf-pending.exp.Sandra Loosemore1-1/+1
2015-09-09Replace "struct continuation" mechanism by something more extensiblePedro Alves1-0/+18
2015-08-14New /s modifier for the disassemble command.Doug Evans1-1/+1
2015-08-11Explicit locations: MI support for explicit locationsKeith Seitz2-1/+93
2015-07-29Unbuffer all tests that rely on stdioPedro Alves1-0/+4
2015-07-29Make gdb.mi/mi-dprintf.exp use $inferior_spawn_idPedro Alves1-32/+34
2015-07-27gdb.mi/mi-pending.c: Return NULL instead of nothing in thread functionSimon Marchi1-2/+2
2015-07-27Remove xfail in gdb.mi/mi-watch.expSimon Marchi1-4/+0
2015-06-12Fix MI dprintf-insert not printing on a resolved pending location.Antoine Tremblay3-0/+131
2015-06-02Fix =thread-exited not showing up when detaching (PR 15564)Simon Marchi1-0/+35
2015-05-26Rename dwarf2 to dwarf in "set debug" and maintenance commands.Doug Evans1-3/+3
2015-03-24Fix mi-pending.exp test output to allow stable test diffingAntoine Tremblay1-1/+1
2015-03-24Fix breakpoint thread condition missing with mi and a pending breakpoint.Antoine Tremblay5-25/+127
2015-01-25Remove testsuite compile errors with GCC5.Mark Wielaard3-0/+3
2015-01-23Catch exception in value_rtti_indirect_typeSimon Marchi2-0/+109
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker110-110/+110
2014-11-17Eliminate literal line numbers in mi-until.expAndreas Arnez2-13/+20
2014-11-13GDB testsuite: Fix warnings with -std=gnu11Andreas Arnez7-4/+17
2014-11-13Eliminate literal line numbers in mi-console.expAndreas Arnez2-2/+3
2014-10-17Delete Tru64 supportPedro Alves2-4/+4
2014-10-14Fix fail in mi-var-child.exp and mi-var-display.expYao Qi5-10/+53
2014-10-14Use mi_varobj_update in mi-var-child.exp and mi2-var-child.expYao Qi2-60/+77
2014-10-01Exit code of exited inferiors in -list-thread-groupsSimon Marchi2-0/+115
2014-09-09Set print symbol off in mi-var-display.expYao Qi1-0/+3
2014-08-25Fix clang compilation errors in gdb.mi/basics.c.Doug Evans1-4/+4
2014-08-09Make test messages in gdb.mi/mi-var-display.exp uniqueYao Qi1-16/+16
2014-07-09Improve MI -var-info-path-expression for nested struct/union case.Andrew Burgess2-0/+144
2014-06-17In a couple functions (type_update_when_use_rtti_test andLuis Machado1-12/+16
2014-06-16Fix for PR mi/15863Keith Seitz1-0/+6
2014-06-05PR mi/15806: Fix quoting of async eventsSimon Marchi1-1/+1
2014-05-29enable target async by default; separate MI and target notions of asyncPedro Alves8-8/+8
2014-05-29PR gdb/13860 - Make MI sync vs async output (closer to) the same.Pedro Alves1-21/+2
2014-05-29PR15693 - Fix spurious *running events, thread state, dprintf-style callPedro Alves4-0/+236
2014-05-21PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s outp...Pedro Alves2-7/+56
2014-05-21PR gdb/13860: make -interpreter-exec console "list" behave more like "list".Pedro Alves1-0/+20
2014-05-14Fix mi-file.exp fails on remote hostYao Qi1-2/+6
2014-04-23Introduce some new MI test suite cleanups for breakpoint andKeith Seitz16-106/+181
2014-04-15Remove unused globals in mi-simplerun.exp.Keith Seitz1-9/+0
2014-04-15Test suite cleanup.Keith Seitz1-17/+9
2014-04-14test: add mi vla testSanimir Agovic2-0/+119