]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdbserver
[PATCH] fix windmc typedef bug
[thirdparty/binutils-gdb.git] / gdbserver /
2020-05-27  Hannes DomaniDon't close process handle provided by WaitForDebugEvent
2020-05-25  Michael WeghornUse construct_inferior_arguments which handles special...
2020-05-25  Michael Weghornnto_process_target::create_inferior: Pass args as char **
2020-05-25  Michael Weghorngdbserver: Don't add extra NULL to program args
2020-05-23  Pedro AlvesUse safe-ctype.h (ISSPACE etc.) in symbol parsing ...
2020-05-16  Tankut Baris Aktemurgdbserver/linux-ia64-low: fix a build-breaking typo
2020-05-15  Hannes DomaniEnable hardware breakpoints for gdbserver on Windows
2020-04-30  Hannes DomaniImplement debugging of WOW64 processes in gdbserver
2020-04-27  Simon Marchigdb, gdbserver: remove configure check for fs_base...
2020-04-22  Hannes DomaniFix search of large memory area in gdbserver
2020-04-16  Tom TromeyFix Cygwin gdb build
2020-04-16  Simon Marchigdbserver: fix format string warning in win32-low.cc
2020-04-13  Tom TromeyRemove gdb_fildes_t
2020-04-13  Tom TromeySwitch gdbserver to gdbsupport event loop
2020-04-13  Tom TromeyImplement event-loop glue for gdbserver
2020-04-13  Tom TromeyMove event-loop configury to common.m4
2020-04-08  Tom TromeyAdd pending stop support to gdbserver's Windows port
2020-04-08  Tom TromeyImplement stopped_by_sw_breakpoint for Windows gdbserver
2020-04-08  Tom TromeyIntroduce win32_target_ops::decr_pc_after_break
2020-04-08  Tom TromeyAdd read_pc / write_pc support to win32-low
2020-04-08  Tom TromeyMove wait_for_debug_event to nat/windows-nat.c
2020-04-08  Tom TromeyShare some inferior-related Windows code
2020-04-08  Tom TromeyShare handle_exception
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 TromeyCall CloseHandle from ~windows_thread_info
2020-04-08  Tom TromeyShare Windows thread-suspend and -resume code
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 win32_thread_info to windows_thread_info
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: delete 'linux_target_ops' and...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'get_ipa_tdesc_idx' into...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'get_syscall_trapinfo' into...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'supports_hardware_single_ste...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'supports_range_stepping...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'emit_ops' into a method
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn fast tracepoint ops into...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'get_thread_area' into a...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'supports_tracepoints' into...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'process_qsupported' into...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'prepare_to_resume' into...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn process/thread addition/delet...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'siginfo_fixup' into a method
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn '{collect, supply}_ptrace_reg...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn watchpoint ops into methods
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'insert_point' and 'remove_po...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'supports_z_point_type' into...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'breakpoint_at' into a method
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn the 'decr_pc_after_break...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'supports_software_single_ste...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'sw_breakpoint_from_kind...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'breakpoint_kind_from_{pc...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'get_pc' and 'set_pc' into...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn some more static functions...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'fetch_register' into a method
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'cannot_{fetch/store}_registe...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'regs_info' into a method
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'arch_setup' into a method
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: start turning linux target ops...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn some static functions into...
2020-04-02  Tankut Baris Aktemurgdbserver: make linux target op 'cannot_store_register...
2020-03-20  Simon Marchigdb: remove HAVE_DECL_PTRACE
2020-03-18  Kamil RytarowskiNamespace the reg class to avoid clashes with OS headers
2020-03-12  Tom TromeyChange gdbserver to use existing gdbsupport
2020-03-12  Tom TromeyFix gdbserver build when intl already built
2020-03-12  Simon MarchiMove gdb/selftest.m4 to gdbsupport/selftest.m4
2020-03-12  Simon MarchiMove sourcing of development.sh to GDB_AC_COMMON
2020-03-12  Simon Marchigdb/selftest.m4: ensure $development is set
2020-03-11  Simon Marchigdb: enable -Wmissing-prototypes warning
2020-03-06  Andrew Burgessgdbserver/gdbsupport: Add .dir-locals.el file
2020-03-05  Tankut Baris Aktemurgdb, gdbserver, gdbsupport: add .gitattributes files
2020-03-02  Andrew Burgessgdbserver: Add mechanism to prevent sending T stop...
2020-02-22  Tom TromeyAdd a mostlyclean target to gdbserver
2020-02-20  Tankut Baris Aktemurgdbserver: finish turning the target ops vector into...
2020-02-20  Pedro Alvesgdbserver: simply copy the pointer in 'set_target_ops'
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'get_ipa_tdesc_idx' into...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'supports_catch_syscall'...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'supports_software_single_ste...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target ops 'thread_name' and 'thread_ha...
2020-02-20  Tankut Baris Aktemurgdbserver: turn breakpoint kind-related target ops...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target ops 'multifs_{open, readlink...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'pid_to_exec_file' into a...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'supports_range_stepping...
2020-02-20  Tankut Baris Aktemurgdbserver: turn btrace-related target ops into methods
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'supports_agent' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'qxfer_libraries_svr4' into...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'supports_disable_randomizati...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'emit_ops' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn fast tracepoint target ops into methods
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'stabilize_threads' into...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target ops 'pause_all' and 'unpause_all...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'get_tib_address' into a...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'thread_stopped' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn target ops 'read_pc' and 'write_pc...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'supports_tracepoints' into...
next