Age | Commit message (Expand) | Author | Files | Lines |
2015-08-03 | gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from 10000. | Doug Evans | 2 | -1/+6 |
2015-08-03 | Add parallel build support for perf tests. | Doug Evans | 5 | -5/+113 |
2015-08-03 | Move basic perf-test output from perftest.log to perftest.sum. | Doug Evans | 3 | -8/+44 |
2015-08-03 | Fix build error due to uninitialized variable warning | Ulrich Weigand | 2 | -0/+6 |
2015-08-03 | Enum fix for arm-linux-nat.c | Yao Qi | 2 | -5/+12 |
2015-08-03 | Fix the block_found refactoring ChangeLog entry | Pierre-Marie de Rodat | 1 | -38/+37 |
2015-08-02 | Unbreak PPC gdb builds | Pedro Alves | 1 | -13/+13 |
2015-08-02 | Complete the previous commit (block_found refactoring) | Pierre-Marie de Rodat | 6 | -5/+15 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 50 | -697/+910 |
2015-07-31 | testsuite: tcl exec& -> 'kill -9 $pid' is racy (attach-many-short-lived-threa... | Pedro Alves | 16 | -90/+163 |
2015-07-31 | Fix m32r_remove_watchpoint parameter type | Simon Marchi | 2 | -3/+7 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 57 | -144/+290 |
2015-07-30 | Replace incorrect patch to gdb.cp/var-tag.exp. | Sandra Loosemore | 2 | -1/+8 |
2015-07-30 | Don't allow non-stack memory writes in the prologue for nios2. | Sandra Loosemore | 2 | -3/+6 |
2015-07-30 | Update trap/break handling in nios2 prologue analyzer. | Sandra Loosemore | 2 | -14/+32 |
2015-07-30 | Restrict gdb.arch/ppc64-symtab-cordic.exp to ppc64 targets. | Sandra Loosemore | 2 | -0/+9 |
2015-07-30 | Reapply fix for gdb.cp/var-tag.exp C++ failures. | Sandra Loosemore | 2 | -3/+15 |
2015-07-30 | remote follow fork and spurious child stops in non-stop mode | Pedro Alves | 3 | -0/+39 |
2015-07-30 | PR threads/18600: Inferiors left around after fork+thread spawn | Pedro Alves | 4 | -0/+30 |
2015-07-30 | PR threads/18600: Threads left stopped after fork+thread spawn | Pedro Alves | 5 | -56/+243 |
2015-07-30 | Remove isize output argument from fast_tracepoint_valid_at | Pierre Langlois | 9 | -20/+31 |
2015-07-30 | Remove global variable arm_hwcap | Yao Qi | 2 | -7/+9 |
2015-07-30 | Use regcache->tdesc instead of arm_hwcap | Yao Qi | 2 | -12/+20 |
2015-07-30 | Don't use arm_regmap and arm_num_regs in arm_fill_gregset and arm_store_gregset | Yao Qi | 2 | -8/+20 |
2015-07-30 | Move ARM register numbers enum to arch/arm.h | Yao Qi | 4 | -39/+69 |
2015-07-30 | [AArch64] Rename boolean arguments in decoding functions | Pierre Langlois | 2 | -24/+37 |
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 |