summaryrefslogtreecommitdiff
path: root/gdb/go32-nat.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-07Remove cmd_cfunc_ftypeTom Tromey
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-11Constify add_prefix_cmdTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves
2017-02-23Fix usage of inferior_ptid in two thread_alive implementationsSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-07-21Fix djgpp gdb buildPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-05-30Unbreak DJGPP build of GDB.Eli Zaretskii
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-15Add missing parenthesisYao Qi
2014-09-02Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson
2014-08-29Replace hardwired error handler in go32_create_inferiorGary Benson
2014-08-07Move errno.h to common-defs.hGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Move stdlib.h to common-defs.hGary Benson
2014-08-07Move stdio.h to common-defs.hGary Benson
2014-07-25fix build: update clear_proceed_status callersPedro Alves
2014-06-20Move shared native target specific code to gdb/natGary Benson
2014-06-04constify to_attachTom Tromey
2014-05-22Add new infrun.h header.Pedro Alves
2014-05-21Allow making GDB not automatically connect to the native target.Pedro Alves
2014-05-21go32-nat.c: Don't override to_open.Pedro Alves
2014-05-21Rename "target djgpp" -> "target native"Pedro Alves
2014-03-07Make the go32-nat.c target inherit inf-child.c.Pedro Alves
2014-02-26go32-nat.c: Don't install a deprecated_xfer_memory methodPedro Alves
2014-02-19Add target_ops argument to to_can_runTom Tromey
2014-02-19Add target_ops argument to to_terminal_infoTom Tromey
2014-02-19Add target_ops argument to to_terminal_oursTom Tromey
2014-02-19Add target_ops argument to to_terminal_inferiorTom Tromey
2014-02-19Add target_ops argument to to_terminal_initTom Tromey
2014-02-19Add target_ops argument to to_closeTom Tromey
2014-01-16Add target_ops argument to to_prepare_to_storeMarkus Metzger
2014-01-15Fix go32-nat.c build fallout from to_detach constification.Pedro Alves
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-11-08constify to_detachTom Tromey
2013-07-01Reimplement DJGPP's .gdbinit -> gdb.ini renaming.Pedro Alves
2013-06-19gdb: clean up x86 cpuid implementationsMike Frysinger
2013-05-14 * go32-nat.c (go32_terminal_info): Make 'args' const.Tom Tromey
2013-03-20gdb/Jan Kratochvil
2013-03-07 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-11-20 ARI fixes: sprintf rule.Pierre Muller
2012-11-072012-11-07 Pedro Alves <palves@redhat.com>Pedro Alves
2012-07-31gdb/Yao Qi