[gdb/testsuite] Fix dwo path in fission-*.S
[deliverable/binutils-gdb.git] / gdb / nat /
2021-06-07  Pedro Alvesnat/amd64-linux-siginfo.c: Remove typedefs
2021-06-07  Pedro Alvesnat/amd64-linux-siginfo.c: Move align attribute from...
2021-05-27  Simon Marchigdb: fix tab after space indentation issues
2021-05-27  Simon Marchigdb: fix some indentation issues
2021-05-17  Tom TromeyFix ubsan build
2021-05-10  Simon Marchigdb, gdbserver: make status_to_str display the signal...
2021-05-09  Simon Marchigdb, gdbserver: make status_to_str return std::string
2021-05-08  Pedro AlvesDon't run personality syscall at configure time; don...
2021-04-30  Tom TromeyMake get_image_name static
2021-04-30  Tom TromeyShare DLL code between gdb and gdbserver
2021-04-30  Tom TromeyUse nat/windows-nat function indirection code
2021-04-30  Tom TromeyMove function indirection code to nat/windows-nat
2021-04-12  Simon Marchigdb, gdbserver: remove WinCE support code
2021-04-09  Luis Machado[AArch64] Fix include order for MTE
2021-03-24  Luis MachadoAArch64: Implement memory tagging target methods for...
2021-03-24  Luis MachadoAArch64: Add MTE ptrace requests
2021-02-25  Kevin BuettnerAdd comment regarding include order of <sys/ptrace...
2021-02-24  Kevin BuettnerAdd comment regarding include order of <sys/ptrace...
2021-02-24  Kevin BuettnerFix aarch64-linux-hw-point.c build problem
2021-02-19  Kevin Buettneramd64-linux-siginfo.c: Adjust include order to avoid...
2021-01-26  Tom TromeyUse debug_prefixed_printf_cond in windows-nat.c
2021-01-21  Simon Marchigdb: make some variables static
2021-01-18  Tom de Vries[gdb/tdep] Handle si_addr_bnd in compat_siginfo_from_si...
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-10  Luis Machado[AArch64] SVE/FPSIMD fixup for big endian
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-26  Pedro Alvesgdb::handle_eintr, remove need to specify return type
2020-10-07  Kamil RytarowskiCorrect logical error in NetBSD's read_memory and write...
2020-10-07  Kamil RytarowskiAdd common write_memory and read_memory NetBSD routines
2020-09-24  Hannes DomaniHandle 64bit breakpoints of WOW64 processes as SIGINT
2020-09-10  Kamil RytarowskiAvoid double free in startup_inferior
2020-09-10  Kamil RytarowskiAdd a common utility function to read and write siginfo...
2020-09-10  Kamil RytarowskiAdd netbsd_nat::enable_proc_events in gdb/nat
2020-09-10  Kamil RytarowskiAdd gdb/nat common functions for listing threads
2020-09-10  Kamil RytarowskiAdd netbsd_nat::pid_to_exec_file
2020-09-10  Kamil RytarowskiRegister a placeholder for NetBSD shared functions...
2020-08-10  Luis Machado[AArch64] Fix incorrectly-defined SVE macro
2020-06-18  Pedro AlvesDon't write to inferior_ptid in windows-nat.c, part II
2020-05-27  Hannes DomaniDon't close thread handles provided by WaitForDebugEvent
2020-05-15  Kevin BuettnerDisable record btrace bts support for AMD processors
2020-04-24  Tom TromeyFix Windows debugging regression
2020-04-16  Tom TromeyFix Cygwin gdb build
2020-04-10  Hannes DomaniFix debugging of WOW64 processes
2020-04-08  Tom TromeyMake last_wait_event static
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 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 TromeyHandle pending stops from the Windows kernel
2020-04-08  Tom TromeyShare Windows thread-suspend and -resume code
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-03-20  Simon Marchigdb: remove HAVE_DECL_PTRACE
2020-03-19  Luis Machado[AArch64] When unavailable, fetch VG from ptrace.
2020-02-19  Andrew Burgessgdb/riscv: Update API for looking up target descriptions
2020-02-05  Maciej W. RozyckiRISC-V/Linux/native: Factor out target description...
2020-01-23  Simon Marchigdb: fix darwin-nat.c build / adapt to multi-target
2020-01-16  Christian BiesingerFix some spelling errors.
2020-01-14  Tom TromeyRemove use of <config.h> from gdb/nat/
2020-01-14  Tom TromeyMove gdbsupport to the top level
2020-01-10  Pedro AlvesMulti-target support
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-15  Christian BiesingerUse ctime_r and localtime_r for threadsafety
2019-11-11  Christian BiesingerUse getpwuid_r instead of getpwuid
2019-11-06  Christian BiesingerUse strtok_r instead of strtok
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-15  Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-10-03  Andrew Burgessgdb: Remove whitespace in 'std::vector <...>'
2019-10-02  Tom TromeyFix type of startup_with_shell in gdbserver
2019-10-02  Andrew Burgessgdb: Remove a VEC from gdbsupport/btrace-common.h
2019-09-26  Sergio Durigan JuniorRevert "Improve ptrace-error detection on Linux targets"
2019-09-26  Sergio Durigan JuniorImprove ptrace-error detection on Linux targets
2019-09-20  Ulrich WeigandRemove Cell Broadband Engine debugging support
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-08-30  Sergio Durigan JuniorRemove "\nError: " suffix from nat/fork-inferior.c...
2019-08-27  Christian BiesingerFix compiler warning in linux-namespaces.c
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-11  Tom TromeyRemove linux-waitpid.c debugging code
2019-06-10  Tom TromeyRemove newlines from warnings
2019-04-17  Alan Haywardgdbserver: Ensure all debug output uses debug functions
2019-04-15  Alan HaywardAArch64 SVE: Support changing vector lengths for ptrace
2019-03-12  Tom TromeyChange iterate_over_lwps to take a gdb::function_view
2019-03-06  Tom TromeyRemove last cleanup from linux-namespaces.c
2019-03-05  Tom TromeyAdd ATTRIBUTE_UNUSED_RESULT to scoped_mmap
2019-02-07  Tom TromeyNormalize include guards in gdb
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-23  Alan HaywardAArch64: Ensure lwp info is created zeroed
2019-01-17  Tom TromeyReplace "the the" with "the"
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-19  Dimitar DimitrovFix build with latest GCC 9.0 tree
2018-12-17  Szabolcs NagyAArch64: Fix the gdb build with musl libc
next
This page took 0.405361 seconds and 7 git commands to generate.