aboutsummaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-14(Windows) remove thread notification for main thread of inferiorJoel Brobecker1-21/+57
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-05GDB crash re-running program on Windows (native)Joel Brobecker1-13/+8
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-27Unify shell-finding logicTom Tromey1-3/+2
2018-09-23Remove a spurious target_terminal::ours() from windows_nat_target::wait()Jon Turney1-2/+0
2018-08-29Fix windows-nat.c for -WnarrowingTom Tromey1-9/+11
2018-07-26Fix Cygwin compilation after target_ops C++ conversion.Jon Turney1-4/+4
2018-07-22Unused variable fixes related to conditional compilationTom Tromey1-0/+2
2018-07-22Simple unused variable removalsTom Tromey1-7/+0
2018-07-20Introduce buildsym-legacy.hTom Tromey1-1/+1
2018-07-03Remove ptid_equalTom Tromey1-1/+1
2018-07-03Remove ptid_get_tidTom Tromey1-15/+15
2018-07-03Remove ptid_get_pidTom Tromey1-4/+4
2018-07-03Remove pid_to_ptidTom Tromey1-3/+3
2018-07-03Remove ptid_buildTom Tromey1-14/+13
2018-06-26Minor reorganization of fetch_registers/store_registers in windows-nat.cJoel Brobecker1-48/+69
2018-06-25gdb: Fix build on several hosts/portsPedro Alves1-2/+2
2018-06-08Fix gdb mingw buildTom Tromey1-6/+6
2018-06-04(windows) GDB/MI crash when using "-list-thread-groups --available"Joel Brobecker1-0/+7
2018-05-30Remove regcache_raw_collectSimon Marchi1-2/+1
2018-05-30Remove regcache_raw_supplySimon Marchi1-4/+4
2018-05-30Remove regcache_get_ptidSimon Marchi1-2/+2
2018-05-29Fix fall-through comment in windows-nat.cTom Tromey1-1/+2
2018-05-23Remove symfile_complaintsTom Tromey1-1/+1
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-1/+1
2018-05-03target_ops: Use bool throughoutPedro Alves1-8/+7
2018-05-03Convert struct target_ops to C++Pedro Alves1-102/+114
2018-03-30Change target_read_string to use unique_xmalloc_ptrTom Tromey1-16/+12
2018-03-26Remove struct keyword from section_addr_infoKeith Seitz1-1/+1
2018-01-31gdb: Fix remote-sim/MinGW/Darwin buildsPedro Alves1-2/+2
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-1/+1
2018-01-19Remove args from target detachSimon Marchi1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Remove cmd_cfunc_ftypeTom Tromey1-1/+1
2017-11-07Constify add_comTom Tromey1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-3/+3
2017-10-10Eliminate catch_errorsPedro Alves1-11/+24
2017-10-06Fix more GDB build breakage on mingw32Pedro Alves1-0/+1
2017-10-04Implement "set cwd" command on GDBSergio Durigan Junior1-2/+21
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-5/+5
2017-09-09Remove unnecessary function prototypes.John Baldwin1-9/+0
2017-04-28Class-ify lm_info_windowsSimon Marchi1-4/+5
2017-04-28Make various lm_info implementations inherit from a base classSimon Marchi1-17/+28
2017-04-13Fix build breakage on Cygwin (PR gdb/21385)Sergio Durigan Junior1-1/+1
2017-04-12Fix build breakage from last commit (window-nat.c:windows_create_inferior)Sergio Durigan Junior1-1/+1
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior1-2/+4
2017-04-09windows-nat.c: Fix bad initialization of ptidSimon Marchi1-1/+1
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