Factor out final completion match string building
[external/binutils.git] / gdb /
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
2017-12-03 Simon MarchiRemove usage of find_inferior in last_thread_of_process_p
2017-12-03 Simon MarchiRemove find_inferior_in_random
2017-12-03 Simon MarchiRemove find_inferior_id
2017-12-03 Simon MarchiRemove usages of find_inferior in linux-mips-low.c
2017-12-03 Simon MarchiRemove usage of find_inferior in lynx_mourn
2017-12-03 Simon MarchiRemove usage of find_inferior in regcache_invalidate_pid
2017-12-03 Simon MarchiFix typo in poison.h
2017-12-02 Sergio Durigan JuniorAdd support for the readnever concept
2017-12-01 Sergio Durigan JuniorMake '{add-,}symbol-file' not care about the position...
2017-12-01 Sergio Durigan JuniorRevert "Add support for the readnever concept"
2017-12-01 Joel Brobecker(Ada) GDB crash printing expression with type casting
2017-12-01 Sergio Durigan JuniorAdd support for the readnever concept
2017-12-01 Tom TromeyFix dependency tracking for objects in subdirectories
2017-12-01 Joel BrobeckerUpdate GDB's list of maintainers to reflect today's...
2017-12-01 Yao QiReplace mail address with the URL in copyright header
2017-11-30 Joel BrobeckerNew gdb.ada/repeat_dyn testcase.
2017-11-30 Ulrich Weigand[spu] Some additional test fixes
2017-11-30 Simon MarchiUse boards/local-board.exp more
2017-11-30 Pedro AlvesFix gdb.linespec/cpls-ops.exp on 32-bit
next