aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-low.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-16btrace, gdbserver: read branch trace incrementallyMarkus Metzger1-6/+30
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-20 * linux-low.c (linux_set_resume_request): Fix comment.Doug Evans1-3/+5
2013-11-20 * linux-low.c (resume_status_pending_p): Tweak comment.Doug Evans1-1/+2
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-09-05[gdbserver] Split a new hostio.h file out of server.h.Pedro Alves1-0/+1
2013-09-05[gdbserver] Split a new tracepoint.h file out of server.h.Pedro Alves1-0/+1
2013-08-28PR server/15604Jan Kratochvil1-0/+2
2013-08-22 Unify ptrace options discovery code and make both GDB andLuis Machado1-251/+6
2013-08-14 * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPELuis Machado1-52/+52
2013-07-01Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves1-2/+1
2013-06-11Lazily allocate 'struct regsets_info'::disabled_regsets.Pedro Alves1-13/+26
2013-06-11Fix regression from multi-arch patch.Pedro Alves1-1/+1
2013-06-09gdb/gdbserver/Jan Kratochvil1-34/+43
2013-06-07[GDBserver] Multi-process + multi-archPedro Alves1-90/+127
2013-06-042013-06-04 Gary Benson <gbenson@redhat.com>Gary Benson1-97/+119
2013-05-23range stepping: gdbserver (x86 GNU/Linux)Pedro Alves1-11/+52
2013-05-16 * linux-low.c: Move definition checks upwards for PT_TEXT_ADDR,Luis Machado1-22/+35
2013-03-22Linux: No need to set ptrace event options in fork/clone children.Pedro Alves1-2/+0
2013-03-13Extraneous NULL in linux_target_ops when HAVE_LINUX_BTRACE not definedJoel Brobecker1-1/+0
2013-03-11Add the gdb remote target operations for branch tracing.Markus Metzger1-0/+57
2013-03-07PR gdb/15236: gdbserver write to linux memory with zero length corrupts stackPedro Alves1-1/+7
2013-02-04Ensure ptrace() calls cast arguments 3 and 4 appropriately.Marcus Shawcroft1-31/+52
2013-01-16gdb/gdbserver/Yao Qi1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-26gdb/gdbserver/Yao Qi1-1/+3
2012-11-152012-11-15 Pierre Muller <muller@sourceware.org>Pierre Muller1-2/+2
2012-07-07gdb/Jan Kratochvil1-0/+1
2012-07-02 Add target-side support for dynamic printf.Stan Shebs1-2/+6
2012-06-12gdb/gdbserver:Yao Qi1-4/+5
2012-06-11gdb/gdbserver:Yao Qi1-1/+1
2012-05-30 * linux-low.c (get_r_debug): Disable code using DT_MIPS_RLD_MAPThiago Jung Bauermann1-0/+4
2012-05-28gdb/Jan Kratochvil1-1/+7
2012-05-24gdb/Pedro Alves1-6/+6
2012-05-24gdb/Pedro Alves1-10/+10
2012-05-22 * linux-low.c (linux_store_registers): Avoid the copying sequenceMaciej W. Rozycki1-5/+8
2012-05-222012-05-22 Will Deacon <will.deacon@arm.com>Matthew Gretton-Dann1-0/+6
2012-05-21 * linux-low.c (linux_store_registers): Don't re-retrieve dataMaciej W. Rozycki1-22/+37
2012-05-112012-05-11 Yao Qi <yao@codesourcery.com>Pedro Alves1-8/+30
2012-04-24 * linux-low.h (PTRACE_ARG3_TYPE): Move macro from linux-low.c.Thiago Jung Bauermann1-8/+8
2012-04-12Check if GDBserver is compatible with processH.J. Lu1-11/+18
2012-04-10 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP.Maciej W. Rozycki1-7/+40
2012-03-30 * configure.ac: Check whether Elf32_auxv_t and Elf64_auxv_tThiago Jung Bauermann1-0/+30
2012-03-292012-03-29 Pedro Alves <palves@redhat.com>Pedro Alves1-1/+1
2012-03-282012-03-28 Pedro Alves <palves@redhat.com>Pedro Alves1-1/+9
2012-03-262012-03-26 Pedro Alves <palves@redhat.com>Pedro Alves1-1/+1
2012-03-232012-03-23 Pedro Alves <palves@redhat.com>Pedro Alves1-1/+7
2012-03-232012-03-23 Pedro Alves <palves@redhat.com>Pedro Alves1-2/+24
2012-03-21struct siginfo vs. siginfo_tThomas Schwinge1-5/+5
2012-03-13gdb/Jan Kratochvil1-2/+7