external/binutils.git
2017-09-05 Pedro Alveseval.c:evaluate_subexp_standard: Factor out function...
2017-09-05 Nick CliftonFix a buffer overrun when parsing a corrupt MIPS ELF...
2017-09-05 Yao QiConvert the rest x86 target descriptions
2017-09-05 Yao QiRemove features/i386/amd64-*linux.c and features/i386...
2017-09-05 Yao Qi[GDBserver] Shorten srv_amd64_linux_xmlfiles
2017-09-05 Yao Qi[GDBserver] Use pre-generated amd64-linux tdesc as...
2017-09-05 Yao QiConvert amd64-linux target descriptions
2017-09-05 Yao QiLazily and dynamically create amd64-linux target descri...
2017-09-05 Yao QiCentralize amd64-linux target descriptions
2017-09-05 Yao QiUpdate comments in amd64_linux_core_read_description
2017-09-05 Yao Qi[GDBserver] Shorten srv_i386_linux_xmlfiles
2017-09-05 Yao Qi[GDBserver] Use pre-generated tdesc as test
2017-09-05 Yao QiRemove features/i386/i386-*linux.c
2017-09-05 Yao QiShare i386-linux target description between GDB and...
2017-09-05 Yao QiDynamically composite xml in reply to GDB
2017-09-05 Yao Qi[GDBserver] unit test to i386_tdesc
2017-09-05 Yao Qi[GDBserver] Centralize tdesc for i386-linux
2017-09-05 Yao QiReturn X86_TDESC_MMX in x86_get_ipa_tdesc_idx
2017-09-05 Yao QiUse VEC for target_desc.reg_defs
2017-09-05 Yao QiAdjust code generated by regformats/regdat.sh
2017-09-05 Simon Marchiexpprint: Fix format string warning
2017-09-05 John BaldwinDefine an error function in the PPC simulator library.
2017-09-05 John BaldwinEnable support for x86 debug registers on NetBSD.
2017-09-05 John BaldwinMake <sys/user.h> include in bsd-kvm.c conditional...
2017-09-05 John BaldwinDefine _KMEMUSER before including BSD kernel headers.
2017-09-05 John BaldwinInclude "x86-xstate.h" for X86_XSTATE_* constants.
2017-09-05 GDB AdministratorAutomatic date update in version.in
2017-09-04 Alexander Fedotov... Missing relocation R_PPC_VLE_ADDR20 and add VLE flag...
2017-09-04 John BaldwinExplicitly include <array> for std::array<>.
2017-09-04 John BaldwinCatch up to recent changes to call_function_by_hand().
2017-09-04 Pedro AlvesDocument "no debug info debugging" improvements
2017-09-04 Pedro AlvesMake "p S::method() const::static_var" work too
2017-09-04 Pedro AlvesHandle "p 'S::method()::static_var'" (quoted) in symbol...
2017-09-04 Pedro AlvesHandle "p S::method()::static_var" in the C++ parser
2017-09-04 Pedro AlvesEliminate UNOP_MEMVAL_TLS
2017-09-04 Pedro AlvesStop assuming no-debug-info variables have type int
2017-09-04 Pedro Alvesevaluate_subexp_standard: Factor out OP_VAR_VALUE handling.
2017-09-04 Pedro Alvesevaluate_subexp_standard: Remove useless assignments
2017-09-04 Pedro Alvesevaluate_subexp_standard: Eliminate one goto
2017-09-04 Pedro AlvesMake ptype/whatis print function name of functions...
2017-09-04 Pedro AlvesIntroduce OP_VAR_MSYM_VALUE
2017-09-04 Pedro AlvesStop assuming no-debug-info functions return int
2017-09-04 Pedro AlvesFix calling prototyped functions via function pointers
2017-09-04 Simon Marchigdb.base/commands.exp: Test loop_break and loop_continu...
2017-09-04 Pedro AlvesIntroduce gdb_disassembly_flags
2017-09-04 Simon MarchiAdd tests for loop_break and loop_continue commands
2017-09-04 Simon MarchiError out immediatly when using if command without...
2017-09-04 Simon MarchiMove command lines types/declarations to cli-script.h
2017-09-04 Simon Marchigdbserver Makefile: don't delete intermediary files
2017-09-04 Pedro AlvesKill init_sal
2017-09-04 Pedro Alvesstruct symtabs_and_lines -> std::vector<symtab_and_line>
2017-09-04 Pedro AlvesIntroduce gdb::array_view
2017-09-04 Pedro AlvesClarify "list" output when specified lines are ambiguous
2017-09-04 Pedro AlvesFix build breakage when libipt is available
2017-09-04 Anthony GreenFix simulator
2017-09-04 Yao QiLet i386_target_description return tdesc_i386_mmx
2017-09-04 Yao QiReturn X86_XSTATE_SSE_MASK instead of 0 in i386fbsd_cor...
2017-09-04 Yao QiUse i386_target_description to get tdesc_i386
2017-09-04 Yao QiUse amd64_target_description to get tdesc_amd64
2017-09-04 Simon Marchibtrace: Store btrace_insn in an std::vector
2017-09-04 GDB AdministratorAutomatic date update in version.in
2017-09-03 Tom TromeyUse std::string in reopen_exec_file
2017-09-03 Tom TromeyUse std::string and unique_xmalloc_ptr in compile/...
2017-09-03 Tom TromeyReturn std::string from perror_string
2017-09-03 Tom TromeyUse std::string and unique_xmalloc_ptr in demangle_command
2017-09-03 Tom TromeyUse std::string in do_set_command
2017-09-03 Tom TromeyUse unique_xmalloc_ptr in cd_command
2017-09-03 Tom TromeyUse std::string in mi_cmd_interpreter_exec
2017-09-03 Tom TromeyUse unique_xmalloc_ptr in env_execute_cli_command
2017-09-03 Tom TromeyUse std::string thread.c
2017-09-03 Tom TromeyReturn std::string from memory_error_message
2017-09-03 H.J. Lux86-64: Set tlsdesc_plt if GOT_TLS_GDESC_P is true
2017-09-03 Alan ModraPR22067, x86 check_relocs invalid read
2017-09-03 Simon MarchiMake target_waitstatus_to_string return an std::string
2017-09-03 H.J. LuInitialize tls_get_addr for x86-64 in one place
2017-09-03 H.J. LuAdd missing ChangeLog entries
2017-09-03 H.J. LuAdd elf64-x86-64.lo together with elfxx-x86.lo for...
2017-09-03 GDB AdministratorAutomatic date update in version.in
2017-09-02 H.J. Lux86: Add _bfd_x86_elf_size_dynamic_sections
2017-09-02 H.J. Lux86: Rearrange fields and update comments
2017-09-02 H.J. Lui386: Update sgotplt_jump_table_size setting
2017-09-02 H.J. Lux86: Define PLT_CIE_LENGTH and PLT_FDE_* in elfxx-x86.h
2017-09-02 H.J. Lux86: Add _bfd_x86_elf_allocate_dynrelocs
2017-09-02 H.J. Lux86: Add is_x86_elf
2017-09-02 H.J. Lux86: Add elf_x86_compute_jump_table_size
2017-09-02 H.J. Lux86: Add sizeof_reloc to elf_x86_link_hash_table
2017-09-02 H.J. Lui386: Check VxWorks with htab->is_vxworks
2017-09-02 H.J. Lux86: Move GOT_TLS_* in elf32-i386.c to elfxx-x86.h
2017-09-02 Alan ModraLTO rescan archives
2017-09-02 H.J. Lux86-64: Check ELF_COMMON_DEF_P for common symbols
2017-09-02 Alan Modra-Og warning fixes
2017-09-02 GDB AdministratorAutomatic date update in version.in
2017-09-01 H.J. Lux86: Add _bfd_x86_elf_gc_mark_hook
2017-09-01 H.J. Lux86: Add _bfd_x86_elf_adjust_dynamic_symbol
2017-09-01 H.J. LuCorrect ChangeLog entry
2017-09-01 H.J. Luelfxx-x86.h: Fix a typo in comments
2017-09-01 H.J. Lux86: Add _bfd_x86_elf_mkobject
2017-09-01 H.J. Lux86: Add _bfd_x86_elf_link_setup_gnu_properties
2017-09-01 H.J. LuImport latest fixes to libiberty from GCC
2017-09-01 H.J. Lux86: Correct unwind information for the second PLT
next