Add some new subclasses of breakpoint
[binutils-gdb.git] / gdb / windows-nat.c
2022-04-14 Tom TromeyUse GetThreadDescription on Windows
2022-04-14 Tom TromeyShare handle_ms_vc_exception with gdbserver
2022-04-05 Tom TromeyDon't call init_thread_list in windows-nat.c
2022-04-04 Tom TromeyRemove some globals from nat/windows-nat.c
2022-04-04 Tom TromeyUse unique_ptr in the Windows thread list
2022-04-04 Tom TromeyUse auto_obstack in windows-nat.c
2022-04-04 Tom TromeySimplify windows-nat.c solib handling
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify gdb puts functions
2022-03-29 Tom TromeyRemove some uses of printf_unfiltered
2022-01-18 Tom TromeyMove gdb obstack code to gdbsupport
2022-01-06 Tom TromeyUse target_announce_detach in more targets
2022-01-06 Tom TromeyIntroduce target_announce_attach
2022-01-06 Tom TromeyUse warning in windows-nat error messages
2022-01-05 Tom TromeyUse filtered output in files_info implementations
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-11-16 Simon Marchigdb: adjust gdbarch_tdep calls in nat files
2021-10-27 Tom TromeyFix watchpoints with multiple threads on Windows
2021-10-21 Simon Marchigdb, gdbserver: make target_waitstatus safe
2021-10-04 Tom TromeyMinor boolean fix in windows-nat.c
2021-09-23 Tom TromeyChange get_ada_task_ptid parameter type
2021-07-26 Tom TromeyFix the Windows build
2021-07-23 Simon Marchigdb: add setter/getter for inferior cwd
2021-05-27 Simon Marchigdb: fix tab after space indentation issues
2021-04-30 Tom TromeyShare DLL code between gdb and gdbserver
2021-04-30 Tom TromeyMove function indirection code to nat/windows-nat
2021-04-30 Tom TromeyUse template functions in windows-nat.c
2021-04-10 Eli ZaretskiiFix handling DLL loads at run time
2021-03-23 Simon Marchigdb: remove target_is_pushed free function
2021-03-23 Simon Marchigdb: remove push_target free functions
2021-03-16 Christian BiesingerFix cygwin build error
2021-01-26 Tom TromeyUse debug_prefixed_printf_cond in windows-nat.c
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-24 Hannes DomaniHandle 64bit breakpoints of WOW64 processes as SIGINT
2020-09-18 Tom TromeyMake target_wait options use enum flags
2020-09-17 Hannes DomaniFix ctrl-c when debugging WOW64 processes
2020-06-27 Pedro AlvesMake {get,set}_inferior_io_terminal inferior methods
2020-06-18 Pedro AlvesDon't write to inferior_ptid in windows-nat.c, part II
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/
next