summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/win32-i386-low.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-19Remove usage of find_inferior in win32-i386-low.cSimon Marchi
2017-10-14gdbserver: use std::list for all_threadsSimon Marchi
2017-09-22gdbserver x86 on win32: call init_target_descSimon Marchi
2017-09-05Convert the rest x86 target descriptionsYao Qi
2017-08-25gdbserver: Rename some functions, thread -> inferiorSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-23Fix incorrect reference to source filesLuis Machado
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-17[C++/mingw] gdbserver castsPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-10-15gdbserver/win32: Rewrite debug registers handlingPedro Alves
2014-09-02Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson
2014-08-28Convert fatal to gdb_assert in both i386_dr_low_set_addrGary Benson
2014-06-20Vectorize gdbserver x86 debug register accessorsGary Benson
2014-06-18Rename functions and make nonstatic as necessaryGary Benson
2014-05-20[GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves
2014-05-20[GDBserver] Move Z packet defines and type convertion routines to shared code.Pedro Alves
2014-04-23gdbserver: decouple x86 watchpoint / hw breakpoint routines from Z packet num...Pedro Alves
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-06-07[GDBserver] Multi-process + multi-archPedro Alves
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-11-07[gdbserver] Fix watchpoint support on WindowsJoel Brobecker
2011-05-312011-05-31 Pedro Alves <pedro@codesourcery.com>Pedro Alves
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-08-25 PR threads/10729Pedro Alves
2010-04-20 * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 toPierre Muller
2010-04-20 * win32-i386-low.c: Add 64-bit support.Pierre Muller
2010-01-20 * regcache.h (struct thread_info): Forward declare.Pedro Alves
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-07-04 * win32-i386-low.c (i386_get_thread_context): Handle systems thatPedro Alves
2009-06-30 Add h/w watchpoint support to x86-linux, win32-i386.Doug Evans
2009-01-03 Updated copyright notices for most files.Joel Brobecker
2008-02-28ChangeLog:Ulrich Weigand
2008-02-27gdb/ChangeLog:Ulrich Weigand
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker
2007-05-10 * win32-low.c (debug_registers_changed,Pedro Alves
2007-03-29gdb/Pedro Alves
2007-03-28 * win32-i386-low.c: Rename to ...Pedro Alves
2007-03-27 * remote-utils.c (monitor_output): Constify msg parameter.Pedro Alves
2007-02-26 * gdb.texinfo (Monitor commands for gdbserver): New subsection.Daniel Jacobowitz
2007-02-25 * server.c (get_features_xml): Check if target implementedPedro Alves
2007-01-09Copyright updates for 2007.Daniel Jacobowitz
2007-01-03 * linux-low.c (linux_kill): Handle being called with no threads.Daniel Jacobowitz
2006-07-23gdb/Daniel Jacobowitz