deliverable/binutils-gdb.git
2021-03-19  Holger BergerFix call to system fallocate to handle errno correctly.
2021-03-19  Cary CoutantFix typo in previous patch: should use struct mallinfo2.
2021-03-19  Cary CoutantRegenerate config.in, missing from previous commit.
2021-03-19  Duncan SimpsonFix gold to use mallinfo2 if available instead of depre...
2021-03-19  Cary CoutantAdd DWARF 5 support in gold.
2021-03-19  Kevin BuettnerFix potential hang during gdbserver testing
2021-03-19  Pedro AlvesFix any_thread_of_inferior
2021-03-19  H.J. Luelf: Rename EM_INTEL205 to EM_INTELGT
2021-03-19  Alan Modragas/app.c don't throw away spaces before slash
2021-03-19  Alan Modrapr27590 testcase fixes
2021-03-19  Sourabh Singh... Enable macro test for clang compiler
2021-03-19  H.J. Luelf: Handle .gnu.debuglto_.debug_* sections
2021-03-19  H.J. LuDWARF: Check version >= 3 for DW_FORM_ref_addr
2021-03-19  GDB AdministratorAutomatic date update in version.in
2021-03-18  Christian Groessler2021-03-18 Christian Groessler <chris@groessler.org>
2021-03-18  Tom TromeyReimplement dwarf_unit_type_name
2021-03-18  Andrew Burgessgdb/doc: fix the example for get_set_string in Python...
2021-03-18  H.J. LuGCC_CET_HOST_FLAGS: Check if host supports multi-byte...
2021-03-18  Nick CliftonFix section dumping so that warnings are not issued...
2021-03-18  Nick Alcocklibctf: support encodings for enums
2021-03-18  Nick Alcocklibctf: a couple of small error-handling fixes
2021-03-18  Nick Alcocklibctf: types: unify code dealing with small-vs-large...
2021-03-18  Nick Alcocklibctf: eliminate dtd_u, part 5: structs / unions
2021-03-18  Nick Alcocklibctf: eliminate dtd_u, part 4: enums
2021-03-18  Nick Alcocklibctf: do not corrupt strings across ctf_serialize
2021-03-18  Nick Alcocklibctf: don't lose track of all valid types upon serial...
2021-03-18  Nick AlcockAdd install dependencies for ld -> bfd and libctf ...
2021-03-18  Nick Alcocklibctf: eliminate dtd_u, part 3: functions
2021-03-18  Nick Alcocklibctf: eliminate dtd_u, part 2: arrays
2021-03-18  Nick Alcocklibctf: eliminate dtd_u, part 1: int/float/slice
2021-03-18  Nick Alcocklibctf: fix GNU style for do {} while
2021-03-18  Nick Alcocklibctf: split up ctf_serialize
2021-03-18  Nick Alcocklibctf: fix comment above ctf_dict_t
2021-03-18  Nick Alcocklibctf: split serialization and file writeout into...
2021-03-18  Nick Alcocklibctf: fix some tabdamage and move some code around
2021-03-18  GDB AdministratorAutomatic date update in version.in
2021-03-17  Simon Marchigdb: remove unneeded argument in check_multi_target_res...
2021-03-17  Simon Marchigdb/testsuite: add test for run/attach while program...
2021-03-17  GDB AdministratorAutomatic date update in version.in
2021-03-16  Nick CliftonRetain .debug_addr sections loaded in the main file.
2021-03-16  Nick CliftonRe-enable the dislay of debug sections in separate...
2021-03-16  Christian BiesingerFix cygwin build error
2021-03-16  Nick CliftonFix potentially undefined behaviour use of strcpcy.
2021-03-16  Nick CliftonFix a potential buffer overrun qwhen writing out PE...
2021-03-16  Andrew Burgessgdb/python: fix FrameDecorator regression on Python 2
2021-03-16  Andrew Burgessgdb/testsuite: squash duplicate test names in gdb.threa...
2021-03-16  Kuan-Lin ChenRISC-V : Support bitmanip-0.93 ZBA/ZBB/ZBC instructions
2021-03-16  GDB AdministratorAutomatic date update in version.in
2021-03-15  Tom TromeyFix GDB build with GCC 4.8.2
2021-03-15  Simon Marchigdb: remove spurious colon in create_debug_type_hash_ta...
2021-03-15  Simon Marchigdb: add logging to dwarf2_initialize_objfile
2021-03-15  Simon Marchigdb: remove dw2_get_file_names_reader's info_ptr parameter
2021-03-15  Tom TromeyFix unary + in Ada
2021-03-15  Tom TromeyCall ada_ensure_varsize_limit in indirection
2021-03-15  Tom TromeyImplement Ada operator overloading
2021-03-15  Tom TromeyFix regression in Ada ptype
2021-03-15  Tom TromeyFix Ada assignment resolution
2021-03-15  Tom TromeyFix bug in Ada aggregate assignment
2021-03-15  Nick CliftonAdd a symbols-only mode to nm.
2021-03-15  Felix Willgerodtgdb/fortran: Fix quad floating-point type for Intel...
2021-03-15  Jan Beulichld: don't chance overrunning PE .reloc section content
2021-03-15  Andrew Burgessgdb: use make_scoped_restore to restore gdbpy_current_o...
2021-03-15  GDB AdministratorAutomatic date update in version.in
2021-03-14  Tom TromeyUse cu_header consistently in read_attribute_value
2021-03-14  Tom TromeyMinor tweak to use die_reader_specs::abfd
2021-03-14  Tom TromeySet dwarf2_per_cu_data::m_header_read_in
2021-03-14  GDB AdministratorAutomatic date update in version.in
2021-03-13  Tom TromeyConstify abbrev_table::lookup_abbrev
2021-03-13  Tom TromeyRemove Irix 6 workaround from DWARF abbrev reader
2021-03-13  Mike Frysingersim: rename BUILD_LDFLAGS to LDFLAGS_FOR_BUILD
2021-03-13  Mike Frysingersim: introduce {COMPILE,LINK}_FOR_BUILD
2021-03-13  Mike Frysingersim: drop dep on configure-gdb
2021-03-13  GDB AdministratorAutomatic date update in version.in
2021-03-12  Christian BiesingerUse RAII to set the per-thread SIGSEGV handler
2021-03-12  Frederic CambusAdd values for NetBSD .note.netbsd.ident notes (PaX).
2021-03-12  Przemyslaw... aarch64: Add few missing system registers
2021-03-12  Alan Modrariscv --enable-targets=all on 32-bit host
2021-03-12  Andrew Burgessgdb/testsuite: resolve remaining duplicate test names...
2021-03-12  Andrew Burgessgdb/testsuite: remove duplicate test from gdb.python...
2021-03-12  Andrew Burgessgdb/testsuite: check the correct Python variable in...
2021-03-12  Andrew Burgessgdb/testsuite: make test names unique in gdb.python...
2021-03-12  Andrew Burgessgdb/testsuite: remove a duplicate test
2021-03-12  Andrew Burgessgdb/testsuite: make test names unique in gdb.python...
2021-03-12  Andrew Burgessgdb/testsuite: make test names unique in gdb.python...
2021-03-12  Andrew Burgessgdb/testsuite: make test names unique in gdb.python...
2021-03-12  Andrew Burgessgdb/testsuite: make test names unique in gdb.python...
2021-03-12  Andrew Burgessgdb/testsuite: make test names unique in gdb.python...
2021-03-12  Andrew Burgessgdb/testsuite: make test names unique in gdb.python...
2021-03-12  Andrew Burgessgdb/testsuite: make test names unique in gdb.python...
2021-03-12  Andrew Burgessgdb/testsuite: make test names unique in gdb.python...
2021-03-12  Andrew Burgessgdb/testsuite: make test names unique in gdb.python...
2021-03-12  Clément Chigotaix: implement TLS relocation for gas and ld
2021-03-12  Clément Chigotaix: implement R_TOCU and R_TOCL relocations
2021-03-12  Clément Chigotaix: correct HOWTO table and add missing relocations
2021-03-12  Clément Chigotbfd: move xcoff64_ppc_relocate_section after the HOWTO...
2021-03-12  Clément Chigotbfd: use default coff_write_object_contents for XCOFF64
2021-03-12  Clément Chigotbfd: add missing smclass when creating csect for xcoff64
2021-03-12  Alan ModraRe: x86: correct decoding of nop/reserved space (0f18...
2021-03-12  Alan ModraPE image base fallout
2021-03-12  GDB AdministratorAutomatic date update in version.in
next
This page took 0.041619 seconds and 4 git commands to generate.