summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-x86-low.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add iterate_over_lwps to gdbserverGary Benson2015-03-241-21/+12
* Add x86_debug_reg_state to gdbserverGary Benson2015-03-241-4/+12
* Introduce current_lwp_ptidGary Benson2015-03-241-9/+4
* New common function "startswith"Gary Benson2015-03-061-1/+1
* enum lwp_stop_reason -> enum target_stop_reasonPedro Alves2015-03-041-1/+1
* x86 Linux/ptrace: fix offsetof usage in C++ modePedro Alves2015-02-271-4/+14
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-5/+5
* gdbserver: 64-bit kernel / 32-inferior, syscall restartingPedro Alves2015-02-231-2/+5
* [gdbserver] linux-low.c: better starvation avoidance, handle non-stop mode tooPedro Alves2015-01-091-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Rename current_inferior as current_thread in gdbserverGary Benson2014-09-161-11/+11
* x86 debug address register clarificationsGary Benson2014-09-031-1/+1
* Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson2014-09-021-40/+40
* Use XCNEW rather than xcalloc (1, ...) in linux-x86-low.cGary Benson2014-09-021-2/+2
* Convert fatal to gdb_assert in both i386_dr_low_set_addrGary Benson2014-08-281-3/+1
* Straightforward fatal to internal_error conversionsGary Benson2014-08-281-4/+2
* Move stddef.h to common-defs.hGary Benson2014-08-071-1/+0
* Make all source files include defs.h or server.h firstGary Benson2014-07-301-1/+1
* x86 Linux watchpoints: Couldn't write debug register: Invalid argument.Pedro Alves2014-06-231-1/+4
* Vectorize gdbserver x86 debug register accessorsGary Benson2014-06-201-7/+18
* Rename functions and make nonstatic as necessaryGary Benson2014-06-181-6/+6
* [GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves2014-05-201-36/+40
* [GDBserver] Move Z packet defines and type convertion routines to shared code.Pedro Alves2014-05-201-2/+2
* Fix gdbserver qGetTLSAddr for x86_64 -m32Jan Kratochvil2014-05-191-0/+5
* Add AVX512 registers support to GDB and GDBserver.Michael Sturm2014-04-241-1/+34
* gdbserver: decouple x86 watchpoint / hw breakpoint routines from Z packet num...Pedro Alves2014-04-231-4/+14
* Remove all_lwps global.Doug Evans2014-02-201-17/+16
* New gdbserver option --debug-format=timestamp.Doug Evans2014-01-221-2/+2
* Fix PR PR16445 - gdbserver build failure on x86.Pedro Alves2014-01-171-1/+6
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Add MPX support to gdbserver.Walfred Tedeschi2013-11-201-16/+64
* [gdbserver] Move bytecode compilation bits from server.h to ax.h.Pedro Alves2013-09-051-0/+1
* [gdbserver] Split a new tracepoint.h file out of server.h.Pedro Alves2013-09-051-0/+1
* [GDBserver] Fix gdb.threads/siginfo-threads.exp, gdb.base/siginfo-obj.exp reg...Pedro Alves2013-06-121-3/+5
* [GDBserver] Initialize the x32 avx target description.Pedro Alves2013-06-111-0/+1
* [GDBserver] Multi-process + multi-archPedro Alves2013-06-071-170/+297
* * linux-x86-low.c (ps_get_thread_area): Properly extend address toDoug Evans2013-05-311-1/+2
* range stepping: gdbserver (x86 GNU/Linux)Pedro Alves2013-05-231-0/+7