summaryrefslogtreecommitdiff
path: root/gdb/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable conditional breakpoints for targets that support software single step ...Antoine Tremblay2015-12-182-6/+6
* Enable software single stepping for while-stepping actions in GDBServerAntoine Tremblay2015-12-182-17/+37
* Support software single step on ARM in GDBServerAntoine Tremblay2015-12-188-26/+216
* Share regcache function regcache_raw_read_unsignedAntoine Tremblay2015-12-184-11/+40
* Replace breakpoint_reinsert_addr by get_next_pcs operation in GDBServerAntoine Tremblay2015-12-1811-13/+53
* Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves2015-12-173-47/+26
* Fix -Wno-unknown-warning support detectionPedro Alves2015-12-163-4/+28
* Target remote mode fork and exec event supportDon Breazeal2015-12-142-2/+9
* Understand arm breakpoints in aarch64_breakpoint_atYao Qi2015-12-112-6/+16
* Use arm_eabi_breakpoint on aarch32Yao Qi2015-12-112-3/+8
* Support Z0 packet in AArch64 multi-arch debuggingYao Qi2015-12-078-181/+243
* gdbserver: set ptrace flags after creating inferiorsJosh Stone2015-12-048-15/+54
* Remove duplicate arch/arm.h include in linux-arm-low.c.Antoine Tremblay2015-12-032-2/+4
* Remove too simple breakpoint_reinsert_addr implementations.Antoine Tremblay2015-11-307-88/+21
* Remove support for thread events without PTRACE_EVENT_CLONE in GDBServer.Antoine Tremblay2015-11-304-154/+25
* Refactor queries for hardware and software single stepping support in GDBServer.Antoine Tremblay2015-11-3016-6/+355
* Fix instruction skipping when using software single step in GDBServerAntoine Tremblay2015-11-304-7/+41
* Fix breakpoint size when stepping over a permanent breakpoint in GDBServer.Antoine Tremblay2015-11-305-2/+83
* gdbserver: don't exit until GDB disconnectsPedro Alves2015-11-302-27/+18
* gdbserver/linux: Always wake up event loop after resumePedro Alves2015-11-302-0/+10
* gdbserver:prepare_access_memory: pick another threadPedro Alves2015-11-304-20/+131
* Implement TARGET_WAITKIND_NO_RESUMED in the remote protocolPedro Alves2015-11-304-14/+65
* gdbserver: fix killed-outside.expPedro Alves2015-11-302-6/+31
* Remote thread create/exit eventsPedro Alves2015-11-305-33/+136
* gdbserver resume_stop handling bugPedro Alves2015-11-302-1/+5