aboutsummaryrefslogtreecommitdiff
path: root/gdb/go32-nat.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-1/+1
2021-03-23gdb: remove target_is_pushed free functionSimon Marchi1-1/+1
2021-03-23gdb: remove push_target free functionsSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-17Remove printfi_filtered and fprintfi_filteredTom Tromey1-7/+7
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-4/+4
2020-09-18Make target_wait options use enum flagsTom Tromey1-2/+2
2020-06-18Don't write to inferior_ptid in go32-nat.cPedro Alves1-2/+2
2020-06-18Don't write to inferior_ptid in go32-nat.cPedro Alves1-4/+0
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-8/+2
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-13Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)Sergio Durigan Junior1-1/+2
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