Don't write to inferior_ptid in windows-nat.c, part I
[binutils-gdb.git] / gdb / windows-nat.c
2020-06-18 Pedro AlvesDon't write to inferior_ptid in windows-nat.c, part I
2020-06-15 Tom TromeyChange target_read_string API
2020-05-19 Pedro AlvesDefault gdb_bfd_open's fd parameter to -1
2020-04-24 Tom TromeyFix Windows debugging regression
2020-04-16 Tom TromeyFix Cygwin gdb build
2020-04-15 Tom TromeyUse debug_printf in windows-nat.c
2020-04-15 Jon TurneyBetter handling of realpath() failure in windows_make_s...
2020-04-10 Hannes DomaniFix debugging of WOW64 processes
2020-04-08 Tom TromeyMove wait_for_debug_event to nat/windows-nat.c
2020-04-08 Tom TromeyIntroduce fetch_pending_stop
2020-04-08 Tom TromeyShare some inferior-related Windows code
2020-04-08 Tom TromeyShare handle_exception
2020-04-08 Tom TromeyRemove some globals from windows-nat.c
2020-04-08 Tom TromeyShare handle_load_dll and handle_unload_dll declarations
2020-04-08 Tom TromeyNormalize handle_output_debug_string API
2020-04-08 Tom TromeyShare some Windows-related globals
2020-04-08 Tom TromeyShare get_image_name between gdb and gdbserver
2020-04-08 Tom TromeyShare thread_rec between gdb and gdbserver
2020-04-08 Tom TromeyWrap shared windows-nat code in windows_nat namespace
2020-04-08 Tom TromeyHandle pending stops from the Windows kernel
2020-04-08 Tom TromeyChange type of argument to windows-nat.c:thread_rec
2020-04-08 Tom TromeyShare Windows thread-suspend and -resume code
2020-04-08 Tom TromeyUse lwp, not tid, for Windows thread id
2020-04-08 Tom TromeyMake windows_thread_info::name a unique_xmalloc_ptr
2020-04-08 Tom TromeyChange two windows_thread_info members to "bool"
2020-04-08 Tom TromeyUse new and delete for windows_thread_info
2020-04-08 Tom TromeyShare windows_thread_info between gdb and gdbserver
2020-04-08 Tom TromeyRename windows_thread_info::id to "tid"
2020-04-08 Tom TromeyRemove the "next" field from windows_thread_info
2020-03-27 Hannes DomaniAlways fix system DLL paths for 32bit programs
2020-03-25 Hannes DomaniFix WOW64 process system DLL paths
2020-03-04 Hannes DomaniImplement debugging of WOW64 processes
2020-02-09 Hannes DomaniDisplay ExceptionRecord for $_siginfo
2020-01-23 Hannes DomaniCache the text section offset of shared libraries
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-10 Pedro AlvesMulti-target support
2020-01-06 Eli ZaretskiiImprove process exit status macros on MinGW
2020-01-03 Hannes Domaniwindows_clear_solib memory leak
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-16 Tom TromeyConstify get_exec_file
2019-11-26 Christian BiesingerUse safe_strerror instead of strerror where possible
2019-11-19 Tom TromeyReport GetLastError value when DebugActiveProcess fails
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-10-15 Tom TromeyUse %x when printing the TID
2019-10-15 Tom TromeyRename pid -> tid in windows-nat.c
2019-10-08 Tom TromeyRemove two unused items from windows-nat.c
2019-10-08 Tom TromeyDon't include buildsym-legacy.h in windows-nat.c
2019-09-19 Alan Modrabfd_section_* macros
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-07-09 Tom TromeyRename common to gdbsupport
2019-04-30 Joel Brobeckergdb/windows-nat.c: Get rid of main_thread_id global
2019-04-30 Joel Brobecker(Windows) fix thr != nullptr assert failure in delete_t...
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-03-28 Jon TurneyFix format specification in display_selector() (again)
2019-03-17 Владимир МартьяновRemove unused variable from windows_make_so
2019-03-17 Владимир МартьяновFix wrong format specification in display_selector()
2019-03-13 Tom TromeyChange pid_to_str to return std::string
2019-03-05 Tom TromeyRemove excess calls to gdb_flush
2019-02-14 Joel Brobecker(Windows) remove thread notification for main thread...
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-05 Joel BrobeckerGDB crash re-running program on Windows (native)
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-27 Tom TromeyUnify shell-finding logic
2018-09-23 Jon TurneyRemove a spurious target_terminal::ours() from windows_...
2018-08-29 Tom TromeyFix windows-nat.c for -Wnarrowing
2018-07-26 Jon TurneyFix Cygwin compilation after target_ops C++ conversion.
2018-07-22 Tom TromeyUnused variable fixes related to conditional compilation
2018-07-22 Tom TromeySimple unused variable removals
2018-07-20 Tom TromeyIntroduce buildsym-legacy.h
2018-07-03 Tom TromeyRemove ptid_equal
2018-07-03 Tom TromeyRemove ptid_get_tid
2018-07-03 Tom TromeyRemove ptid_get_pid
2018-07-03 Tom TromeyRemove pid_to_ptid
2018-07-03 Tom TromeyRemove ptid_build
2018-06-26 Joel BrobeckerMinor reorganization of fetch_registers/store_registers...
2018-06-25 Pedro Alvesgdb: Fix build on several hosts/ports
2018-06-08 Tom TromeyFix gdb mingw build
2018-06-04 Joel Brobecker(windows) GDB/MI crash when using "-list-thread-groups...
2018-05-30 Simon MarchiRemove regcache_raw_collect
2018-05-30 Simon MarchiRemove regcache_raw_supply
2018-05-30 Simon MarchiRemove regcache_get_ptid
2018-05-29 Tom TromeyFix fall-through comment in windows-nat.c
2018-05-23 Tom TromeyRemove symfile_complaints
2018-05-02 Pedro Alvestarget factories, target open and multiple instances...
2018-05-02 Pedro Alvestarget_ops: Use bool throughout
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-03-30 Tom TromeyChange target_read_string to use unique_xmalloc_ptr
2018-03-26 Keith SeitzRemove struct keyword from section_addr_info
2018-01-31 Pedro Alvesgdb: Fix remote-sim/MinGW/Darwin builds
2018-01-19 Simon MarchiPass inferior down to target_detach and to_detach
2018-01-19 Simon MarchiRemove args from target detach
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-07 Tom TromeyRemove cmd_cfunc_ftype
2017-11-07 Tom TromeyConstify add_com
2017-10-25 Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-10 Pedro AlvesEliminate catch_errors
2017-10-06 Pedro AlvesFix more GDB build breakage on mingw32
2017-10-04 Sergio Durigan JuniorImplement "set cwd" command on GDB
2017-09-20 Tom TromeyRemove make_cleanup_restore_target_terminal
next