Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-02-11 | gdbserver: Remove tracepoint_action ops. | Wei-cheng Wang | 2 | -69/+65 |
2016-02-10 | Clear *VAL in regcache_raw_read_unsigned | Yao Qi | 2 | -0/+5 |
2016-02-09 | Modernize configure.ac's | Simon Marchi | 3 | -4/+10 |
2016-02-09 | Fix siginfo C++ build error | Simon Marchi | 5 | -5/+15 |
2016-02-09 | Revert "Fix build breakage" | Walfred Tedeschi | 2 | -8/+4 |
2016-02-09 | Fix build breakage | Walfred Tedeschi | 2 | -4/+8 |
2016-02-02 | Merge gdb and gdbserver implementations for siginfo | Walfred Tedeschi | 4 | -416/+31 |
2016-01-28 | Import strchrnul from gnulib and use it | Simon Marchi | 2 | -12/+9 |
2016-01-26 | Remove argument pc in get_next_pcs | Yao Qi | 4 | -6/+12 |
2016-01-26 | [GDBserver] Use regcache_read_pc in install_software_single_step_breakpoints | Yao Qi | 2 | -1/+7 |
2016-01-26 | [GDBserver] Block and unblock SIGIO | Yao Qi | 2 | -14/+30 |
2016-01-26 | [GDBserver] Check input interrupt after reading in a packet | Yao Qi | 2 | -0/+21 |
2016-01-25 | Remove new_thread_notify and dead_thread_notify | Yao Qi | 3 | -35/+7 |
2016-01-23 | gdb.trace: Fix another expected message on continue. | Marcin Kościelnicki | 1 | -0/+4 |
2016-01-22 | gdb.trace: Fix write_inferior_data_ptr on 32-bit big-endian machines. | Marcin Kościelnicki | 2 | -3/+10 |
2016-01-21 | gdb: Respect CXXFLAGS when building with C++ compiler | Pedro Alves | 3 | -2/+15 |
2016-01-21 | Detect the arm/thumb mode of code SIGRETURN or RT_SIGRETURN returns to | Yao Qi | 2 | -3/+20 |
2016-01-18 | Replace some $ARCH_{get,set}_pc with linux_{get,set}_pc_64bit | Yao Qi | 5 | -32/+46 |
2016-01-18 | Replace some $ARCH_{get,set}_pc with linux_{get,set}_pc_32bit | Yao Qi | 12 | -180/+83 |
2016-01-18 | Fix gdbserver build failure on targets without fork | Gary Benson | 4 | -54/+307 |
2016-01-14 | [ARM] Make thumb2_breakpoint static again | Yao Qi | 4 | -4/+9 |
2016-01-12 | Implement 'catch syscall' for gdbserver | Josh Stone | 10 | -5/+305 |
2016-01-12 | gdbserver: use the new gdb warning helpers | Mike Frysinger | 4 | -80/+76 |
2016-01-12 | gdbserver: fix various warnings | Mike Frysinger | 7 | -25/+26 |
2016-01-12 | Remove trademark acknowledgements throughout | Pedro Alves | 3 | -2/+6 |
2016-01-08 | Check input interrupt first when reading packet | Yao Qi | 2 | -0/+14 |
2016-01-06 | [ARM/AArch64] Fix -Werror=unused-const-variable warnings in GDBserver | Yao Qi | 3 | -20/+36 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 85 | -85/+85 |
2016-01-01 | update copyright year printed by GDB, GDBserver and gdbreplay. | Joel Brobecker | 3 | -2/+8 |
2015-12-28 | Use libiberty's crc32 implementation in gdbserver | Patrick Palka | 2 | -20/+6 |
2015-12-22 | [lynxos] gdbserver hangs when killing inferior from GDB | Joel Brobecker | 2 | -1/+27 |
2015-12-22 | gdbserver crash in gdb/gdbserver/thread.c::thread_search_callback | Joel Brobecker | 2 | -1/+9 |
2015-12-21 | Use arm_eabi_breakpoint on aarch32 | Yao Qi | 2 | -3/+8 |
2015-12-18 | Enable conditional breakpoints for targets that support software single step ... | Antoine Tremblay | 2 | -6/+6 |
2015-12-18 | Enable software single stepping for while-stepping actions in GDBServer | Antoine Tremblay | 2 | -17/+37 |
2015-12-18 | Support software single step on ARM in GDBServer | Antoine Tremblay | 8 | -26/+216 |