Correct disassembly of dot product instructions.
[external/binutils.git] / gdb /
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-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 JuniorFix ARI warning on gdb/typeprint.c:whatis_exp
2017-12-15 Sergio Durigan JuniorImplement pahole-like 'ptype /o' option
2017-12-15 Sergio Durigan JuniorReorganize code to handle TYPE_CODE_{STRUCT,UNION}...
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 Xavier Roirand(Ada) Handle same component names when searching in...
2017-12-14 Simon Marchipy-breakpoint: Don't use the 'p' PyArg_ParseTupleAndKey...
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-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 Stafford Hornegdb: Fix ARI warnings in or1k-tdep.c
2017-12-13 Simon MarchiFix typo in gdb_ari.sh
2017-12-13 Joel Brobeckerfix "server" command prefix handling (unexpected confir...
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-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-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 Sergio Durigan JuniorFix 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 Sergio Durigan JuniorAdjust 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-07 Keith SeitzValidate explicit locations with early termination
2017-12-07 Keith SeitzRecord nested types
2017-12-07 Simon MarchiFix wrong prefix in py-breakpoint.exp
2017-12-07 Tom TromeyFix regression in "commands"
2017-12-07 Adam StylinskiFix build with g++ 6.3.1
2017-12-07 Yao QiInitialize target description early in IPA
2017-12-07 Simon MarchiAdd virtual destructor to selftest
2017-12-07 Phil MuldoonImplement explicit locations for Python breakpoints.
2017-12-07 Joel Brobeckergdb/MAINTAINERS: restore m68hc11, score and xstormy16...
2017-12-06 Pedro Alvestarget_set_syscall_catchpoint, use gdb::array_view...
2017-12-06 Simon MarchiFix syscall group completion
2017-12-06 Pedro Alvesremote: Make qXfer packets respect corresponding "set...
2017-12-05 Simon MarchiAddress review comments for the previous series
2017-12-05 Simon MarchiSplit tdesc_type into multiple classes
2017-12-05 Simon MarchiMake tdesc_arch_data::arch_regs an std::vector
2017-12-05 Simon MarchiMake tdesc_type::u::u::fields an std::vector
2017-12-05 Simon MarchiMake tdesc_type::name an std::string
2017-12-05 Simon MarchiMake tdesc_feature::types an std::vector
2017-12-05 Simon MarchiMake tdesc_reg string fields std::string
2017-12-05 Simon MarchiMake tdesc_feature::registers an std::vector
2017-12-05 Simon MarchiMake tdesc_feature::name an std::string
2017-12-05 Simon MarchiMake target_desc::features an std::vector
2017-12-05 Simon MarchiMake target_desc::compatible an std::vector
2017-12-05 Simon MarchiMake target_desc::properties an std::vector
2017-12-05 Simon MarchiRedefine gdb_static_assert as static_assert
2017-12-05 Simon MarchiRemove some unused variables
2017-12-04 Sergio LopezExtend gdb.core/coredump-filter.exp to test dump-exclud...
2017-12-04 Sergio LopezDocument the new "-a" command line option for gcore
2017-12-04 Sergio LopezImplement "-a" command line option for gcore
2017-12-04 Sergio LopezDocument new {set,show} dump-excluded-mappings commands.
2017-12-04 Sergio LopezImplement 'set dump-excluded-mappings' command
2017-12-04 Tom TromeyUpdate manual for Rust change
2017-12-04 Pedro AlvesFix displaced-stepping RIP-relative VEX-encoded instruc...
2017-12-03 Simon MarchiRemove mem_region_vector typedef
2017-12-03 Pedro AlvesMake make-target-delegates grok namespace scope op...
2017-12-03 Pedro AlvesFix gdb.threads/process-dies-while-detaching.exp
2017-12-03 Simon MarchiRemove for_each_inferior_with_data
2017-12-03 Simon MarchiRemove for_each_inferior
2017-12-03 Simon MarchiRemove find_inferior
2017-12-03 Simon MarchiUpdate comments
2017-12-03 Simon MarchiRemove usages of find_inferior that call proceed_one_lwp
2017-12-03 Simon MarchiRemove usage of find_inferior in linux_resume
2017-12-03 Simon MarchiRemove usages of find_inferior in stop_all_lwps
2017-12-03 Simon MarchiRemove usage of find_inferior in linux_stabilize_threads
2017-12-03 Simon MarchiRemove usages of find_inferior in select_event_lwp
2017-12-03 Simon MarchiRemove usages of find_inferior calling not_stopped_callback
2017-12-03 Simon MarchiRemove usage of find_inferior in find_lwp_pid
2017-12-03 Simon MarchiRemove usage of find_inferior in linux_mourn
2017-12-03 Simon MarchiRemove usage of find_inferior in linux_detach
next