aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-x86-low.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-16Rename current_inferior as current_thread in gdbserverGary Benson1-11/+11
2014-09-03x86 debug address register clarificationsGary Benson1-1/+1
2014-09-02Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson1-40/+40
2014-09-02Use XCNEW rather than xcalloc (1, ...) in linux-x86-low.cGary Benson1-2/+2
2014-08-28Convert fatal to gdb_assert in both i386_dr_low_set_addrGary Benson1-3/+1
2014-08-28Straightforward fatal to internal_error conversionsGary Benson1-4/+2
2014-08-07Move stddef.h to common-defs.hGary Benson1-1/+0
2014-07-30Make all source files include defs.h or server.h firstGary Benson1-1/+1
2014-06-23x86 Linux watchpoints: Couldn't write debug register: Invalid argument.Pedro Alves1-1/+4
2014-06-20Vectorize gdbserver x86 debug register accessorsGary Benson1-7/+18
2014-06-18Rename functions and make nonstatic as necessaryGary Benson1-6/+6
2014-05-20[GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves1-36/+40
2014-05-20[GDBserver] Move Z packet defines and type convertion routines to shared code.Pedro Alves1-2/+2
2014-05-19Fix gdbserver qGetTLSAddr for x86_64 -m32Jan Kratochvil1-0/+5
2014-04-24Add AVX512 registers support to GDB and GDBserver.Michael Sturm1-1/+34
2014-04-23gdbserver: decouple x86 watchpoint / hw breakpoint routines from Z packet num...Pedro Alves1-4/+14
2014-02-20Remove all_lwps global.Doug Evans1-17/+16
2014-01-22 New gdbserver option --debug-format=timestamp.Doug Evans1-2/+2
2014-01-17Fix PR PR16445 - gdbserver build failure on x86.Pedro Alves1-1/+6
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-20Add MPX support to gdbserver.Walfred Tedeschi1-16/+64
2013-09-05[gdbserver] Move bytecode compilation bits from server.h to ax.h.Pedro Alves1-0/+1
2013-09-05[gdbserver] Split a new tracepoint.h file out of server.h.Pedro Alves1-0/+1
2013-06-12[GDBserver] Fix gdb.threads/siginfo-threads.exp, gdb.base/siginfo-obj.exp reg...Pedro Alves1-3/+5
2013-06-11[GDBserver] Initialize the x32 avx target description.Pedro Alves1-0/+1
2013-06-07[GDBserver] Multi-process + multi-archPedro Alves1-170/+297
2013-05-31 * linux-x86-low.c (ps_get_thread_area): Properly extend address toDoug Evans1-1/+2
2013-05-23range stepping: gdbserver (x86 GNU/Linux)Pedro Alves1-0/+7
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-07-192012-07-19 Michael Eager <eager@eagercon.com>Michael Eager1-8/+11
2012-04-13Enable x32 support in gdbserverH.J. Lu1-2/+10
2012-04-12Convert siginfo for x32 in gdbserverH.J. Lu1-0/+195
2012-04-12Check if GDBserver is compatible with processH.J. Lu1-4/+15
2012-03-282012-03-28 Pedro Alves <palves@redhat.com>Pedro Alves1-0/+1
2012-03-21struct siginfo vs. siginfo_tThomas Schwinge1-2/+2
2012-03-092012-03-08 Yao Qi <yao@codesourcery.com>Yao Qi1-2/+25
2012-03-03gdb:Yao Qi1-1/+2
2012-03-01 gdb/Maciej W. Rozycki1-0/+1
2012-01-272012-01-27 Pedro Alves <palves@redhat.com>Pedro Alves1-4/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-12-132011-12-13 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-2/+12
2011-11-142011-11-14 Stan Shebs <stan@codesourcery.com>Stan Shebs1-12/+103
2011-09-15 * server.h (struct emit_ops): Add compare-goto fields.Stan Shebs1-2/+291
2011-09-08 * linux-x86-low.c (i386_emit_prologue): Save %ebx.Stan Shebs1-1/+3
2011-05-312011-05-31 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-1/+1
2011-04-27fix strict-aliasing warningsNathan Froyd1-10/+11
2011-01-062011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>Michael Snyder1-3/+5
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-09-24 gdb/Pedro Alves1-8/+12
2010-08-27 * linux-low.c (linux_unprepare_to_access_memory): Rename to ...Pedro Alves1-2/+2