summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-x86-low.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* gdbserver: Use std::list for all_processesSimon Marchi2017-10-141-15/+8
* linux low: Make the arch code free arch_process_infoSimon Marchi2017-10-121-0/+9
* lwp_info: Make the arch code free arch_lwp_infoSimon Marchi2017-10-121-0/+1
* gdbserver: Remove duplicate functions to find any thread of processSimon Marchi2017-09-151-14/+1
* Fix build breakage on GNU/Linux AArch64Sergio Durigan Junior2017-09-101-2/+2
* Convert amd64-linux target descriptionsYao Qi2017-09-051-74/+12
* [GDBserver] Use pre-generated tdesc as testYao Qi2017-09-051-0/+2
* [GDBserver] Centralize tdesc for i386-linuxYao Qi2017-09-051-46/+13
* Return X86_TDESC_MMX in x86_get_ipa_tdesc_idxYao Qi2017-09-051-1/+2
* Re-indent the codeYao Qi2017-07-101-1/+1
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm2017-02-171-12/+16
* Add target description for avx-avx512.Michael Sturm2017-02-171-7/+17
* Rename target descriptions to reflect actual content of description.Michael Sturm2017-02-171-13/+16
* amd64-linux: expose system register FS_BASE and GS_BASE for Linux.Walfred Tedeschi2017-01-271-0/+32
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Sync proc_service definition with GLIBCAdhemerval Zanella2016-08-251-1/+1
* x32: gdbserver's agent bytecode JIT: fix "call" emissionPedro Alves2016-08-191-0/+2
* x32: Avoid unsigned long when installing fast tracepoint jump padsPedro Alves2016-08-191-3/+3
* Fix PR server/20414 - x32 gdbserver always crashes inferiorPedro Alves2016-07-261-4/+8
* Fix PR gdb/20287 - x32 and "gdb_static_assert (sizeof (nat_siginfo_t) == size...Pedro Alves2016-07-261-5/+5
* Remove parameter sysret from linux_target_ops.get_syscall_trapinfoYao Qi2016-06-281-8/+2
* Add target descriptions for AVX + MPXWalfred Tedeschi2016-04-191-0/+12
* [PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA.Marcin Koƛcielnicki2016-02-251-51/+34
* Fix siginfo C++ build errorSimon Marchi2016-02-091-1/+1
* Revert "Fix build breakage"Walfred Tedeschi2016-02-091-4/+4
* Fix build breakageWalfred Tedeschi2016-02-091-4/+4
* Merge gdb and gdbserver implementations for siginfoWalfred Tedeschi2016-02-021-415/+8
* Implement 'catch syscall' for gdbserverJosh Stone2016-01-121-0/+26
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Refactor queries for hardware and software single stepping support in GDBServer.Antoine Tremblay2015-11-301-0/+11
* gdbserver: Fix qSupported:xmlRegisters=i386;UnknownFeature+ handlingPedro Alves2015-11-191-11/+17
* gdbserver/Linux: Introduce NULL_REGSETPedro Alves2015-10-291-1/+1
* Add the target_ops needed for software breakpoints in GDBServer.Antoine Tremblay2015-10-211-3/+12
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+2
* Move have_ptrace_getregset to linux-low.cYao Qi2015-08-041-3/+0
* Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves2015-07-241-1/+2
* Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.hYao Qi2015-06-011-9/+0
* Arch-specific remote follow forkDon Breazeal2015-05-121-0/+29
* gdbserver gnu/linux: stepping over breakpointYao Qi2015-04-091-6/+0
* Move duplicated Linux x86 code to nat/x86-linux.cGary Benson2015-03-241-16/+0
* Move low-level Linux x86 debug register code to a shared fileGary Benson2015-03-241-167/+1
* Introduce x86_linux_update_debug_registersGary Benson2015-03-241-3/+13
* Linux x86 low-level debug register comment synchronizationGary Benson2015-03-241-17/+31
* Linux x86 low-level debug register code synchronizationGary Benson2015-03-241-2/+4
* Rename gdbserver's low-level Linux x86 debug register accessorsGary Benson2015-03-241-10/+10
* Make lwp_info.arch_private handling sharedGary Benson2015-03-241-16/+5
* Change signature of linux_target_ops.new_threadGary Benson2015-03-241-3/+3
* Introduce basic LWP accessorsGary Benson2015-03-241-3/+4