aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2015-03-11Implement vFile:fstat: in gdbserverGary Benson3-0/+52
2015-03-11Move remote_fileio_to_fio_stat to gdb/commonGary Benson5-2/+101
2015-03-09gdbserver/tracepoint: Add 'struct sockaddr_un *' -> 'struct sockaddr *' castPedro Alves2-1/+6
2015-03-09Revert union gdb_sockaddr_uPedro Alves4-27/+60
2015-03-07Remove C-specific warnings from common warning setPedro Alves3-2/+12
2015-03-07Fix struct sockaddr/sockaddr_in/sockaddr_un strict aliasing violationsPedro Alves4-45/+40
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves2-19/+24
2015-03-06Use show_debug_regs as a booleanYao Qi2-2/+8
2015-03-06New common function "startswith"Gary Benson8-82/+68
2015-03-05Fix Windows/SPU/NTO/Lynx gdbserver buildsPedro Alves5-0/+25
2015-03-04gdbserver/Linux: Use TRAP_BRKPT/TRAP_HWBPTPedro Alves2-6/+133
2015-03-04gdbserver: Support the "swbreak"/"hwbreak" stop reasonsPedro Alves5-0/+92
2015-03-04enum lwp_stop_reason -> enum target_stop_reasonPedro Alves4-37/+32
2015-03-04Add linux-aarch64-low.c in SFILEYao Qi2-0/+5
2015-03-03Fix incorrect vFile: prefix lengthsGary Benson2-2/+6
2015-03-03btrace: support 32-bit inferior on 64-bit hostMarkus Metzger2-1/+6
2015-03-02S390: Add vector register support to gdbserverAndreas Arnez4-4/+137
2015-03-01Fix 32-bit x86 in-process agent buildPedro Alves2-1/+6
2015-02-27x86 Linux/ptrace: fix offsetof usage in C++ modePedro Alves2-4/+19
2015-02-27proc-service, extern "C"Pedro Alves3-2/+92
2015-02-27Make functions and variables exported by the IPA be extern "C"Pedro Alves5-102/+189
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves9-79/+84
2015-02-27Add --enable-build-with-cxx configure switchPedro Alves5-14/+429
2015-02-27Create libiberty.m4, have GDB and GDBserver use itPedro Alves5-0/+391
2015-02-26gdbserver/Linux: Simplify stepping past program breakpoint a littlePedro Alves2-6/+8
2015-02-23gdbserver: redo stepping over breakpoint that was on top of a permanent break...Pedro Alves2-8/+45
2015-02-23gdbserver: 64-bit kernel / 32-inferior, syscall restartingPedro Alves2-2/+12
2015-02-20GNU/Linux: Stop using libthread_db/td_ta_thr_iterPedro Alves2-1/+23
2015-02-20fix gdbserver/linux-low'c's pending status handlingPedro Alves2-3/+6
2015-02-19Fix non executable stack handling when calling functions in the inferior.Antoine Tremblay2-16/+12
2015-02-10gdbserver: Fix crash when QTinit is handled with no inferior process attachedAntoine Tremblay2-0/+12
2015-02-09record-btrace: add bts buffer size configuration optionMarkus Metzger3-2/+69
2015-02-09record btrace: add configuration structMarkus Metzger4-11/+138
2015-02-09btrace: add format argument to supports_btraceMarkus Metzger3-16/+29
2015-02-09btrace: add struct btrace_dataMarkus Metzger3-11/+43
2015-02-06libthread_db: attaching to terminated/joined threads, debug outputPedro Alves2-0/+7
2015-02-04Linux: don't resume new LWPs until we've pulled all events out of the kernelPedro Alves2-23/+42
2015-01-15Move code to disable ASR to nat/Sergio Durigan Junior4-31/+20
2015-01-15Move safe_strerror to common/Sergio Durigan Junior4-2/+24
2015-01-14Detect 64-bit-ness in PowerPC Book III-EYao Qi7-7/+22
2015-01-14Move some ppc macros to nat/ppc-linux.hYao Qi2-29/+11
2015-01-10Fix use of wrong struct i387_xsave field in i387_cache_to_xsaveJoel Brobecker2-1/+7
2015-01-09[gdbserver] linux-low.c: better starvation avoidance, handle non-stop mode tooPedro Alves8-346/+506
2015-01-09libthread_db: Skip attaching to terminated and joined threadsPedro Alves2-0/+16
2015-01-09Linux: on attach, attach to lwps listed under /proc/$pid/task/Pedro Alves4-102/+68
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker82-82/+82
2015-01-01Update copyright year printed by gdb, gdbserver and gdbreplay.Joel Brobecker3-2/+7
2014-12-29Sanitize input_interrupt outputSergio Durigan Junior2-3/+19
2014-12-16[Linux] Ask kernel to kill inferior when GDB terminatesJoel Brobecker2-1/+9
2014-12-16aarch64/gdbserver: fix floating point registers displayCatalin Udma2-1/+16