aboutsummaryrefslogtreecommitdiff
path: root/gdb/go32-nat.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-2/+2
2019-08-21gdb/djgpp: Add Hygon Dhyana processor supportJinke Fan1-3/+4
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-03-13Change pid_to_str to return std::stringTom Tromey1-2/+2
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-20Introduce buildsym-legacy.hTom Tromey1-1/+1
2018-07-03Remove ptid_equalTom Tromey1-1/+1
2018-07-03Remove pid_to_ptidTom Tromey1-2/+2
2018-06-25gdb: Fix build on several hosts/portsPedro Alves1-1/+0
2018-06-10Fix some missed "beneath" conversionsTom Tromey1-3/+3
2018-05-30Remove regcache_raw_collectSimon Marchi1-2/+2
2018-05-30Remove regcache_raw_supplySimon Marchi1-2/+2
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-1/+1
2018-05-03target_ops: Use bool throughoutPedro Alves1-2/+2
2018-05-03Convert struct target_ops to C++Pedro Alves1-84/+97
2018-01-30Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves1-0/+6
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Remove cmd_cfunc_ftypeTom Tromey1-7/+7
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-4/+4
2017-10-11Constify add_prefix_cmdTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior1-2/+4
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-1/+1
2017-02-23Fix usage of inferior_ptid in two thread_alive implementationsSimon Marchi1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-07-21Fix djgpp gdb buildPedro Alves1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-05-30Unbreak DJGPP build of GDB.Eli Zaretskii1-2/+4
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-15Add missing parenthesisYao Qi1-1/+1
2014-09-02Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson1-13/+13
2014-08-29Replace hardwired error handler in go32_create_inferiorGary Benson1-6/+6
2014-08-07Move errno.h to common-defs.hGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Move stdlib.h to common-defs.hGary Benson1-1/+0
2014-08-07Move stdio.h to common-defs.hGary Benson1-1/+0
2014-07-25fix build: update clear_proceed_status callersPedro Alves1-1/+1
2014-06-20Move shared native target specific code to gdb/natGary Benson1-1/+1
2014-06-04constify to_attachTom Tromey1-1/+1
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-05-21Allow making GDB not automatically connect to the native target.Pedro Alves1-2/+3
2014-05-21go32-nat.c: Don't override to_open.Pedro Alves1-7/+0
2014-05-21Rename "target djgpp" -> "target native"Pedro Alves1-4/+0
2014-03-07Make the go32-nat.c target inherit inf-child.c.Pedro Alves1-89/+57
2014-02-26go32-nat.c: Don't install a deprecated_xfer_memory methodPedro Alves1-20/+55
2014-02-19Add target_ops argument to to_can_runTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_terminal_infoTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_terminal_oursTom Tromey1-1/+1