aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-x86-low.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-26 * linux-low.c (linux_prepare_to_access_memory): New.Pedro Alves1-3/+21
2010-08-25 PR threads/10729Pedro Alves1-25/+52
2010-06-202010-06-20 Ian Lance Taylor <iant@google.com>Pedro Alves1-25/+21
2010-06-15 * linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)Pedro Alves1-6/+6
2010-06-14gdb/Pedro Alves1-1/+1031
2010-06-01gdb/gdbserver/Pedro Alves1-1/+432
2010-04-17Define xmltarget_amd64_linux_no_xml only for amd64.H.J. Lu1-0/+3
2010-04-12 * regcache.c (set_register_cache): Invalidate regcaches beforePedro Alves1-0/+5
2010-04-12Avoid unused variable warning on Linux/x86-64.H.J. Lu1-1/+1
2010-04-09 gdb/gdbserver/Pedro Alves1-1/+8
2010-04-08Support i386 without SSE.H.J. Lu1-3/+40
2010-04-07Add x86 AVX support to gdbserver.H.J. Lu1-9/+172
2010-04-03 * inferiors.c (add_thread): Set last_status kind toPedro Alves1-1/+1
2010-04-01 * linux-low.c (linux_wait_1): Avoid setting need_step_over isPedro Alves1-0/+4
2010-03-23 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if thePedro Alves1-1/+5
2010-03-01Enable XML target descriptions for x86.H.J. Lu1-4/+4
2010-01-20 * regcache.h (struct thread_info): Forward declare.Pedro Alves1-24/+26
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-12-22 * linux-x86-low.c: Delete outdated comment about Elf32_Phdr.Doug Evans1-4/+0
2009-06-30 Add h/w watchpoint support to x86-linux, win32-i386.Doug Evans1-4/+216
2009-05-13 * linux-x86-low.c: Don't include assert.h.Doug Evans1-3/+3