aboutsummaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Constify get_exec_fileTom Tromey1-1/+1
2019-11-26Use safe_strerror instead of strerror where possibleChristian Biesinger1-1/+1
2019-11-19Report GetLastError value when DebugActiveProcess failsTom Tromey1-1/+2
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-2/+2
2019-10-15Use %x when printing the TIDTom Tromey1-2/+2
2019-10-15Rename pid -> tid in windows-nat.cTom Tromey1-4/+4
2019-10-08Remove two unused items from windows-nat.cTom Tromey1-14/+0
2019-10-08Don't include buildsym-legacy.h in windows-nat.cTom Tromey1-1/+0
2019-09-19bfd_section_* macrosAlan Modra1-2/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-8/+8
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-04-30gdb/windows-nat.c: Get rid of main_thread_id globalJoel Brobecker1-7/+4
2019-04-30(Windows) fix thr != nullptr assert failure in delete_thread_1Joel Brobecker1-2/+2
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-03-28Fix format specification in display_selector() (again)Jon Turney1-2/+4
2019-03-17Remove unused variable from windows_make_soВладимир Мартьянов1-1/+0
2019-03-17Fix wrong format specification in display_selector()Владимир Мартьянов1-2/+2
2019-03-13Change pid_to_str to return std::stringTom Tromey1-14/+9
2019-03-05Remove excess calls to gdb_flushTom Tromey1-3/+0
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