aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-07-29Make gdb.gdb/selftest.exp use '-i $inferior_spawn_id'Pedro Alves2-5/+14
2015-07-29Make gdb.gdb/complaints.exp use '-i $inferior_spawn_id' and gdb_test_stdioPedro Alves2-46/+72
2015-07-29Make gdb.base/varargs.exp use gdb_test_stdioPedro Alves2-10/+19
2015-07-29Make gdb.base/shlib-call.exp use gdb_test_stdioPedro Alves2-8/+16
2015-07-29Make gdb.base/ending-run.exp use gdb_test_stdioPedro Alves2-3/+11
2015-07-29Make gdb.base/call-rt-st.exp use $inferior_spawn_idPedro Alves2-15/+53
2015-07-29Make gdb.base/call-ar-st.exp use gdb_test_stdioPedro Alves2-201/+289
2015-07-29Make gdb.base/a2-run.exp use $inferior_spawn_id and gdb_test_stdioPedro Alves2-20/+77
2015-07-29Make gdb.base/dprintf.exp use gdb_test_stdioPedro Alves2-44/+100
2015-07-29Make gdb.base/catch-gdb-caused-signals.exp use gdb_test_stdioPedro Alves2-1/+5
2015-07-29Make gdb.base/call-strs.exp use gdb_test_stdioPedro Alves2-20/+34
2015-07-29Make gdb.base/sizeof.exp use gdb_test_stdioPedro Alves2-4/+13
2015-07-29Introduce gdb_test_stdioPedro Alves2-0/+71
2015-07-29Don't rely on inferior I/O in gdb.base/restore.expPedro Alves2-14/+5
2015-07-29Don't rely on inferior I/O in {call-signal-resume, unwindonsignal}.expPedro Alves5-34/+16
2015-07-29Don't rely on inferior I/O in gdb.base/siginfo-addr.expPedro Alves3-17/+16
2015-07-28Uniquify test names from gdb.python/{py-objfile.exp,py-pp-registration.exp}Sergio Durigan Junior3-9/+22
2015-07-28Fix gdb.server/server-exec-info.exp with the extended-remote boardPedro Alves2-0/+8
2015-07-28Consider addressable memory unit size in various value functionsSimon Marchi8-57/+143
2015-07-28Introduce get_value_archSimon Marchi3-0/+17
2015-07-28Update comments in struct value for non-8-bits architecturesSimon Marchi2-15/+19
2015-07-28Update comment for struct type's length field, introduce type_length_unitsSimon Marchi3-25/+39
2015-07-27gdb.mi/mi-pending.c: Return NULL instead of nothing in thread functionSimon Marchi2-2/+6
2015-07-27Remove xfail in gdb.mi/mi-watch.expSimon Marchi2-4/+4
2015-07-27Factor out complex printing code from generic_val_printSimon Marchi2-23/+39
2015-07-27Factor out decfloat printing code from generic_val_printSimon Marchi2-6/+23
2015-07-27Factor out float printing code from generic_val_printSimon Marchi2-9/+27
2015-07-27Factor out char printing code from generic_val_printSimon Marchi2-20/+40
2015-07-27Factor out int printing code from generic_val_printSimon Marchi2-11/+29
2015-07-27Factor out bool printing code from generic_val_printSimon Marchi2-18/+39
2015-07-27Factor out function/method printing code from generic_val_printSimon Marchi2-15/+37
2015-07-27Factor out flags printing code from generic_val_printSimon Marchi2-6/+24
2015-07-27Factor out enum printing code from generic_val_printSimon Marchi2-57/+77
2015-07-27Factor out reference printing code from generic_val_printSimon Marchi2-37/+56
2015-07-27Factor out memberptr printing code from generic_val_printSimon Marchi2-2/+21
2015-07-27Factor out pointer printing code from generic_val_printSimon Marchi2-12/+32
2015-07-27Factor out array printing code from generic_val_printSimon Marchi2-25/+47
2015-07-27Factor out print_unpacked_pointer from generic_val_printSimon Marchi2-17/+37
2015-07-27Have SIGTERM promptly quit GDB even when the dummy target is activePatrick Palka4-9/+46
2015-07-27[gdbserver] Don't set srv_linux_usrregs for aarch64*-*-linux*Yao Qi2-1/+5
2015-07-27Fix ChangeLog entryYao Qi2-4/+4
2015-07-27Remove REMOTE_EXAMPLES from gdb/Makefile.inYao Qi2-2/+4
2015-07-25remote.c: Make read_ptid return a null value when no thread id is found.Kevin Buettner2-1/+34
2015-07-25Revert "Sync readline/ to version 7.0 alpha"Patrick Palka4-32/+4
2015-07-25Revert: * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.Doug Evans5-81/+22
2015-07-25Sync readline/ to version 7.0 alphaPatrick Palka4-4/+32
2015-07-24Revert 4fd4095a5ffe3d4e50e0dac5f8ad37b8478afa9d, log individual measurements.Doug Evans2-13/+0
2015-07-24Add gmonster-{1,2} perf testcases.Doug Evans30-0/+1175
2015-07-24Add perf testcase generator.Doug Evans4-0/+1740
2015-07-24PerfTest::assemble functions return results.Doug Evans7-19/+61