aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-x86-low.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-09gdbserver gnu/linux: stepping over breakpointYao Qi1-6/+0
2015-03-24Move duplicated Linux x86 code to nat/x86-linux.cGary Benson1-16/+0
2015-03-24Move low-level Linux x86 debug register code to a shared fileGary Benson1-167/+1
2015-03-24Introduce x86_linux_update_debug_registersGary Benson1-3/+13
2015-03-24Linux x86 low-level debug register comment synchronizationGary Benson1-17/+31
2015-03-24Linux x86 low-level debug register code synchronizationGary Benson1-2/+4
2015-03-24Rename gdbserver's low-level Linux x86 debug register accessorsGary Benson1-10/+10
2015-03-24Make lwp_info.arch_private handling sharedGary Benson1-16/+5
2015-03-24Change signature of linux_target_ops.new_threadGary Benson1-3/+3
2015-03-24Introduce basic LWP accessorsGary Benson1-3/+4
2015-03-24Add iterate_over_lwps to gdbserverGary Benson1-21/+12
2015-03-24Add x86_debug_reg_state to gdbserverGary Benson1-4/+12
2015-03-24Introduce current_lwp_ptidGary Benson1-9/+4
2015-03-06New common function "startswith"Gary Benson1-1/+1
2015-03-04enum lwp_stop_reason -> enum target_stop_reasonPedro Alves1-1/+1
2015-02-27x86 Linux/ptrace: fix offsetof usage in C++ modePedro Alves1-4/+14
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-5/+5
2015-02-23gdbserver: 64-bit kernel / 32-inferior, syscall restartingPedro Alves1-2/+5
2015-01-09[gdbserver] linux-low.c: better starvation avoidance, handle non-stop mode tooPedro Alves1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
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