Age | Commit message (Expand) | Author | Files | Lines |
2015-07-29 | MIPS ptrace build fixes | Simon Marchi | 5 | -4/+16 |
2015-07-29 | batch-preserve-term-settings.exp: use send_quit_command some more | Patrick Palka | 2 | -17/+7 |
2015-07-29 | Test that terminal settings are restored after quitting via SIGTERM | Patrick Palka | 2 | -0/+122 |
2015-07-29 | Make gdb.base/multi-forks.exp work with the native-extended-gdbserver board | Pedro Alves | 2 | -0/+8 |
2015-07-29 | Uniquefy gdb.threads/attach-into-signal.exp | Sergio Durigan Junior | 2 | -61/+70 |
2015-07-29 | Fix typo in gdb.python/py-objfile.exp | Sergio Durigan Junior | 2 | -1/+6 |
2015-07-29 | Make sure terminal settings are restored before exiting | Patrick Palka | 4 | -1/+125 |
2015-07-29 | Initialize terminal_state to terminal_is_ours | Patrick Palka | 2 | -1/+5 |
2015-07-29 | Clean up batch-preserve-term-settings.exp | Patrick Palka | 2 | -13/+15 |
2015-07-29 | PR record/18691: Fix fails in solib-precsave.exp | Yao Qi | 4 | -4/+16 |
2015-07-29 | Don't set gdb,noinferiorio on gdbserver boards | Pedro Alves | 2 | -3/+4 |
2015-07-29 | interrupt.exp: Revert back to checking gdb,noinferiorio at the top | Pedro Alves | 2 | -5/+10 |
2015-07-29 | Unbuffer all tests that rely on stdio | Pedro Alves | 16 | -6/+89 |
2015-07-29 | Make gdb.mi/mi-dprintf.exp use $inferior_spawn_id | Pedro Alves | 2 | -32/+43 |
2015-07-29 | Adjust MI to $inferior_spawn_id | Pedro Alves | 2 | -35/+30 |
2015-07-29 | Make gdb.gdb/selftest.exp use '-i $inferior_spawn_id' | Pedro Alves | 2 | -5/+14 |
2015-07-29 | Make gdb.gdb/complaints.exp use '-i $inferior_spawn_id' and gdb_test_stdio | Pedro Alves | 2 | -46/+72 |
2015-07-29 | Make gdb.base/varargs.exp use gdb_test_stdio | Pedro Alves | 2 | -10/+19 |
2015-07-29 | Make gdb.base/shlib-call.exp use gdb_test_stdio | Pedro Alves | 2 | -8/+16 |
2015-07-29 | Make gdb.base/ending-run.exp use gdb_test_stdio | Pedro Alves | 2 | -3/+11 |
2015-07-29 | Make gdb.base/call-rt-st.exp use $inferior_spawn_id | Pedro Alves | 2 | -15/+53 |
2015-07-29 | Make gdb.base/call-ar-st.exp use gdb_test_stdio | Pedro Alves | 2 | -201/+289 |
2015-07-29 | Make gdb.base/a2-run.exp use $inferior_spawn_id and gdb_test_stdio | Pedro Alves | 2 | -20/+77 |
2015-07-29 | Make gdb.base/dprintf.exp use gdb_test_stdio | Pedro Alves | 2 | -44/+100 |
2015-07-29 | Make gdb.base/catch-gdb-caused-signals.exp use gdb_test_stdio | Pedro Alves | 2 | -1/+5 |
2015-07-29 | Make gdb.base/call-strs.exp use gdb_test_stdio | Pedro Alves | 2 | -20/+34 |
2015-07-29 | Make gdb.base/sizeof.exp use gdb_test_stdio | Pedro Alves | 2 | -4/+13 |
2015-07-29 | Introduce gdb_test_stdio | Pedro Alves | 2 | -0/+71 |
2015-07-29 | Don't rely on inferior I/O in gdb.base/restore.exp | Pedro Alves | 2 | -14/+5 |
2015-07-29 | Don't rely on inferior I/O in {call-signal-resume, unwindonsignal}.exp | Pedro Alves | 5 | -34/+16 |
2015-07-29 | Don't rely on inferior I/O in gdb.base/siginfo-addr.exp | Pedro Alves | 3 | -17/+16 |
2015-07-28 | Uniquify test names from gdb.python/{py-objfile.exp,py-pp-registration.exp} | Sergio Durigan Junior | 3 | -9/+22 |
2015-07-28 | Fix gdb.server/server-exec-info.exp with the extended-remote board | Pedro Alves | 2 | -0/+8 |
2015-07-28 | Consider addressable memory unit size in various value functions | Simon Marchi | 8 | -57/+143 |
2015-07-28 | Introduce get_value_arch | Simon Marchi | 3 | -0/+17 |
2015-07-28 | Update comments in struct value for non-8-bits architectures | Simon Marchi | 2 | -15/+19 |
2015-07-28 | Update comment for struct type's length field, introduce type_length_units | Simon Marchi | 3 | -25/+39 |
2015-07-27 | gdb.mi/mi-pending.c: Return NULL instead of nothing in thread function | Simon Marchi | 2 | -2/+6 |
2015-07-27 | Remove xfail in gdb.mi/mi-watch.exp | Simon Marchi | 2 | -4/+4 |
2015-07-27 | Factor out complex printing code from generic_val_print | Simon Marchi | 2 | -23/+39 |
2015-07-27 | Factor out decfloat printing code from generic_val_print | Simon Marchi | 2 | -6/+23 |
2015-07-27 | Factor out float printing code from generic_val_print | Simon Marchi | 2 | -9/+27 |
2015-07-27 | Factor out char printing code from generic_val_print | Simon Marchi | 2 | -20/+40 |
2015-07-27 | Factor out int printing code from generic_val_print | Simon Marchi | 2 | -11/+29 |
2015-07-27 | Factor out bool printing code from generic_val_print | Simon Marchi | 2 | -18/+39 |
2015-07-27 | Factor out function/method printing code from generic_val_print | Simon Marchi | 2 | -15/+37 |
2015-07-27 | Factor out flags printing code from generic_val_print | Simon Marchi | 2 | -6/+24 |
2015-07-27 | Factor out enum printing code from generic_val_print | Simon Marchi | 2 | -57/+77 |
2015-07-27 | Factor out reference printing code from generic_val_print | Simon Marchi | 2 | -37/+56 |
2015-07-27 | Factor out memberptr printing code from generic_val_print | Simon Marchi | 2 | -2/+21 |