deliverable/binutils-gdb.git
2017-12-19  Tamar ChristinaCorrect disassembly of dot product instructions.
2017-12-19  Tamar ChristinaAdd support for V_4B so we can properly reject it.
2017-12-19  Nick CliftonStop readelf from complaining about relocation sections...
2017-12-19  GDB AdministratorAutomatic date update in version.in
2017-12-18  Alan ModraPR22626, invalid dynindx used for dynamic relocs agains...
2017-12-18  Alan ModraTest binutils_assemble return value
2017-12-18  Nick CliftonDecode expression lists used with DW_AT_byte_size and...
2017-12-18  Nick CliftonResolve PR 22493 - the encoding to be used when pushing...
2017-12-18  Jan Beulichx86: fold certain AVX and AVX2 templates
2017-12-18  Jan Beulichx86: fold RegXMM/RegYMM/RegZMM into RegSIMD
2017-12-18  Jan Beulichx86: drop FloatReg and FloatAcc
2017-12-18  Jan Beulichx86: replace Reg8, Reg16, Reg32, and Reg64
2017-12-18  Joel Brobeckerimproved error message when getting an exception printi...
2017-12-18  Joel Brobecker(Ada) crash assigning to record component which is...
2017-12-18  Xavier RoirandAda: fix bad handling in ada_convert_actual
2017-12-18  GDB AdministratorAutomatic date update in version.in
2017-12-17  H.J. Lux86: Check pseudo prefix without instruction
2017-12-17  GDB AdministratorAutomatic date update in version.in
2017-12-16  Stafford Hornegdb: Fix function parameter alignments in or1k-tdep.c.
2017-12-16  Stafford Hornegdb: Add news entries for new or1k target.
2017-12-16  Sergio Durigan... Fix ARI warning on gdb/typeprint.c:whatis_exp
2017-12-16  GDB AdministratorAutomatic date update in version.in
2017-12-15  Sergio Durigan... Implement pahole-like 'ptype /o' option
2017-12-15  Sergio Durigan... Reorganize code to handle TYPE_CODE_{STRUCT,UNION}...
2017-12-15  Nick CliftonUpdate documentation regarding the bfd returned by...
2017-12-15  Richard HendersonFix PR19061, gdb hangs/spins-on-cpu when debugging...
2017-12-15  Yao QiSkip 'maintenance check xml-descriptions' if XML is...
2017-12-15  Yao QiSkip parse_memory_map_tests if XML is disabled
2017-12-15  Dimitar DimitrovFix disassembly for PowerPC
2017-12-15  Jan Beulichx86: correct operand type checks
2017-12-15  Jan Beulichx86: drop stray CheckRegSize uses
2017-12-15  Jan Beulichx86: correct abort check
2017-12-15  Alan Modra[GOLD] PR22602, handle __tls_get_addr forwarders properly
2017-12-15  Xavier Roirand(Ada) Handle same component names when searching in...
2017-12-15  GDB AdministratorAutomatic date update in version.in
2017-12-14  Simon Marchipy-breakpoint: Don't use the 'p' PyArg_ParseTupleAndKey...
2017-12-14  Nick CliftonUpdate the address of the FSF in the copyright notice...
2017-12-14  Alan Modrabinutils nm testsuite tidy
2017-12-14  Jan KratochvilDWARF-5 .debug_names DW_IDX_type_unit fix
2017-12-14  Joel BrobeckerAda: unable to compare strings (Attempt to compare...
2017-12-14  Joel Brobecker(Ada) Add support for task switching when debugging...
2017-12-14  GDB AdministratorAutomatic date update in version.in
2017-12-13  Jim WilsonAdd missing RISC-V fsrmi and fsflagsi instructions.
2017-12-13  Simon Marchipython: Add qualified parameter to gdb.Breakpoint
2017-12-13  Pedro AlvesTighten regexp of lib/completion-support.exp:test_gdb_c...
2017-12-13  Pedro AlvesFix regression: expression completer and scope operator...
2017-12-13  Pedro AlvesFactor out final completion match string building
2017-12-13  Simon Marchipython doc: Rework Breakpoint.__init__ doc
2017-12-13  Renlin Li[BFD][AARCH64]Disallow R_AARCH64_ABS32(LP64) & R_AARCH6...
2017-12-13  Stafford Hornegdb: Fix ARI warnings in or1k-tdep.c
2017-12-13  Simon MarchiFix typo in gdb_ari.sh
2017-12-13  Dimitar DimitrovThis patch enables disassembler_needs_relocs for PRU...
2017-12-13  Andreas KrebbelS/390: Fix (some) PIE+undef weak failures
2017-12-13  Joel Brobeckerfix "server" command prefix handling (unexpected confir...
2017-12-13  GDB AdministratorAutomatic date update in version.in
2017-12-12  Peter Gavinsim: testsuite: add testsuite for or1k sim
2017-12-12  Stafford Hornesim: or1k: add autoconf generated files
2017-12-12  Stafford Hornesim: or1k: add cgen generated files
2017-12-12  Stafford Hornesim: or1k: add or1k target to sim
2017-12-12  Peter Gavinsim: cgen: add MUL2OFSI and MUL1OFSI functions (needed...
2017-12-12  Peter Gavinsim: cgen: add remainder functions (needed for OR1K...
2017-12-12  Stafford HorneAdd gdb for or1k build
2017-12-12  Stafford Hornegdb: testsuite: Add or1k tdesc-regs.exp test support
2017-12-12  Stafford Hornegdb: testsuite: Add or1k l.nop instruction
2017-12-12  Franck Julliengdb: Add OpenRISC or1k and or1knd target support
2017-12-12  Alan ModraPR22576, ppc64_skip_trampoline_code uses wrong r2 for...
2017-12-12  Simon Marchiremote: Return NULL extra_info/name if they are empty
2017-12-12  Alan ModraDon't mask X_add_number containing a register number
2017-12-12  GDB AdministratorAutomatic date update in version.in
2017-12-11  Stephen CraneAdd plugin API for processing plugin-added input files
2017-12-11  Renlin Li[Binutils][Objdump]Check symbol section information...
2017-12-11  Pedro AlvesUnbreak build for non-ELF ports
2017-12-11  Ulrich Weigand[MPFR] Fix regression on 32-bit host systems
2017-12-11  Joel BrobeckerAdapt gdb.ada/variant_record_packed_array.exp to accept...
2017-12-11  Xavier Roirand(Ada) change tagged types base_address computation
2017-12-11  Joel BrobeckerAdapt gdb.ada/pkd_arr_elem.exp to accept reordered...
2017-12-11  GDB AdministratorAutomatic date update in version.in
2017-12-10  Sangamesh MallayyaTypo fix
2017-12-10  GDB AdministratorAutomatic date update in version.in
2017-12-09  GDB AdministratorAutomatic date update in version.in
2017-12-08  Pedro Alvesdwarf2read.c: Rewrite/simplify mock_mapped_index
2017-12-08  Pedro AlvesSupport wildmatching in .debug_names too.
2017-12-08  Pedro Alvesdwarf2read.c:mapped_index, use gdb::array_view, simplif...
2017-12-08  Jan KratochvilDWARF-5: .debug_names index consumer
2017-12-08  Pedro AlvesAdd gdb::hash_enum
2017-12-08  Jan KratochvilRefactor: Move some generic code out of .gdb_index...
2017-12-08  Jan KratochvilChange dwarf2_initialize_objfile's return value
2017-12-08  Jan KratochvilDWARF-5: .debug_names index producer
2017-12-08  Jan Kratochvilcc-with-tweaks.sh: Use gdb-add-index.sh
2017-12-08  Alan ModraWork around sparc glibc bug
2017-12-08  Sergio Durigan... Fix thinko on dtrace-probe.c:dtrace_process_dof_probe
2017-12-08  Yao QiClear non-significant bits of address in watchpoint
2017-12-08  Yao QiAdjust breakpoint address by clearing non-significant...
2017-12-08  Yao QiClear non-significant bits of address on memory access
2017-12-08  Tom TromeyC++-ify parse_format_string
2017-12-08  Max Filippovgas: xtensa: fix comparison of trampoline chain symbols
2017-12-08  Sergio Durigan... Adjust gdb.arch/i386-sse-stack-align.exp print statement
2017-12-08  Yao QiFix PR 22567: set SAL .section in minsym_found
2017-12-08  Andreas ArnezS390: Add symfile-mem
2017-12-08  Nick CliftonFix stripping relocs in a file with mergeable notes.
next
This page took 0.043176 seconds and 4 git commands to generate.