deliverable/binutils-gdb.git
2020-01-08  Simon MarchiChange regcache list to be an hash map inferior-thread-map-2019-12-18
2019-12-19  Simon MarchiMake find_thread_ptid lookup thread map instead of...
2019-12-19  Simon MarchiChange inferior thread list to be a thread map
2019-12-19  Simon MarchiFix indentation in print_thread_info_1
2019-12-19  Christian BiesingerRename "sun" variable to avoid conflicts on Solaris
2019-12-19  Tom TromeyAdd install-strip to sim/
2019-12-19  Tom TromeyFix comment in field_kind
2019-12-19  Tom TromeyHandle CRLF when reading XML on Windows
2019-12-19  Alan Modraxcoff slurp_armap bounds checking
2019-12-19  Alan Modravax decoding of indexed addressing mode
2019-12-19  Alan ModraPowerPC, use size_t rather than long for indices
2019-12-19  Alan ModraRe: Enable --build-id for moxie-elf-ld
2019-12-19  Dr N.W. FilardoPR25277, microblaze opcode enumeration vs ISO/IEC TS...
2019-12-19  GDB AdministratorAutomatic date update in version.in
2019-12-18  Simon MarchiUpdate gdb.base/default.exp for GDB 10
2019-12-18  Anthony Green2019-12-18 Anthony Green <green@moxielogic.com>
2019-12-18  Tom TromeyFix pthread_setname_np build error
2019-12-18  Simon MarchiFix indentation (and clang warning) in c-lang.c
2019-12-18  Tom TromeyFix build failure on macOS
2019-12-18  Simon MarchiFix -Wmisleading-indentation warning in top.c
2019-12-18  Alan Modrald signed overflow fix
2019-12-18  Alan ModraYet more signed overflow fixes
2019-12-18  Alan ModraMore signed overflow fixes
2019-12-18  GDB AdministratorAutomatic date update in version.in
2019-12-17  Christian BiesingerAdd missing include to bsd-kvm.c for gdb_abspath
2019-12-17  Simon MarchiAdd virtual destructor to tui_layout_base
2019-12-17  Bernd EdlingerFix skip.exp test failure observed with gcc-9.2.0
2019-12-17  Bernd EdlingerWhitespace fix in gdb.base/skip.exp
2019-12-17  Alan Modraubsan: visium: left shift cannot be represented in...
2019-12-17  Alan Modraubsan: aarch64: left shift cannot be represented in...
2019-12-17  Alan Modraubsan: nds32: left shift cannot be represented in type...
2019-12-17  Alan ModraPrefer object over notype symbols when disassembling
2019-12-17  Alan ModraAccept mips-sgi-irix output in a few ld tests
2019-12-17  Alan ModraRemove tic80 support
2019-12-17  Alan Modraubsan: bpf: left shift cannot be represented in type...
2019-12-17  Bernd EdlingerAdd a test case for skip with inlined functions
2019-12-17  Bernd EdlingerCheck all inline frames if they are marked for skip
2019-12-17  GDB AdministratorAutomatic date update in version.in
2019-12-16  Simon Marchijit: make gdb_symtab::blocks an std::forward_list
2019-12-16  Simon Marchijit: c++-ify gdb_block
2019-12-16  Simon Marchijit: make gdb_object::symtabs an std::forward_list
2019-12-16  Simon Marchijit: c++-ify gdb_symtab
2019-12-16  Simon MarchiFix double-free when creating more than one block in...
2019-12-16  Tom TromeyConstify get_exec_file
2019-12-16  Christian BiesingerUpdate Gnulib to the latest git version
2019-12-16  Alan Modraubsan: aarch64: left shift of negative value
2019-12-16  Alan Modraubsan: microblaze: left shift cannot be represented...
2019-12-16  Alan Modraubsan: nios2: left shift cannot be represented in type...
2019-12-16  Alan Modraubsan: xstormy16: left shift of negative value
2019-12-16  Alan Modraasan: score: global-buffer-overflow
2019-12-16  Alan Modraubsan: crx: left shift cannot be represented in type...
2019-12-16  Alan Modraubsan: bfin: left shift of negative value
2019-12-16  Alan Modraubsan: nds32: left shift cannot be represented in type...
2019-12-16  Alan Modraubsan: moxie: left shift of negative value
2019-12-16  Christian BiesingerUse a member function to set a symbol's language
2019-12-16  Christian BiesingerUse an accessor function for general_symbol_info::language
2019-12-16  Christian BiesingerUse symbol_set_language to set a symbol's language
2019-12-16  GDB AdministratorAutomatic date update in version.in
2019-12-15  GDB AdministratorAutomatic date update in version.in
2019-12-14  Andrew Burgessgdb/doc: Remove duplicate description of lookup_global_...
2019-12-14  Anthony GreenAdd unlink support to moxie simulator
2019-12-14  Sergio Durigan... Guard against 'current_directory == NULL' on gdb_abspat...
2019-12-14  GDB AdministratorAutomatic date update in version.in
2019-12-13  Christian BiesingerRevert "Turn off threaded minsym demangling by default"
2019-12-13  Tom TromeyRemove ARI check for multiple calls to warning or error
2019-12-13  Tom TromeyRemove "fix" call for "long long" from ARI
2019-12-13  Tom TromeyAccept -Wno- prefix in ARI
2019-12-13  Tom TromeyChange ARI usage to GNU style
2019-12-13  Tom TromeySuppress ARI warnings for vsprintf
2019-12-13  Tom TromeySilence ARI warning about floatformat_to_double
2019-12-13  Tom TromeySilence ARI for valid calls to abort
2019-12-13  Tom TromeyFix ARI text for floatformat_from_double
2019-12-13  Tom TromeyRemove ATTRIBUTE_UNUSED check from ARI
2019-12-13  Tom TromeyRemove "boolean" and "var_boolean" checks from ARI
2019-12-13  Tom TromeyFix the gdb build with GCC 7
2019-12-13  Simon MarchiFix indentation in jit.c
2019-12-13  Jozef LawrynowiczMSP430: Relax target glob for configuring GDB
2019-12-13  Alan ModraSet no file contents PT_LOAD p_offset to first page
2019-12-13  GDB AdministratorAutomatic date update in version.in
2019-12-12  Tom TromeyChange objfile::partial_symtabs to be a unique_ptr
2019-12-12  Tom TromeyManage objfiles with shared_ptr
2019-12-12  Tom TromeyMove free_all_objfiles to program_space
2019-12-12  Tom TromeyStore objfiles on a std::list
2019-12-12  Tom TromeyIntroduce basic_safe_range
2019-12-12  Tom TromeyRemove MULTI_OBJFILE_P
2019-12-12  Tom TromeyIntroduce program_space::remove_objfile
2019-12-12  Tom TromeyIntroduce program_space::add_objfile
2019-12-12  Tom TromeyMake the objfile destructor private
2019-12-12  Tom TromeyMake add_separate_debug_objfile static
2019-12-12  Tom TromeyMake the objfile constructor private
2019-12-12  H.J. Lui386: Also check R12-R15 registers when optimizing...
2019-12-12  H.J. Lui386: Add tests for -malign-branch-boundary and -malign...
2019-12-12  H.J. Lui386: Add -mbranches-within-32B-boundaries
2019-12-12  H.J. Lui386: Align branches within a fixed boundary
2019-12-12  H.J. Lugas: Add md_generic_table_relax_frag
2019-12-12  Simon MarchiReplace xmalloc/xfree with vector in jit.c
2019-12-12  Tom TromeyRemove some calls to malloc_failure
2019-12-12  Tom TromeyRavenscar port for RISC-V
2019-12-12  Tom TromeyFix the thread-pool.c compilation
2019-12-12  Luis MachadoFix unused function error
next
This page took 0.056852 seconds and 4 git commands to generate.