Age | Commit message (Expand) | Author | Files | Lines |
2016-05-17 | Use unsuspend_all_lwps | Yao Qi | 2 | -1/+6 |
2016-05-05 | Fix ChangeLog entry format | Simon Marchi | 1 | -1/+1 |
2016-05-05 | Initialize res in get_next_pcs_read_memory_unsigned_integer | Yao Qi | 2 | -0/+6 |
2016-05-05 | Change type of cpsr in arm_sigreturn_next_pc | Yao Qi | 2 | -1/+6 |
2016-05-04 | [spu] Fix C++ build problems | Ulrich Weigand | 2 | -4/+12 |
2016-04-28 | Fix write endianness/size problem for fast tracepoint enabled flag | Par Olsson | 2 | -1/+14 |
2016-04-28 | Remove need_step_over from struct lwp_info | Yao Qi | 2 | -20/+0 |
2016-04-25 | Resume the inferior with signal rather than stepping over | Yao Qi | 2 | -3/+21 |
2016-04-25 | [GDBserver] Don't error in reinsert_raw_breakpoint if bp->inserted | Yao Qi | 2 | -1/+6 |
2016-04-25 | Insert breakpoint even when the raw breakpoint is found | Yao Qi | 1 | -20/+28 |
2016-04-22 | [ARM] Clear reserved bits in CPSR | Yao Qi | 2 | -1/+9 |
2016-04-22 | [obv] [PR gdb/19980] Typo in gdbserver/configure.srv | Walfred Tedeschi | 1 | -1/+1 |
2016-04-22 | Deliver signal in hardware single step | Yao Qi | 2 | -3/+13 |
2016-04-21 | Fix s390 GNU/Linux gdb and gdbserver builds | Pedro Alves | 2 | -6/+13 |
2016-04-20 | Build GDB as a C++ program by default | Pedro Alves | 2 | -1/+5 |
2016-04-20 | Move ARM_CPSR_GREGNUM to arch/arm-linux.h | Yao Qi | 2 | -2/+10 |
2016-04-19 | Add target descriptions for AVX + MPX | Walfred Tedeschi | 7 | -11/+86 |
2016-04-18 | Fix PR gdb/19250: ptrace prototype is not detected properly in C++ mode | Pedro Alves | 2 | -72/+11 |
2016-04-13 | Fix aarch64 ftrace JIT condition testcase | Antoine Tremblay | 2 | -2/+7 |
2016-04-12 | Eliminate prepare_to_throw_exception | Pedro Alves | 2 | -8/+4 |
2016-04-05 | Make ftrace tests work with remote targets | Simon Marchi | 2 | -1/+5 |
2016-04-05 | IPA: Move getauxval out of #ifndef IN_PROCESS_AGENT | Marcin Kościelnicki | 2 | -28/+32 |
2016-04-03 | IPA: Fix build problem on !HAVE_GETAUXVAL | Marcin Kościelnicki | 4 | -0/+9 |
2016-03-31 | gdbserver: Fix C++ build errors in tracepoint.c | Marcin Kościelnicki | 2 | -5/+14 |
2016-03-31 | gdbserver: Add emit_ops for powerpc. | Marcin Kościelnicki | 2 | -1/+1683 |
2016-03-31 | gdbserver: Add powerpc fast tracepoint support. | Marcin Kościelnicki | 6 | -68/+1284 |
2016-03-31 | IPA: Add alloc_jump_pad_buffer target hook. | Marcin Kościelnicki | 7 | -19/+194 |
2016-03-30 | gdbserver/IPA: Export some functions via global function pointers. | Marcin Kościelnicki | 7 | -28/+103 |
2016-03-30 | gdbserver/tracepoint.c: Remove whitespace | Simon Marchi | 2 | -1/+5 |
2016-03-30 | gdbserver: Handle 'v' packet while processing qSymbol. | Marcin Kościelnicki | 4 | -18/+45 |
2016-03-29 | gdbserver/s390: Add support for compiled agent expressions. | Marcin Kościelnicki | 2 | -1/+1426 |
2016-03-29 | gdbserver/s390: Add fast tracepoint support. | Marcin Kościelnicki | 6 | -63/+1336 |
2016-03-29 | gdbserver/s390: Switch on tracepoint support. | Marcin Kościelnicki | 2 | -1/+14 |
2016-03-18 | Check lwp_signal_can_be_delivered for enqueue/dequeue pending signals | Yao Qi | 2 | -10/+21 |
2016-03-18 | Set signal to 0 after enqueue_pending_signal | Yao Qi | 2 | -17/+20 |
2016-03-18 | Remove redundant WIFSTOPPED check | Yao Qi | 2 | -1/+6 |
2016-03-09 | gdb: Add tracepoint support for powerpc. | Marcin Kościelnicki | 2 | -1/+12 |
2016-03-03 | Update comments to start_step_over | Yao Qi | 2 | -12/+8 |
2016-03-03 | [GDBserver] Leave child suspended when step over parent | Yao Qi | 2 | -5/+17 |
2016-03-02 | Call enqueue_pending_signal in linux_resume_one_lwp_throw | Yao Qi | 2 | -11/+6 |
2016-03-02 | [OBV] gdbserver: Only write ipa_tdesc_idx if agent is actually loaded. | Marcin Kościelnicki | 2 | -4/+12 |
2016-02-25 | gdbserver/s390: Enable high GPRs, VX, TDB with 31-bit gdbserver. | Marcin Kościelnicki | 2 | -26/+96 |
2016-02-25 | [PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA. | Marcin Kościelnicki | 13 | -69/+293 |
2016-02-24 | Handle MIPS Linux SIGTRAP siginfo.si_code values | Pedro Alves | 2 | -98/+84 |
2016-02-24 | powerpc: Support z-point type in gdbserver. | Wei-cheng Wang | 2 | -3/+73 |
2016-02-17 | gdbserver/s390: Advertise Z0 packet support. | Marcin Kościelnicki | 2 | -1/+22 |
2016-02-16 | Remove PC from syscall_next_pc | Yao Qi | 2 | -3/+8 |
2016-02-12 | [gdbserver, aarch64] Use linux_{set,get}_pc_{64,32}bit | Yao Qi | 2 | -24/+10 |
2016-02-12 | [ARM] Fixup PC in software single step | Yao Qi | 2 | -1/+7 |
2016-02-12 | gdb.trace: Deduplicate write_inferior_data_ptr. | Marcin Kościelnicki | 2 | -53/+53 |