aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2016-02-02Merge gdb and gdbserver implementations for siginfoWalfred Tedeschi4-416/+31
2016-01-28Import strchrnul from gnulib and use itSimon Marchi2-12/+9
2016-01-26Remove argument pc in get_next_pcsYao Qi4-6/+12
2016-01-26[GDBserver] Use regcache_read_pc in install_software_single_step_breakpointsYao Qi2-1/+7
2016-01-26[GDBserver] Block and unblock SIGIOYao Qi2-14/+30
2016-01-26[GDBserver] Check input interrupt after reading in a packetYao Qi2-0/+21
2016-01-25Remove new_thread_notify and dead_thread_notifyYao Qi3-35/+7
2016-01-23gdb.trace: Fix another expected message on continue.Marcin Koƛcielnicki1-0/+4
2016-01-22gdb.trace: Fix write_inferior_data_ptr on 32-bit big-endian machines.Marcin Koƛcielnicki2-3/+10
2016-01-21gdb: Respect CXXFLAGS when building with C++ compilerPedro Alves3-2/+15
2016-01-21Detect the arm/thumb mode of code SIGRETURN or RT_SIGRETURN returns toYao Qi2-3/+20
2016-01-18Replace some $ARCH_{get,set}_pc with linux_{get,set}_pc_64bitYao Qi5-32/+46
2016-01-18Replace some $ARCH_{get,set}_pc with linux_{get,set}_pc_32bitYao Qi12-180/+83
2016-01-18Fix gdbserver build failure on targets without forkGary Benson4-54/+307
2016-01-14[ARM] Make thumb2_breakpoint static againYao Qi4-4/+9
2016-01-12Implement 'catch syscall' for gdbserverJosh Stone10-5/+305
2016-01-12gdbserver: use the new gdb warning helpersMike Frysinger4-80/+76
2016-01-12gdbserver: fix various warningsMike Frysinger7-25/+26
2016-01-12Remove trademark acknowledgements throughoutPedro Alves3-2/+6
2016-01-08Check input interrupt first when reading packetYao Qi2-0/+14
2016-01-06[ARM/AArch64] Fix -Werror=unused-const-variable warnings in GDBserverYao Qi3-20/+36
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker85-85/+85
2016-01-01update copyright year printed by GDB, GDBserver and gdbreplay.Joel Brobecker3-2/+8
2015-12-28Use libiberty's crc32 implementation in gdbserverPatrick Palka2-20/+6
2015-12-22[lynxos] gdbserver hangs when killing inferior from GDBJoel Brobecker2-1/+27
2015-12-22gdbserver crash in gdb/gdbserver/thread.c::thread_search_callbackJoel Brobecker2-1/+9
2015-12-21Use arm_eabi_breakpoint on aarch32Yao Qi2-3/+8
2015-12-18Enable conditional breakpoints for targets that support software single step ...Antoine Tremblay2-6/+6
2015-12-18Enable software single stepping for while-stepping actions in GDBServerAntoine Tremblay2-17/+37
2015-12-18Support software single step on ARM in GDBServerAntoine Tremblay8-26/+216
2015-12-18Share regcache function regcache_raw_read_unsignedAntoine Tremblay4-11/+40
2015-12-18Replace breakpoint_reinsert_addr by get_next_pcs operation in GDBServerAntoine Tremblay11-13/+53
2015-12-17Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves3-47/+26
2015-12-16Fix -Wno-unknown-warning support detectionPedro Alves3-4/+28
2015-12-14Target remote mode fork and exec event supportDon Breazeal2-2/+9
2015-12-11Understand arm breakpoints in aarch64_breakpoint_atYao Qi2-6/+16
2015-12-11Use arm_eabi_breakpoint on aarch32Yao Qi2-3/+8
2015-12-07Support Z0 packet in AArch64 multi-arch debuggingYao Qi8-181/+243
2015-12-04gdbserver: set ptrace flags after creating inferiorsJosh Stone8-15/+54
2015-12-03Remove duplicate arch/arm.h include in linux-arm-low.c.Antoine Tremblay2-2/+4
2015-11-30Remove too simple breakpoint_reinsert_addr implementations.Antoine Tremblay7-88/+21
2015-11-30Remove support for thread events without PTRACE_EVENT_CLONE in GDBServer.Antoine Tremblay4-154/+25
2015-11-30Refactor queries for hardware and software single stepping support in GDBServer.Antoine Tremblay16-6/+355
2015-11-30Fix instruction skipping when using software single step in GDBServerAntoine Tremblay4-7/+41
2015-11-30Fix breakpoint size when stepping over a permanent breakpoint in GDBServer.Antoine Tremblay5-2/+83
2015-11-30gdbserver: don't exit until GDB disconnectsPedro Alves2-27/+18
2015-11-30gdbserver/linux: Always wake up event loop after resumePedro Alves2-0/+10
2015-11-30gdbserver:prepare_access_memory: pick another threadPedro Alves4-20/+131
2015-11-30Implement TARGET_WAITKIND_NO_RESUMED in the remote protocolPedro Alves4-14/+65
2015-11-30gdbserver: fix killed-outside.expPedro Alves2-6/+31