aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2015-08-04Disable tracepoint support for aarch32Yao Qi2-1/+12
2015-08-04Disable Z0 packet on aarch64 on multi-arch debuggingYao Qi4-1/+25
2015-08-04Get and set PC correctly on aarch64 in multi-archYao Qi2-7/+33
2015-08-04Use arm target description and regs_info for 32-bit file on aarch64 GDBserverYao Qi3-3/+56
2015-08-04New regs_info for aarch32Yao Qi5-47/+219
2015-08-04Move have_ptrace_getregset to linux-low.cYao Qi4-3/+11
2015-08-04C++: dlsym casts in gdb/linux-thread-db.c and gdb/gdbserver/thread-db.cPedro Alves2-39/+40
2015-08-03Nios II R2 support for GDB.Sandra Loosemore2-2/+31
2015-07-30remote follow fork and spurious child stops in non-stop modePedro Alves1-0/+2
2015-07-30Remove global variable arm_hwcapYao Qi2-7/+9
2015-07-30Use regcache->tdesc instead of arm_hwcapYao Qi2-12/+20
2015-07-30Don't use arm_regmap and arm_num_regs in arm_fill_gregset and arm_store_gregsetYao Qi2-8/+20
2015-07-29MIPS ptrace build fixesSimon Marchi2-1/+6
2015-07-27[gdbserver] Don't set srv_linux_usrregs for aarch64*-*-linux*Yao Qi2-1/+5
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves14-13/+31
2015-07-24C++: handle glibc's ptrace(enum __ptrace_request, ...)Pedro Alves3-9/+87
2015-07-24make gdbserver use the same ptrace autoconf checks as gdbPedro Alves5-0/+232
2015-07-24Remove proc->priv->new_inferiorYao Qi3-15/+10
2015-07-24Initialise target descrption after skipping extra traps for --wrapperYao Qi8-13/+84
2015-07-24Set proc->priv->new_inferior out of linux_add_processYao Qi2-5/+15
2015-07-24Refactor start_inferiorYao Qi2-12/+15
2015-07-24Set general_thread after restartYao Qi2-1/+18
2015-07-24Remove leading/trailing white spaces in ChangeLogH.J. Lu1-9/+9
2015-07-21Move aarch64_linux_get_debug_reg_capacity to nat/aarch64-linux-hw-point.cYao Qi2-47/+6
2015-07-17Move common aarch64 HW breakpoint/watchpoint code to nat/Yao Qi4-618/+35
2015-07-17Pass aarch64_debug_reg_state to functionsYao Qi2-21/+32
2015-07-17Use debug_printf to print debug messageYao Qi2-19/+25
2015-07-15Revert the previous 7 commits of: Validate binary before useJan Kratochvil7-469/+45
2015-07-15gdbserver build-id attribute generatorJan Kratochvil2-36/+378
2015-07-15Move linux_find_memory_regions_full & co.Jan Kratochvil2-0/+43
2015-07-15Move gdb_regex* to common/Jan Kratochvil4-0/+70
2015-07-15Create empty nat/linux-maps.[ch] and common/target-utils.[ch]Jan Kratochvil3-2/+16
2015-07-15Move ChangeLog entry to gdbserverPierre Langlois1-0/+6
2015-07-15[GDBserver][AArch64] Enable support for range steppingPierre Langlois1-0/+13
2015-07-14gdbserver/Linux: internal error when killing a process that is already gonePedro Alves2-1/+9
2015-07-10gdbserver/event-loop.c: type mismatchPedro Alves2-2/+8
2015-07-10[GDBserver][AArch64] Cleanup comments for each linux_target_ops methodPierre Langlois2-26/+44
2015-07-09[GDBServer][AArch64] Enable support for tracepointsPierre Langlois1-0/+10
2015-07-09[gdbserver, aarch64] Set usrregs to NULL in regs_infoYao Qi2-29/+7
2015-07-02btrace: support Intel(R) Processor TraceMarkus Metzger3-9/+137
2015-06-29[GDBServer][AArch64] Enable support for Z0 packetsPierre Langlois2-1/+6
2015-06-29[GDBServer][AArch64] Use the same break instruction as GDBPierre Langlois2-6/+15
2015-06-24Remove redundant include directives.Gary Benson8-13/+10
2015-06-18remote: consider addressable unit size when reading/writing memorySimon Marchi2-2/+7
2015-06-15Merge multiple hex conversionsJan Kratochvil2-3/+10
2015-06-10Fix gdbserver <library-list> and its #FIXED version="1.0"Jan Kratochvil2-1/+6
2015-06-10Implement vFile:setfs in gdbserverGary Benson6-4/+117
2015-06-10Introduce nat/linux-namespaces.[ch]Gary Benson6-4/+19
2015-06-09Don't assume File-I/O mode bits match the host's formatGary Benson2-3/+10
2015-06-01Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.hYao Qi3-17/+5