Move linux_find_memory_regions_full & co.
[binutils-gdb.git] / gdb / gdbserver /
2015-07-15 Jan KratochvilMove linux_find_memory_regions_full & co.
2015-07-15 Jan KratochvilMove gdb_regex* to common/
2015-07-15 Jan KratochvilCreate empty nat/linux-maps.[ch] and common/target...
2015-07-15 Pierre LangloisMove ChangeLog entry to gdbserver
2015-07-15 Pierre Langlois[GDBserver][AArch64] Enable support for range stepping
2015-07-14 Pedro Alvesgdbserver/Linux: internal error when killing a process...
2015-07-10 Pedro Alvesgdbserver/event-loop.c: type mismatch
2015-07-10 Pierre Langlois[GDBserver][AArch64] Cleanup comments for each linux_ta...
2015-07-09 Pierre Langlois[GDBServer][AArch64] Enable support for tracepoints
2015-07-09 Yao Qi[gdbserver, aarch64] Set usrregs to NULL in regs_info
2015-07-02 Markus Metzgerbtrace: support Intel(R) Processor Trace
2015-06-29 Pierre Langlois[GDBServer][AArch64] Enable support for Z0 packets
2015-06-29 Pierre Langlois[GDBServer][AArch64] Use the same break instruction...
2015-06-24 Gary BensonRemove redundant include directives.
2015-06-18 Simon Marchiremote: consider addressable unit size when reading...
2015-06-15 Jan KratochvilMerge multiple hex conversions
2015-06-10 Jan KratochvilFix gdbserver <library-list> and its #FIXED version...
2015-06-10 Gary BensonImplement vFile:setfs in gdbserver
2015-06-10 Gary BensonIntroduce nat/linux-namespaces.[ch]
2015-06-09 Gary BensonDon't assume File-I/O mode bits match the host's format
2015-06-01 Yao QiMove PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux...
2015-05-28 Don BreazealInitialize last_resume_kind for remote fork child
2015-05-15 Pedro AlvesMore C++ build fixing
2015-05-14 Don BreazealFix build gdbserver build errors on arm, mips, aarch64.
2015-05-14 Joel BrobeckerFix gdbserver build failure on arm-android.
2015-05-12 Don BreazealExtended-remote follow vfork
2015-05-12 Don BreazealArch-specific remote follow fork
2015-05-12 Don BreazealExtended-remote Linux follow fork
2015-05-12 Don BreazealClone remote breakpoints
2015-05-12 Don BreazealIdentify remote fork event support
2015-05-12 Gary BensonLocate executables on remote stubs without multiprocess...
2015-05-08 Sandra LoosemoreUse PTRACE_GETREGSET/SETREGSET in nios2 gdbserver.
2015-05-08 Yao Qi[gdbserver] Disable conditional breakpoints on no-hardw...
2015-05-06 Pedro AlvesPR server/18081: gdbserver crashes when providing an...
2015-04-21 Gary BensonIntroduce new shared function fileio_to_host_openflags
2015-04-17 Max Filippovgdbserver/xtensa: fix typo in XCHAL_HAVE_LOOPS
2015-04-17 Max Filippovgdbserver/xtensa: drop xtensa_usrregs_info
2015-04-17 Gary BensonImplement qXfer:exec-file:read in gdbserver
2015-04-15 Romain Naourgdbserver: fix uClibc build whithout MMU.
2015-04-09 Gary BensonRename common-remote-fileio.[ch] as fileio.[ch]
2015-04-09 Gary BensonIntroduce new shared function remote_fileio_to_fio_error
2015-04-09 Yao Qigdbserver gnu/linux: stepping over breakpoint
2015-04-01 Pedro AlvesGDBServer: give more complete usage information
2015-03-24 Pedro AlvesDebug output tweaks in the Linux target backends
2015-03-24 Gary BensonMove duplicated Linux x86 code to nat/x86-linux.c
2015-03-24 Gary BensonMove low-level Linux x86 debug register code to a share...
2015-03-24 Gary BensonIntroduce x86_linux_update_debug_registers
2015-03-24 Gary BensonLinux x86 low-level debug register comment synchronization
2015-03-24 Gary BensonLinux x86 low-level debug register code synchronization
2015-03-24 Gary BensonRename gdbserver's low-level Linux x86 debug register...
2015-03-24 Gary BensonMake lwp_info.arch_private handling shared
2015-03-24 Gary BensonChange signature of linux_target_ops.new_thread
2015-03-24 Gary BensonIntroduce basic LWP accessors
2015-03-24 Gary BensonMake linux_stop_lwp be a shared function
2015-03-24 Gary BensonAdd iterate_over_lwps to gdbserver
2015-03-24 Gary BensonAdd x86_debug_reg_state to gdbserver
2015-03-24 Gary BensonIntroduce current_lwp_ptid
2015-03-20 Pedro Alvesconstify gdbserver/tracepoint.c
2015-03-20 Pedro Alvesconstify gdbserver/server.c
2015-03-19 Pedro AlvesFix race exposed by gdb.threads/killed.exp
2015-03-19 Pedro Alvesgdbserver/Linux: unbreak non-stop
2015-03-19 Pedro Alvesgdbserver/Linux: unbreak thread event randomization
2015-03-19 Pedro Alvesselect_event_lwp_callback: update comments
2015-03-18 Gary BensonReimplement "vFile:fstat" without qSupported
2015-03-11 Gary BensonImplement vFile:fstat: in gdbserver
2015-03-11 Gary BensonMove remote_fileio_to_fio_stat to gdb/common
2015-03-09 Pedro Alvesgdbserver/tracepoint: Add 'struct sockaddr_un *' -...
2015-03-09 Pedro AlvesRevert union gdb_sockaddr_u
2015-03-07 Pedro AlvesRemove C-specific warnings from common warning set
2015-03-07 Pedro AlvesFix struct sockaddr/sockaddr_in/sockaddr_un strict...
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-06 Yao QiUse show_debug_regs as a boolean
2015-03-06 Gary BensonNew common function "startswith"
2015-03-05 Pedro AlvesFix Windows/SPU/NTO/Lynx gdbserver builds
2015-03-04 Pedro Alvesgdbserver/Linux: Use TRAP_BRKPT/TRAP_HWBPT
2015-03-04 Pedro Alvesgdbserver: Support the "swbreak"/"hwbreak" stop reasons
2015-03-04 Pedro Alvesenum lwp_stop_reason -> enum target_stop_reason
2015-03-04 Yao QiAdd linux-aarch64-low.c in SFILE
2015-03-03 Gary BensonFix incorrect vFile: prefix lengths
2015-03-03 Markus Metzgerbtrace: support 32-bit inferior on 64-bit host
2015-03-02 Andreas ArnezS390: Add vector register support to gdbserver
2015-03-01 Pedro AlvesFix 32-bit x86 in-process agent build
2015-02-27 Pedro Alvesx86 Linux/ptrace: fix offsetof usage in C++ mode
2015-02-27 Pedro Alvesproc-service, extern "C"
2015-02-27 Pedro AlvesMake functions and variables exported by the IPA be...
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-27 Pedro AlvesAdd --enable-build-with-cxx configure switch
2015-02-27 Pedro AlvesCreate libiberty.m4, have GDB and GDBserver use it
2015-02-26 Pedro Alvesgdbserver/Linux: Simplify stepping past program breakpo...
2015-02-23 Pedro Alvesgdbserver: redo stepping over breakpoint that was on...
2015-02-23 Pedro Alvesgdbserver: 64-bit kernel / 32-inferior, syscall restarting
2015-02-20 Pedro AlvesGNU/Linux: Stop using libthread_db/td_ta_thr_iter
2015-02-20 Pedro Alvesfix gdbserver/linux-low'c's pending status handling
2015-02-19 Antoine TremblayFix non executable stack handling when calling function...
2015-02-10 Antoine Tremblaygdbserver: Fix crash when QTinit is handled with no...
2015-02-09 Markus Metzgerrecord-btrace: add bts buffer size configuration option
2015-02-09 Markus Metzgerrecord btrace: add configuration struct
2015-02-09 Markus Metzgerbtrace: add format argument to supports_btrace
2015-02-09 Markus Metzgerbtrace: add struct btrace_data
2015-02-06 Pedro Alveslibthread_db: attaching to terminated/joined threads...
next