| Commit message (Expand) | Author | Age | Files | Lines |
* | Check lwp_signal_can_be_delivered for enqueue/dequeue pending signals | Yao Qi | 2016-03-18 | 2 | -10/+21 |
* | Set signal to 0 after enqueue_pending_signal | Yao Qi | 2016-03-18 | 2 | -17/+20 |
* | Remove redundant WIFSTOPPED check | Yao Qi | 2016-03-18 | 2 | -1/+6 |
* | gdb: Add tracepoint support for powerpc. | Marcin Kościelnicki | 2016-03-09 | 2 | -1/+12 |
* | Update comments to start_step_over | Yao Qi | 2016-03-03 | 2 | -12/+8 |
* | [GDBserver] Leave child suspended when step over parent | Yao Qi | 2016-03-03 | 2 | -5/+17 |
* | Call enqueue_pending_signal in linux_resume_one_lwp_throw | Yao Qi | 2016-03-02 | 2 | -11/+6 |
* | [OBV] gdbserver: Only write ipa_tdesc_idx if agent is actually loaded. | Marcin Kościelnicki | 2016-03-02 | 2 | -4/+12 |
* | gdbserver/s390: Enable high GPRs, VX, TDB with 31-bit gdbserver. | Marcin Kościelnicki | 2016-02-25 | 2 | -26/+96 |
* | [PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA. | Marcin Kościelnicki | 2016-02-25 | 13 | -69/+293 |
* | Handle MIPS Linux SIGTRAP siginfo.si_code values | Pedro Alves | 2016-02-24 | 2 | -98/+84 |
* | powerpc: Support z-point type in gdbserver. | Wei-cheng Wang | 2016-02-24 | 2 | -3/+73 |
* | gdbserver/s390: Advertise Z0 packet support. | Marcin Kościelnicki | 2016-02-17 | 2 | -1/+22 |
* | Remove PC from syscall_next_pc | Yao Qi | 2016-02-16 | 2 | -3/+8 |
* | [gdbserver, aarch64] Use linux_{set,get}_pc_{64,32}bit | Yao Qi | 2016-02-12 | 2 | -24/+10 |
* | [ARM] Fixup PC in software single step | Yao Qi | 2016-02-12 | 2 | -1/+7 |
* | gdb.trace: Deduplicate write_inferior_data_ptr. | Marcin Kościelnicki | 2016-02-12 | 2 | -53/+53 |
* | gdbserver: Remove tracepoint_action ops. | Wei-cheng Wang | 2016-02-11 | 2 | -69/+65 |
* | Clear *VAL in regcache_raw_read_unsigned | Yao Qi | 2016-02-10 | 2 | -0/+5 |
* | Modernize configure.ac's | Simon Marchi | 2016-02-09 | 3 | -4/+10 |
* | Fix siginfo C++ build error | Simon Marchi | 2016-02-09 | 5 | -5/+15 |
* | Revert "Fix build breakage" | Walfred Tedeschi | 2016-02-09 | 2 | -8/+4 |
* | Fix build breakage | Walfred Tedeschi | 2016-02-09 | 2 | -4/+8 |
* | Merge gdb and gdbserver implementations for siginfo | Walfred Tedeschi | 2016-02-02 | 4 | -416/+31 |
* | Import strchrnul from gnulib and use it | Simon Marchi | 2016-01-28 | 2 | -12/+9 |
* | Remove argument pc in get_next_pcs | Yao Qi | 2016-01-26 | 4 | -6/+12 |
* | [GDBserver] Use regcache_read_pc in install_software_single_step_breakpoints | Yao Qi | 2016-01-26 | 2 | -1/+7 |
* | [GDBserver] Block and unblock SIGIO | Yao Qi | 2016-01-26 | 2 | -14/+30 |
* | [GDBserver] Check input interrupt after reading in a packet | Yao Qi | 2016-01-26 | 2 | -0/+21 |
* | Remove new_thread_notify and dead_thread_notify | Yao Qi | 2016-01-25 | 3 | -35/+7 |
* | gdb.trace: Fix another expected message on continue. | Marcin Kościelnicki | 2016-01-23 | 1 | -0/+4 |
* | gdb.trace: Fix write_inferior_data_ptr on 32-bit big-endian machines. | Marcin Kościelnicki | 2016-01-22 | 2 | -3/+10 |
* | gdb: Respect CXXFLAGS when building with C++ compiler | Pedro Alves | 2016-01-21 | 3 | -2/+15 |
* | Detect the arm/thumb mode of code SIGRETURN or RT_SIGRETURN returns to | Yao Qi | 2016-01-21 | 2 | -3/+20 |
* | Replace some $ARCH_{get,set}_pc with linux_{get,set}_pc_64bit | Yao Qi | 2016-01-18 | 5 | -32/+46 |
* | Replace some $ARCH_{get,set}_pc with linux_{get,set}_pc_32bit | Yao Qi | 2016-01-18 | 12 | -180/+83 |
* | Fix gdbserver build failure on targets without fork | Gary Benson | 2016-01-18 | 4 | -54/+307 |
* | [ARM] Make thumb2_breakpoint static again | Yao Qi | 2016-01-14 | 4 | -4/+9 |
* | Implement 'catch syscall' for gdbserver | Josh Stone | 2016-01-12 | 10 | -5/+305 |
* | gdbserver: use the new gdb warning helpers | Mike Frysinger | 2016-01-12 | 4 | -80/+76 |
* | gdbserver: fix various warnings | Mike Frysinger | 2016-01-12 | 7 | -25/+26 |
* | Remove trademark acknowledgements throughout | Pedro Alves | 2016-01-12 | 3 | -2/+6 |
* | Check input interrupt first when reading packet | Yao Qi | 2016-01-08 | 2 | -0/+14 |
* | [ARM/AArch64] Fix -Werror=unused-const-variable warnings in GDBserver | Yao Qi | 2016-01-06 | 3 | -20/+36 |
* | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 2016-01-01 | 85 | -85/+85 |
* | update copyright year printed by GDB, GDBserver and gdbreplay. | Joel Brobecker | 2016-01-01 | 3 | -2/+8 |
* | Use libiberty's crc32 implementation in gdbserver | Patrick Palka | 2015-12-28 | 2 | -20/+6 |
* | [lynxos] gdbserver hangs when killing inferior from GDB | Joel Brobecker | 2015-12-22 | 2 | -1/+27 |
* | gdbserver crash in gdb/gdbserver/thread.c::thread_search_callback | Joel Brobecker | 2015-12-22 | 2 | -1/+9 |
* | Use arm_eabi_breakpoint on aarch32 | Yao Qi | 2015-12-21 | 2 | -3/+8 |