]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb
Fix debugging of WOW64 processes
[thirdparty/binutils-gdb.git] / gdb /
2020-04-10  Hannes DomaniFix debugging of WOW64 processes
2020-04-10  Tom de Vries[gdb/testsuite] Fix -readnow FAIL in gdb.base/style.exp
2020-04-10  Tom de Vries[gdb/cli] Don't let python colorize strip leading newlines
2020-04-09  Simon Marchigdb: move Tom de Vries to Global Maintainers
2020-04-09  Bernd EdlingerPartially revert my UB fix in record_line
2020-04-09  Kamil RytarowskiAdd SVR4 psABI specific parser for AUXV entries
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 TromeyRemove some globals from windows-nat.c
2020-04-08  Tom TromeyShare handle_load_dll and handle_unload_dll declarations
2020-04-08  Tom TromeyFix up complaints.h for namespace use
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 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-04-08  Simon Marchigdb: stop using host-dependent signal numbers in window...
2020-04-08  Simon MarchiRemove objfile parameter from read_gdb_index_from_buffer
2020-04-08  Tom de Vries[gdb/testsuite] Fix imported-unit.exp FAIL without...
2020-04-08  Tom de Vries[gdb/testsuite] Add gcc/94469 xfails to gdb.ada/call_pn.exp
2020-04-07  Kamil RytarowskiDefine NetBSD specific skip_solib_resolver
2020-04-07  nitachraDWARFv5: Info address command error in gdb with DWARFfv5.
2020-04-07  nitachraDWARFv5: Handle location list for split dwarf.
2020-04-07  nitachraSupport for DW_AT_loclists_base and DW_FORM_loclistx.
2020-04-07  Simon Marchigdb: small cleanups in dwarf2_psymtab constructors
2020-04-07  Tom de Vries[gdb/symtab] Add symbol with inherited DW_AT_const_valu...
2020-04-07  Tom de Vries[gdb/symtab] Fix check-psymtab failure for inline function
2020-04-06  Kamil RytarowskiImplement basic threading support in the NetBSD target
2020-04-06  Tom TromeySelect variant field when printing variant
2020-04-06  Tom TromeyFix build breakage in NetBSD tdep files
2020-04-06  Tom TromeyHandle complex error type in read_base_type
2020-04-06  Kamil RytarowskiAdd signal number conversions for NetBSD
2020-04-03  Hannes DomaniFix attributes of typed enums of typedefs
2020-04-03  Tom TromeyFix DWARF disassembly of DW_OP_const_type
2020-04-02  Simon Marchigdb: use bfd_get_section_contents to read section conte...
2020-04-02  Simon Marchigdb: replace some calls to internal_error with gdb_assert
2020-04-02  Tom TromeyAvoid assertion failure due to complex type change
2020-04-02  Tom TromeyMicro-optimize partial_die_info::read
2020-04-02  Andrew Burgessgdb: Don't remove duplicate entries from the line table
2020-04-02  Andrew Burgessgdb/testsuite: Add support for DW_LNS_set_file to DWARF...
2020-04-02  Andrew Burgessgdb/testsuite: Add compiler options parameter to functi...
2020-04-02  Tom de Vries[gdb/testsuite] Don't use O2 for inlining in break...
2020-04-02  Tom de Vries[gdb/testsuite] Fix silent timeout in gdb.multi/multi...
2020-04-02  Tom de Vries[gdb/ada] Fix -readnow FAILs
2020-04-02  Tom de Vries[gdb] Use partial symbol table to find language for...
2020-04-02  Tom de Vries[gdb/testsuite] Accept new complex print style in mixed...
2020-04-01  Simon Marchigdb: fix style issues in is_linked_with_cygwin_dll
2020-04-01  Bernd EdlingerFix an undefined behavior in record_line
2020-04-01  Bernd EdlingerFix the resizing condition of the line table
2020-04-01  Tom TromeyFix value_literal_complex comment
2020-04-01  Tom TromeyAdd _Complex type support to C parser
2020-04-01  Tom TromeyImplement complex arithmetic
2020-04-01  Tom TromeyChange the C parser to allow complex constants
2020-04-01  Tom TromeyChange how complex types are printed in C
2020-04-01  Tom TromeyAdd accessors for members of complex numbers
2020-04-01  Tom TromeyChange how complex types are created
2020-04-01  Tom TromeyMove Rust union tests to new file
2020-04-01  Tom TromeyRemove local variable from simple.rs test case
2020-04-01  Tankut Baris Aktemurgdb/infrun: stop all threads if there exists a non...
2020-04-01  Tankut Baris Aktemurgdb: define convenience function 'exists_non_stop_target'
2020-04-01  Hannes DomaniAllow pointer arithmetic with integer references
2020-04-01  Tankut Baris Aktemurgdb/remote: do not check for null_ptid in stop reply
2020-04-01  Tom TromeyAvoid copying in lookup_name_info
2020-04-01  Tom TromeyAvoid some copying in psymtab.c
2020-03-31  Tom TromeyFix py-tui.c build problem
2020-03-31  Tom TromeyDon't pass NULL to memcpy in gdb
2020-03-31  Tom de Vries[gdb/testsuite] Fix c-linkage-name.exp with -flto
2020-03-30  Nelson ChuRISC-V: Update CSR to privileged spec 1.11.
2020-03-30  Tom TromeyChange ada_which_variant_applies to value API
2020-03-30  Pedro Franco de... [PowerPC] Fix debug register issues in ppc-linux-nat
2020-03-30  Pedro Franco de... [PowerPC] Move up some register access routines
2020-03-30  Pedro Franco de... Add low_new_clone method to linux_nat_target.
2020-03-30  Tom de Vries[gdb/testsuite] Fix c-linkage-name.exp with {cc-with...
2020-03-29  Simon Marchigdb: rename partial symtab expand functions of debug...
2020-03-29  Simon Marchigdb: rename partial_symtab::read_dependencies to expand...
2020-03-29  Simon Marchigdb: remove discard_psymtab function
2020-03-28  Tom TromeyFix comment in dwarf2/attribute.h
2020-03-28  Tom TromeyFix formatting of read_attribute_reprocess
2020-03-27  Hannes DomaniAlways fix system DLL paths for 32bit programs
2020-03-26  John BaldwinSupport AT_BSDFLAGS on FreeBSD.
2020-03-26  Tom TromeyChange two functions to be methods on struct attribute
2020-03-26  Tom TromeyMove DWARF-constant stringifying code to new file
2020-03-26  Tom TromeyRewrite new die_info methods
2020-03-26  Tom TromeyChange two more functions to be methods on die_info
2020-03-26  Tom TromeyRemove sibling_die
2020-03-26  Tom TromeyChange dwarf2_attr_no_follow to be a method
next