deliverable/binutils-gdb.git
2020-09-30  Tom TromeyUse setter for attribute's unsigned value
2020-09-30  Tom TromeyRemove DW_SND
2020-09-30  Tom TromeyRemove DW_SIGNATURE
2020-09-30  Tom TromeyRemove DW_BLOCK
2020-09-30  Tom TromeyRemove DW_STRING and DW_STRING_IS_CANONICAL
2020-09-30  Tom TromeyRemove some uses of DW_STRING_IS_CANONICAL
2020-09-30  Tom TromeyChange some uses of DW_STRING to string method
2020-09-30  Tom TromeyAvoid using DW_* macros in dwarf2/attribute.c
2020-09-30  Tom TromeyRename struct attribute accessors
2020-09-30  Tom TromeyAdd attribute::value_as_string method
2020-09-30  GDB AdministratorAutomatic date update in version.in
2020-09-29  Pedro AlvesTweak gdbsupport/valid-expr.h for GCC 6, fix build
2020-09-29  Przemyslaw... Add a note about recent changes to the AArch64 assemble...
2020-09-29  Mark Wielaardbinutils: dwarf.c handle DWARF5 DW_LLE_start_end and...
2020-09-29  Tom TromeyTurn target_have_steppable_watchpoint into function
2020-09-29  Tom TromeyTurn target_can_lock_scheduler into a function
2020-09-29  Tom TromeyRemove target_has_execution macro
2020-09-29  Tom TromeyTurn target_can_execute_reverse into function
2020-09-29  Tom TromeyRemove target_has_registers macro
2020-09-29  Tom TromeyRemove target_has_stack macro
2020-09-29  Tom TromeyRemove target_has_memory macro
2020-09-29  Tom TromeyRemove target_has_all_memory
2020-09-29  GDB AdministratorAutomatic date update in version.in
2020-09-28  Simon Marchigdb: fix formatting of serial::async_state's enumerators
2020-09-28  Przemyslaw... This patch adds support for Cortex-X1 for ARM.
2020-09-28  Przemyslaw... This patch introduces ETMv4 (Embedded Trace Macrocell...
2020-09-28  Przemyslaw... This patch adds support for Cortex-X1
2020-09-28  Przemyslaw... This patch introduces ETE (Embedded Trace Extension...
2020-09-28  Przemyslaw... This patch introduces TRBE (Trace Buffer Extension...
2020-09-28  Alex Coplanarm: Add missing Neoverse V1 feature
2020-09-28  Alex Coplanaarch64: Neoverse V1 tweaks
2020-09-28  Alan ModraPR26656 testcases
2020-09-28  Tom TromeyRewrite tui_puts
2020-09-28  Tom TromeyUse ISCNTRL in tui_copy_source_line
2020-09-28  Tom TromeyUse a curses pad for source and disassembly windows
2020-09-28  Tom TromeyRemove a call to show_source_line from TUI
2020-09-28  Tom TromeyUse an inner window in tui_py_window
2020-09-28  Tom TromeyRemove test duplicate from gdb.tui
2020-09-28  Alan ModraRe: PR26656, power10 libstdc++.so segfault in __cxxabiv...
2020-09-28  GDB AdministratorAutomatic date update in version.in
2020-09-27  GDB AdministratorAutomatic date update in version.in
2020-09-26  Gareth Reesgdb: Fix from_tty argument to gdb.execute in Python.
2020-09-26  Alan Modra[GOLD] PPC64_OPT_LOCALENTRY is incompatible with tail...
2020-09-26  Alan ModraPPC64_OPT_LOCALENTRY is incompatible with tail calls
2020-09-26  Alan Modraubsan: opcodes/csky-opc.h:929 shift exponent 536870912
2020-09-26  GDB AdministratorAutomatic date update in version.in
2020-09-25  Simon Marchigdb: fix formatting of _debug_printf macros
2020-09-25  Saagar JhaAdd a missing munmap_list move constructor
2020-09-25  Simon MarchiImport mklog.py from gcc repo
2020-09-25  Simon Marchigdb: fix whitespaces in ChangeLog
2020-09-25  Gary BensonFix gdb.base/infcall-nested-structs-c++.exp with Clang
2020-09-25  Gary BensonFix compilation of .c files as C++ when using Clang
2020-09-25  Alan Modraasan: readelf buffer overflow and abort
2020-09-25  Alan ModraRe: Sync libiberty and include with GCC for get_DW_UT_name
2020-09-25  Cui,LiliPut together MOD_VEX_0F38* in i386-dis.c,
2020-09-25  GDB AdministratorAutomatic date update in version.in
2020-09-24  Jim WilsonRISC-V: Error for relaxable branch in absolute section.
2020-09-24  Mark Wielaardreadelf: Show Unit Type for DWARF5
2020-09-24  Mark WielaardSync libiberty and include with GCC for get_DW_UT_name.
2020-09-24  Mark Wielaardbinutils: Handle DWARF5 DW_FORM_ref_addr and DW_UT_partial.
2020-09-24  Simon Marchigdb: remove file_handler typedef
2020-09-24  Tom TromeyDon't let TUI focus on locator
2020-09-24  Hannes DomaniHandle 64bit breakpoints of WOW64 processes as SIGINT
2020-09-24  Alex Coplanarm: Add support for Neoverse V1 CPU
2020-09-24  Alex Coplanaarch64: Add support for Neoverse V1 CPU
2020-09-24  Andrew Burgesscsky/opcodes: enclose if body in curly braces
2020-09-24  Nick CliftonDocument that the lower case 'c' character in nm's...
2020-09-24  Alex Coplanarm: Add support for Neoverse N2 CPU
2020-09-24  Cui,LiliAdd support for Intel TDX instructions.
2020-09-24  GDB AdministratorAutomatic date update in version.in
2020-09-23  Alan Modra[GOLD] PowerPC64 __tls_get_addr_opt stub
2020-09-23  Alan ModraPR26656, power10 libstdc++.so segfault in __cxxabiv1...
2020-09-23  Alan ModraPR26655, Power10 libstdc++.so R_PPC64_NONE dynamic...
2020-09-23  Cooper QuCSKY: Add objdump option -M abi-names.
2020-09-23  Tom TromeyHandle bit offset and bit size in base types
2020-09-23  Tom TromeyAvoid manual memory management of argv arrays in gdb...
2020-09-23  Tom TromeySimplify compile_module cleanup
2020-09-23  Tom TromeyTransfer module ownership to do_module_cleanup
2020-09-23  Tom TromeyIntroduce and use compile_module_up
2020-09-23  Tom TromeyUse new/delete for do_module_cleanup
2020-09-23  Tom TromeyRemove some manual memory management from compile interface
2020-09-23  Terry GuoEnable support to Intel Keylocker instructions
2020-09-23  GDB AdministratorAutomatic date update in version.in
2020-09-22  Frediano ZiglioLinker: If the type is pie the results should be an...
2020-09-22  GDB AdministratorAutomatic date update in version.in
2020-09-21  Ludovic Court?sUpdate the binutils documentation to make it clear...
2020-09-21  Tom TromeyFix sparc prologue skipping
2020-09-21  Alan Modrarx-dis.c:103:3: suspicious concatenation of string...
2020-09-21  Alan ModraPR26569, R_RISCV_RVC_JUMP results in buffer overflow
2020-09-21  GDB AdministratorAutomatic date update in version.in
2020-09-20  Pedro AlvesFix mi_gdb_exit with secondary MI channels
2020-09-20  Pedro AlvesRobustify gdb.base/testenv.exp:find_env
2020-09-20  GDB AdministratorAutomatic date update in version.in
2020-09-19  Tom TromeyUse gdb_bfd_sections in generic_load
2020-09-19  Tom TromeyUse gdb_bfd_sections in build_section_table
2020-09-19  Tom TromeyUse gdb_bfd_sections in elf_symfile_read
2020-09-19  Tom TromeyUse gdb_bfd_sections in restore_command
2020-09-19  Tom TromeyUse gdb_bfd_sections in gcore_memory_sections
2020-09-19  Tom TromeyUse gdb_bfd_sections in ELF osabi tag sniffing
2020-09-19  Tom TromeyUse gdb_bfd_sections in dwarf2/read.c
next
This page took 0.039758 seconds and 4 git commands to generate.