summaryrefslogtreecommitdiff
path: root/gdb/go32-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-8/+2
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)Sergio Durigan Junior2019-12-131-1/+2
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-2/+2
* gdb/djgpp: Add Hygon Dhyana processor supportJinke Fan2019-08-211-3/+4
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Change pid_to_str to return std::stringTom Tromey2019-03-131-2/+2
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Introduce buildsym-legacy.hTom Tromey2018-07-201-1/+1
* Remove ptid_equalTom Tromey2018-07-031-1/+1
* Remove pid_to_ptidTom Tromey2018-07-031-2/+2
* gdb: Fix build on several hosts/portsPedro Alves2018-06-251-1/+0
* Fix some missed "beneath" conversionsTom Tromey2018-06-101-3/+3
* Remove regcache_raw_collectSimon Marchi2018-05-301-2/+2
* Remove regcache_raw_supplySimon Marchi2018-05-301-2/+2
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-1/+1
* target_ops: Use bool throughoutPedro Alves2018-05-031-2/+2
* Convert struct target_ops to C++Pedro Alves2018-05-031-84/+97
* Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves2018-01-301-0/+6
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove cmd_cfunc_ftypeTom Tromey2017-11-071-7/+7
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-4/+4
* Constify add_prefix_cmdTom Tromey2017-10-111-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior2017-04-121-2/+4
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-1/+1
* Fix usage of inferior_ptid in two thread_alive implementationsSimon Marchi2017-02-231-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Fix djgpp gdb buildPedro Alves2016-07-211-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Unbreak DJGPP build of GDB.Eli Zaretskii2015-05-301-2/+4
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Add missing parenthesisYao Qi2014-11-151-1/+1
* Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson2014-09-021-13/+13
* Replace hardwired error handler in go32_create_inferiorGary Benson2014-08-291-6/+6
* Move errno.h to common-defs.hGary Benson2014-08-071-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Move stdlib.h to common-defs.hGary Benson2014-08-071-1/+0
* Move stdio.h to common-defs.hGary Benson2014-08-071-1/+0
* fix build: update clear_proceed_status callersPedro Alves2014-07-251-1/+1
* Move shared native target specific code to gdb/natGary Benson2014-06-201-1/+1
* constify to_attachTom Tromey2014-06-041-1/+1
* Add new infrun.h header.Pedro Alves2014-05-221-0/+1
* Allow making GDB not automatically connect to the native target.Pedro Alves2014-05-211-2/+3
* go32-nat.c: Don't override to_open.Pedro Alves2014-05-211-7/+0
* Rename "target djgpp" -> "target native"Pedro Alves2014-05-211-4/+0
* Make the go32-nat.c target inherit inf-child.c.Pedro Alves2014-03-071-89/+57