aboutsummaryrefslogtreecommitdiff
path: root/gdb/go32-nat.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-07gdb: remove get_exec_fileSimon Marchi1-4/+2
2024-06-07gdb: replace `get_exec_file (0)` calls with `current_program_space->exec_file...Simon Marchi1-1/+1
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-02-27Remove old GNU indent directivesTom Tromey1-2/+0
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-12/+6
2022-03-29Unify gdb printf functionsTom Tromey1-112/+112
2022-03-29Unify gdb puts functionsTom Tromey1-31/+31
2022-01-05Use filtered output in terminal_info implementationsTom Tromey1-7/+7
2022-01-05Use filtered output in files_info implementationsTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-10/+6
2021-05-27gdb: fix some indentation issuesSimon Marchi1-63/+63
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