]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/gdbserver/linux-x86-low.c
Replace write_inferior_memory with target_write_memory
[thirdparty/binutils-gdb.git] / gdb / gdbserver / linux-x86-low.c
2019-08-15  Tom TromeyReplace write_inferior_memory with target_write_memory
2019-07-09  Tom TromeyRename common to gdbsupport
2019-07-04  Alan Haywardi386/AArch64: Remove old xml tests
2019-06-10  Tom TromeyRemove newlines from warnings
2019-05-06  Kevin BuettnerFix regression caused by recently added syscall restart...
2019-04-11  Kevin BuettnerFix amd64->i386 linux syscall restart problem
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-21  Tom TromeyRemove duplicate or commented-out #includes
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-07-03  Tom TromeyRemove pid_to_ptid
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-14  Simon Marchigdbserver: Use std::list for all_processes
2017-10-12  Simon Marchilinux low: Make the arch code free arch_process_info
2017-10-12  Simon Marchilwp_info: Make the arch code free arch_lwp_info
2017-09-15  Simon Marchigdbserver: Remove duplicate functions to find any threa...
2017-09-10  Sergio Durigan JuniorFix build breakage on GNU/Linux AArch64
2017-09-05  Yao QiConvert amd64-linux target descriptions
2017-09-05  Yao Qi[GDBserver] Use pre-generated tdesc as test
2017-09-05  Yao Qi[GDBserver] Centralize tdesc for i386-linux
2017-09-05  Yao QiReturn X86_TDESC_MMX in x86_get_ipa_tdesc_idx
2017-07-10  Yao QiRe-indent the code
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-02-17  Michael SturmAdd support for Intel PKRU register to GDB and GDBserver.
2017-02-17  Michael SturmAdd target description for avx-avx512.
2017-02-17  Michael SturmRename target descriptions to reflect actual content...
2017-01-27  Walfred Tedeschiamd64-linux: expose system register FS_BASE and GS_BASE...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-08-25  Adhemerval ZanellaSync proc_service definition with GLIBC
2016-08-19  Pedro Alvesx32: gdbserver's agent bytecode JIT: fix "call" emission
2016-08-19  Pedro Alvesx32: Avoid unsigned long when installing fast tracepoin...
2016-07-26  Pedro AlvesFix PR server/20414 - x32 gdbserver always crashes...
2016-07-26  Pedro AlvesFix PR gdb/20287 - x32 and "gdb_static_assert (sizeof...
2016-06-28  Yao QiRemove parameter sysret from linux_target_ops.get_sysca...
2016-04-19  Walfred TedeschiAdd target descriptions for AVX + MPX
2016-02-25  Marcin Koƛcielnicki[PR gdb/13808] gdb.trace: Pass tdesc selected in gdbser...
2016-02-09  Simon MarchiFix siginfo C++ build error
2016-02-09  Walfred TedeschiRevert "Fix build breakage"
2016-02-09  Walfred TedeschiFix build breakage
2016-02-02  Walfred TedeschiMerge gdb and gdbserver implementations for siginfo
2016-01-12  Josh StoneImplement 'catch syscall' for gdbserver
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-30  Antoine TremblayRefactor queries for hardware and software single stepp...
2015-11-19  Pedro Alvesgdbserver: Fix qSupported:xmlRegisters=i386;UnknownFeat...
2015-10-29  Pedro Alvesgdbserver/Linux: Introduce NULL_REGSET
2015-10-21  Antoine TremblayAdd the target_ops needed for software breakpoints...
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-04  Yao QiMove have_ptrace_getregset to linux-low.c
2015-07-24  Pedro AlvesLinux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere
2015-06-01  Yao QiMove PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux...
2015-05-12  Don BreazealArch-specific remote follow fork
2015-04-09  Yao Qigdbserver gnu/linux: stepping over breakpoint
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 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-06  Gary BensonNew common function "startswith"
2015-03-04  Pedro Alvesenum lwp_stop_reason -> enum target_stop_reason
2015-02-27  Pedro Alvesx86 Linux/ptrace: fix offsetof usage in C++ mode
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-23  Pedro Alvesgdbserver: 64-bit kernel / 32-inferior, syscall restarting
2015-01-09  Pedro Alves[gdbserver] linux-low.c: better starvation avoidance...
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-09-16  Gary BensonRename current_inferior as current_thread in gdbserver
2014-09-03  Gary Bensonx86 debug address register clarifications
2014-09-02  Gary BensonRename 32- and 64-bit Intel files from "i386" to "x86"
2014-09-02  Gary BensonUse XCNEW rather than xcalloc (1, ...) in linux-x86...
2014-08-28  Gary BensonConvert fatal to gdb_assert in both i386_dr_low_set_addr
2014-08-28  Gary BensonStraightforward fatal to internal_error conversions
2014-08-07  Gary BensonMove stddef.h to common-defs.h
2014-07-30  Gary BensonMake all source files include defs.h or server.h first
2014-06-23  Pedro Alvesx86 Linux watchpoints: Couldn't write debug register...
2014-06-20  Gary BensonVectorize gdbserver x86 debug register accessors
2014-06-18  Gary BensonRename functions and make nonstatic as necessary
2014-05-20  Pedro Alves[GDBserver] Make Zx/zx packet handling idempotent.
2014-05-20  Pedro Alves[GDBserver] Move Z packet defines and type convertion...
2014-05-19  Jan KratochvilFix gdbserver qGetTLSAddr for x86_64 -m32
2014-04-24  Michael SturmAdd AVX512 registers support to GDB and GDBserver.
2014-04-23  Pedro Alvesgdbserver: decouple x86 watchpoint / hw breakpoint...
2014-02-20  Doug EvansRemove all_lwps global.
2014-01-22  Doug Evans New gdbserver option --debug-format=timestamp.
2014-01-17  Pedro AlvesFix PR PR16445 - gdbserver build failure on x86.
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-20  Walfred TedeschiAdd MPX support to gdbserver.
2013-09-05  Pedro Alves[gdbserver] Move bytecode compilation bits from server...
2013-09-05  Pedro Alves[gdbserver] Split a new tracepoint.h file out of server.h.
2013-06-12  Pedro Alves[GDBserver] Fix gdb.threads/siginfo-threads.exp, gdb...
2013-06-11  Pedro Alves[GDBserver] Initialize the x32 avx target description.
2013-06-07  Pedro Alves[GDBserver] Multi-process + multi-arch
2013-05-31  Doug Evans * linux-x86-low.c (ps_get_thread_area): Properly exten...
2013-05-23  Pedro Alvesrange stepping: gdbserver (x86 GNU/Linux)
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-07-19  Michael Eager2012-07-19 Michael Eager <eager@eagercon.com>
next