summaryrefslogtreecommitdiff
path: root/gdb/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* Check lwp_signal_can_be_delivered for enqueue/dequeue pending signalsYao Qi2016-03-182-10/+21
* Set signal to 0 after enqueue_pending_signalYao Qi2016-03-182-17/+20
* Remove redundant WIFSTOPPED checkYao Qi2016-03-182-1/+6
* gdb: Add tracepoint support for powerpc.Marcin Kościelnicki2016-03-092-1/+12
* Update comments to start_step_overYao Qi2016-03-032-12/+8
* [GDBserver] Leave child suspended when step over parentYao Qi2016-03-032-5/+17
* Call enqueue_pending_signal in linux_resume_one_lwp_throwYao Qi2016-03-022-11/+6
* [OBV] gdbserver: Only write ipa_tdesc_idx if agent is actually loaded.Marcin Kościelnicki2016-03-022-4/+12
* gdbserver/s390: Enable high GPRs, VX, TDB with 31-bit gdbserver.Marcin Kościelnicki2016-02-252-26/+96
* [PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA.Marcin Kościelnicki2016-02-2513-69/+293
* Handle MIPS Linux SIGTRAP siginfo.si_code valuesPedro Alves2016-02-242-98/+84
* powerpc: Support z-point type in gdbserver.Wei-cheng Wang2016-02-242-3/+73
* gdbserver/s390: Advertise Z0 packet support.Marcin Kościelnicki2016-02-172-1/+22
* Remove PC from syscall_next_pcYao Qi2016-02-162-3/+8
* [gdbserver, aarch64] Use linux_{set,get}_pc_{64,32}bitYao Qi2016-02-122-24/+10
* [ARM] Fixup PC in software single stepYao Qi2016-02-122-1/+7
* gdb.trace: Deduplicate write_inferior_data_ptr.Marcin Kościelnicki2016-02-122-53/+53
* gdbserver: Remove tracepoint_action ops.Wei-cheng Wang2016-02-112-69/+65
* Clear *VAL in regcache_raw_read_unsignedYao Qi2016-02-102-0/+5
* Modernize configure.ac'sSimon Marchi2016-02-093-4/+10
* Fix siginfo C++ build errorSimon Marchi2016-02-095-5/+15
* Revert "Fix build breakage"Walfred Tedeschi2016-02-092-8/+4
* Fix build breakageWalfred Tedeschi2016-02-092-4/+8
* Merge gdb and gdbserver implementations for siginfoWalfred Tedeschi2016-02-024-416/+31
* Import strchrnul from gnulib and use itSimon Marchi2016-01-282-12/+9
* Remove argument pc in get_next_pcsYao Qi2016-01-264-6/+12
* [GDBserver] Use regcache_read_pc in install_software_single_step_breakpointsYao Qi2016-01-262-1/+7
* [GDBserver] Block and unblock SIGIOYao Qi2016-01-262-14/+30
* [GDBserver] Check input interrupt after reading in a packetYao Qi2016-01-262-0/+21
* Remove new_thread_notify and dead_thread_notifyYao Qi2016-01-253-35/+7
* gdb.trace: Fix another expected message on continue.Marcin Kościelnicki2016-01-231-0/+4
* gdb.trace: Fix write_inferior_data_ptr on 32-bit big-endian machines.Marcin Kościelnicki2016-01-222-3/+10
* gdb: Respect CXXFLAGS when building with C++ compilerPedro Alves2016-01-213-2/+15
* Detect the arm/thumb mode of code SIGRETURN or RT_SIGRETURN returns toYao Qi2016-01-212-3/+20
* Replace some $ARCH_{get,set}_pc with linux_{get,set}_pc_64bitYao Qi2016-01-185-32/+46
* Replace some $ARCH_{get,set}_pc with linux_{get,set}_pc_32bitYao Qi2016-01-1812-180/+83
* Fix gdbserver build failure on targets without forkGary Benson2016-01-184-54/+307
* [ARM] Make thumb2_breakpoint static againYao Qi2016-01-144-4/+9
* Implement 'catch syscall' for gdbserverJosh Stone2016-01-1210-5/+305
* gdbserver: use the new gdb warning helpersMike Frysinger2016-01-124-80/+76
* gdbserver: fix various warningsMike Frysinger2016-01-127-25/+26
* Remove trademark acknowledgements throughoutPedro Alves2016-01-123-2/+6
* Check input interrupt first when reading packetYao Qi2016-01-082-0/+14
* [ARM/AArch64] Fix -Werror=unused-const-variable warnings in GDBserverYao Qi2016-01-063-20/+36
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-0185-85/+85
* update copyright year printed by GDB, GDBserver and gdbreplay.Joel Brobecker2016-01-013-2/+8
* Use libiberty's crc32 implementation in gdbserverPatrick Palka2015-12-282-20/+6
* [lynxos] gdbserver hangs when killing inferior from GDBJoel Brobecker2015-12-222-1/+27
* gdbserver crash in gdb/gdbserver/thread.c::thread_search_callbackJoel Brobecker2015-12-222-1/+9
* Use arm_eabi_breakpoint on aarch32Yao Qi2015-12-212-3/+8