summaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
Commit message (Expand)AuthorAgeFilesLines
* GDB crash re-running program on Windows (native)Joel Brobecker2019-01-051-13/+8
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Unify shell-finding logicTom Tromey2018-10-271-3/+2
* Remove a spurious target_terminal::ours() from windows_nat_target::wait()Jon Turney2018-09-231-2/+0
* Fix windows-nat.c for -WnarrowingTom Tromey2018-08-291-9/+11
* Fix Cygwin compilation after target_ops C++ conversion.Jon Turney2018-07-261-4/+4
* Unused variable fixes related to conditional compilationTom Tromey2018-07-221-0/+2
* Simple unused variable removalsTom Tromey2018-07-221-7/+0
* Introduce buildsym-legacy.hTom Tromey2018-07-201-1/+1
* Remove ptid_equalTom Tromey2018-07-031-1/+1
* Remove ptid_get_tidTom Tromey2018-07-031-15/+15
* Remove ptid_get_pidTom Tromey2018-07-031-4/+4
* Remove pid_to_ptidTom Tromey2018-07-031-3/+3
* Remove ptid_buildTom Tromey2018-07-031-14/+13
* Minor reorganization of fetch_registers/store_registers in windows-nat.cJoel Brobecker2018-06-261-48/+69
* gdb: Fix build on several hosts/portsPedro Alves2018-06-251-2/+2
* Fix gdb mingw buildTom Tromey2018-06-081-6/+6
* (windows) GDB/MI crash when using "-list-thread-groups --available"Joel Brobecker2018-06-041-0/+7
* Remove regcache_raw_collectSimon Marchi2018-05-301-2/+1
* Remove regcache_raw_supplySimon Marchi2018-05-301-4/+4
* Remove regcache_get_ptidSimon Marchi2018-05-301-2/+2
* Fix fall-through comment in windows-nat.cTom Tromey2018-05-291-1/+2
* Remove symfile_complaintsTom Tromey2018-05-231-1/+1
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-1/+1
* target_ops: Use bool throughoutPedro Alves2018-05-031-8/+7
* Convert struct target_ops to C++Pedro Alves2018-05-031-102/+114
* Change target_read_string to use unique_xmalloc_ptrTom Tromey2018-03-301-16/+12
* Remove struct keyword from section_addr_infoKeith Seitz2018-03-261-1/+1
* gdb: Fix remote-sim/MinGW/Darwin buildsPedro Alves2018-01-311-2/+2
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-1/+1
* Remove args from target detachSimon Marchi2018-01-191-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove cmd_cfunc_ftypeTom Tromey2017-11-071-1/+1
* Constify add_comTom Tromey2017-11-071-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-3/+3
* Eliminate catch_errorsPedro Alves2017-10-101-11/+24
* Fix more GDB build breakage on mingw32Pedro Alves2017-10-061-0/+1
* Implement "set cwd" command on GDBSergio Durigan Junior2017-10-041-2/+21
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-5/+5
* Remove unnecessary function prototypes.John Baldwin2017-09-091-9/+0
* Class-ify lm_info_windowsSimon Marchi2017-04-281-4/+5
* Make various lm_info implementations inherit from a base classSimon Marchi2017-04-281-17/+28
* Fix build breakage on Cygwin (PR gdb/21385)Sergio Durigan Junior2017-04-131-1/+1
* Fix build breakage from last commit (window-nat.c:windows_create_inferior)Sergio Durigan Junior2017-04-121-1/+1
* C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior2017-04-121-2/+4
* windows-nat.c: Fix bad initialization of ptidSimon Marchi2017-04-091-1/+1
* -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
* windows: Use ptid from regcache in register fetch/storeSimon Marchi2017-03-211-26/+26
* Use class to manage BFD reference countsTom Tromey2017-01-101-12/+7