aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-low.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-18Enable software single stepping for while-stepping actions in GDBServerAntoine Tremblay1-17/+31
2015-12-18Replace breakpoint_reinsert_addr by get_next_pcs operation in GDBServerAntoine Tremblay1-4/+23
2015-12-17Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves1-44/+16
2015-12-04gdbserver: set ptrace flags after creating inferiorsJosh Stone1-2/+22
2015-11-30Remove support for thread events without PTRACE_EVENT_CLONE in GDBServer.Antoine Tremblay1-4/+1
2015-11-30Refactor queries for hardware and software single stepping support in GDBServer.Antoine Tremblay1-5/+28
2015-11-30Fix instruction skipping when using software single step in GDBServerAntoine Tremblay1-7/+14
2015-11-30Fix breakpoint size when stepping over a permanent breakpoint in GDBServer.Antoine Tremblay1-1/+15
2015-11-30gdbserver/linux: Always wake up event loop after resumePedro Alves1-0/+5
2015-11-30Implement TARGET_WAITKIND_NO_RESUMED in the remote protocolPedro Alves1-1/+14
2015-11-30gdbserver: fix killed-outside.expPedro Alves1-6/+23
2015-11-30Remote thread create/exit eventsPedro Alves1-27/+52
2015-11-30gdbserver resume_stop handling bugPedro Alves1-1/+0
2015-11-30gdbserver crash if gdb attaches too fastPedro Alves1-12/+41
2015-11-26Display names of remote threadsSimon Marchi1-1/+2
2015-11-19gdbserver: Fix qSupported:xmlRegisters=i386;UnknownFeature+ handlingPedro Alves1-2/+2
2015-10-29gdbserver: btrace enumsPedro Alves1-1/+1
2015-10-26Move __SIGRTMIN.Doug Evans1-6/+0
2015-10-26musl: Move W_STOPCODE to common/gdb_wait.h.Doug Evans1-4/+0
2015-10-23Refactor default_breakpoint_kind_from_pc to be used by all targets in GDBServer.Antoine Tremblay1-13/+0
2015-10-22Fix inconsistent breakpoint kinds between breakpoints and tracepoints in GDBS...Antoine Tremblay1-2/+14
2015-10-21Support breakpoint kinds for software breakpoints in GDBServer.Antoine Tremblay1-10/+0
2015-10-21Add the target_ops needed for software breakpoints in GDBServer.Antoine Tremblay1-3/+42
2015-09-25Add some more casts (1/2)Simon Marchi1-5/+5
2015-09-25Add casts to memory allocation related callsSimon Marchi1-6/+6
2015-09-15[gdbserver] Rename supports_conditional_breakpoints to supports_hardware_sing...Yao Qi1-8/+3
2015-09-11Extended-remote follow-execDon Breazeal1-24/+123
2015-09-09btrace: kernel address filteringMarkus Metzger1-21/+1
2015-08-27Detect SW breakpoints in Cell/B.E. combined debuggingUlrich Weigand1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-16/+13
2015-08-21gdbserver: don't pick a random thread if the current thread diesPedro Alves1-12/+4
2015-08-14Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune1-4/+26
2015-08-06gdbserver: move_out_of_jump_pad_callback misses switching current threadPedro Alves1-0/+7
2015-08-06Fix gdbserver --debug issues caught by ValgrindPedro Alves1-9/+13
2015-08-06gdbserver: Fix non-stop / fork / step-over issuesPedro Alves1-29/+192
2015-08-06Linux gdbserver confused when event randomization picks process exit eventPedro Alves1-28/+36
2015-08-06Linux gdbserver fork event debug outputPedro Alves1-7/+9
2015-08-04Move have_ptrace_getregset to linux-low.cYao Qi1-0/+3
2015-07-30remote follow fork and spurious child stops in non-stop modePedro Alves1-0/+2
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves1-1/+1
2015-07-24Remove proc->priv->new_inferiorYao Qi1-10/+2
2015-07-24Initialise target descrption after skipping extra traps for --wrapperYao Qi1-13/+48
2015-07-24Set proc->priv->new_inferior out of linux_add_processYao Qi1-5/+8
2015-07-15Revert the previous 7 commits of: Validate binary before useJan Kratochvil1-362/+36
2015-07-15gdbserver build-id attribute generatorJan Kratochvil1-36/+362
2015-07-14gdbserver/Linux: internal error when killing a process that is already gonePedro Alves1-1/+4
2015-07-02btrace: support Intel(R) Processor TraceMarkus Metzger1-7/+78
2015-06-10Implement vFile:setfs in gdbserverGary Benson1-0/+4
2015-05-28Initialize last_resume_kind for remote fork childDon Breazeal1-1/+5
2015-05-12Extended-remote follow vforkDon Breazeal1-4/+22