aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-x86-low.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-08-25Sync proc_service definition with GLIBCAdhemerval Zanella1-1/+1
2016-08-19x32: gdbserver's agent bytecode JIT: fix "call" emissionPedro Alves1-0/+2
2016-08-19x32: Avoid unsigned long when installing fast tracepoint jump padsPedro Alves1-3/+3
2016-07-26Fix PR server/20414 - x32 gdbserver always crashes inferiorPedro Alves1-4/+8
2016-07-26Fix PR gdb/20287 - x32 and "gdb_static_assert (sizeof (nat_siginfo_t) == size...Pedro Alves1-5/+5
2016-06-28Remove parameter sysret from linux_target_ops.get_syscall_trapinfoYao Qi1-8/+2
2016-04-19Add target descriptions for AVX + MPXWalfred Tedeschi1-0/+12
2016-02-25[PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA.Marcin Koƛcielnicki1-51/+34
2016-02-09Fix siginfo C++ build errorSimon Marchi1-1/+1
2016-02-09Revert "Fix build breakage"Walfred Tedeschi1-4/+4
2016-02-09Fix build breakageWalfred Tedeschi1-4/+4
2016-02-02Merge gdb and gdbserver implementations for siginfoWalfred Tedeschi1-415/+8
2016-01-12Implement 'catch syscall' for gdbserverJosh Stone1-0/+26
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-30Refactor queries for hardware and software single stepping support in GDBServer.Antoine Tremblay1-0/+11
2015-11-19gdbserver: Fix qSupported:xmlRegisters=i386;UnknownFeature+ handlingPedro Alves1-11/+17
2015-10-29gdbserver/Linux: Introduce NULL_REGSETPedro Alves1-1/+1
2015-10-21Add the target_ops needed for software breakpoints in GDBServer.Antoine Tremblay1-3/+12
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+2
2015-08-04Move have_ptrace_getregset to linux-low.cYao Qi1-3/+0
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves1-1/+2
2015-06-01Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.hYao Qi1-9/+0
2015-05-12Arch-specific remote follow forkDon Breazeal1-0/+29
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