aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-x86-low.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Move gdbserver to top levelTom Tromey1-2922/+0
2020-01-13gdbserver: make some functions static in linux-x86-low.cSimon Marchi1-13/+13
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-06Use strtok_r instead of strtokChristian Biesinger1-2/+4
2019-08-15Replace write_inferior_memory with target_write_memoryTom Tromey1-4/+4
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-07-04i386/AArch64: Remove old xml testsAlan Hayward1-4/+0
2019-06-10Remove newlines from warningsTom Tromey1-1/+1
2019-05-06Fix regression caused by recently added syscall restart codeKevin Buettner1-0/+2
2019-04-10Fix amd64->i386 linux syscall restart problemKevin Buettner1-0/+13
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-21Remove duplicate or commented-out #includesTom Tromey1-1/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-03Remove pid_to_ptidTom Tromey1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-14gdbserver: Use std::list for all_processesSimon Marchi1-15/+8
2017-10-12linux low: Make the arch code free arch_process_infoSimon Marchi1-0/+9
2017-10-12lwp_info: Make the arch code free arch_lwp_infoSimon Marchi1-0/+1
2017-09-15gdbserver: Remove duplicate functions to find any thread of processSimon Marchi1-14/+1
2017-09-10Fix build breakage on GNU/Linux AArch64Sergio Durigan Junior1-2/+2
2017-09-05Convert amd64-linux target descriptionsYao Qi1-74/+12
2017-09-05[GDBserver] Use pre-generated tdesc as testYao Qi1-0/+2
2017-09-05[GDBserver] Centralize tdesc for i386-linuxYao Qi1-46/+13
2017-09-05Return X86_TDESC_MMX in x86_get_ipa_tdesc_idxYao Qi1-1/+2
2017-07-10Re-indent the codeYao Qi1-1/+1
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-02-17Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm1-12/+16
2017-02-17Add target description for avx-avx512.Michael Sturm1-7/+17
2017-02-17Rename target descriptions to reflect actual content of description.Michael Sturm1-13/+16
2017-01-27amd64-linux: expose system register FS_BASE and GS_BASE for Linux.Walfred Tedeschi1-0/+32
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