]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb
RISC-V: Fix TLS and --gc-sections conflict.
[thirdparty/binutils-gdb.git] / gdb /
2018-08-02  Tom TromeyAllow "info address" of a template parameter
2018-08-02  Xavier RoirandFix kill issue leading to zombie process on MacOS Sierra
2018-08-02  Tom TromeyCheck results of get_darwin_inferior
2018-07-31  Joel BrobeckerDocument the GDB 8.1.1 release in gdb/ChangeLog
2018-07-31  Jan VranyFix segfault when invoking -var-info-path-expression...
2018-07-31  Simon MarchiRe-generate gnulib import
2018-07-31  Simon MarchiDelete test target descriptions when exiting
2018-07-30  Sergio Durigan JuniorMatch any kind of error after "cannot resolve name...
2018-07-30  Andrew Burgessgdb: Fix sizeof for dynamic types other than arrays
2018-07-30  Tom TromeyFix crash with -D_GLIBCXX_DEBUG
2018-07-30  Tom TromeyRemove old lint code
2018-07-28  Andrew Burgessgdb: Don't call gdb_load_shlib unless GDB is running
2018-07-28  Tom de Vries[gdb/exp] Interpret size of vla with unknown size as...
2018-07-27  Sergio Durigan JuniorImprove gcore manpage and clarify "-o" option
2018-07-26  Jon TurneyFix Cygwin compilation after target_ops C++ conversion.
2018-07-26  Tom TromeyMake psymbols and psymtabs independent of the program...
2018-07-26  Tom TromeyAdd validity bits for psymtab high and low fields
2018-07-26  Tom TromeyIntroduce accessors for psymtab high and low fields
2018-07-26  Tom TromeyIntroduce partial_symbol::address
2018-07-26  Tom TromeyChange representation of psymbol to flush out accessors
2018-07-26  Tom TromeyRemove dead code in end_psymtab
2018-07-26  Tom de Vries[gdb/testsuite] Add comment in gdb.base/vla-optimized...
2018-07-26  Andrew Burgessgdb: Add switch to disable DWARF stack unwinders
2018-07-25  Tom de Vries[gdb/breakpoints] Fix sigsegv in info prog at exec...
2018-07-25  Tom de Vries[gdb/symtab] Warn about unresolved DW_AT_upper_bound...
2018-07-25  Tom de Vries[gdb/exp] Fix exception when printing optimized out vla
2018-07-25  Jan VranyNotify about breakpoint modification when enabling...
2018-07-25  Joel Brobeckerlist Tom Tromey as GDB Global Maintainer
2018-07-24  Keith SeitzSet CU language before processing any DIEs (symtab...
2018-07-24  Simon MarchiFix indentation in scoped_mmap.h
2018-07-24  Tom TromeyRemove some unnecessary declarations and configury
2018-07-23  Simon MarchiRemove some unused variables
2018-07-22  Tom TromeyAdd -Wunused-variable to warnings.m4
2018-07-22  Tom TromeyConditionally define xmltarget_${name} variable in...
2018-07-22  Tom TromeyRemove unused variables from gdbserver
2018-07-22  Tom TromeyRemove unused declaration from value.c
2018-07-22  Tom TromeyPass the correct argument to the observer in reread_symbols
2018-07-22  Tom TromeyFix ravenscar-thread.c to use arch_ops
2018-07-22  Tom TromeyCall value_fetch_lazy when needed in pretty-printers
2018-07-22  Tom TromeyRemove declarations from m32c-tdep.c
2018-07-22  Tom TromeyCall some functions in guile/ for effect
2018-07-22  Tom TromeyUse a previously unused variable in bfin-tdep.c
2018-07-22  Tom TromeyUnused variable fixes related to conditional compilation
2018-07-22  Tom TromeyRemove an unused variable from spu_get_overlay_table
2018-07-22  Tom TromeySimple unused variable removals
2018-07-22  Simon MarchiFix -Wunused-variable warnings related to conditional...
2018-07-21  Simon MarchiRename some frame unwind function parameters
2018-07-20  Maciej W. RozyckiUpdate my e-mail address, limit maintenance to MIPS...
2018-07-20  Maciej W. RozyckiMIPS/Linux/native: Convert to `get_ptrace_pid' for...
2018-07-20  Keith SeitzRename remaining members of buildsym_compunit to start...
2018-07-20  Tom TromeyRemove record_line_ftype
2018-07-20  Tom TromeyRemove some unused buildsym functions
2018-07-20  Tom TromeyConvert the DWARF reader to new-style buildysm
2018-07-20  Tom TromeyParameterize cp_scan_for_anonymous_namespaces
2018-07-20  Tom TromeyIntroduce buildsym-legacy.h
2018-07-20  Tom TromeyMove struct buildsym_compunit to buildsym.h
2018-07-20  Tom TromeyRemove reset_symtab_globals
2018-07-20  Tom TromeyDo not use buildsym.h in some files
2018-07-20  Tom TromeyAdd many methods to buildsym_compunit
2018-07-20  Tom TromeyRemove parameter from record_pending_block
2018-07-20  Tom TromeyRemove EXTERN from buildsym.h
2018-07-20  Tom TromeyRemove a TODO
2018-07-20  Tom TromeyRemove buildsym_init
2018-07-20  Tom TromeyMove the symbol lists to buildsym_compunit
2018-07-20  Tom TromeySet list_in_scope later in DWARF reader
2018-07-20  Tom TromeyDo not look at file symbols when reading psymtabs
2018-07-20  Tom TromeyRemove free_pendings
2018-07-20  Tom TromeyRemove the "listhead" argument from finish_block
2018-07-20  Tom TromeyMove pending_blocks and pending_block_obstack to builds...
2018-07-20  Tom TromeyMove pending addrmap globals to buildsym_compunit
2018-07-20  Tom TromeyMove current_subfile to buildsym_compunit
2018-07-20  Tom TromeyMove the context stack to buildsym_compunit
2018-07-20  Tom TromeyMake the Rust parser pure
2018-07-20  Tom de Vries[gdb/testsuite] Make noclone conditional in vla-optimiz...
2018-07-19  Pedro AlvesEliminate remaining gdb/guile cleanups
2018-07-19  Tom TromeyRemove make_cleanup_value_free_to_mark
2018-07-19  Tom de Vries[gdb/testsuite] Fix regexp in list-thread-groups-availa...
2018-07-19  Pedro Alvesgdbscm_wrap, really forward args
2018-07-18  Pedro AlvesEliminate cleanup in gdbscm_execute_gdb_command
2018-07-18  Pedro AlvesEliminate most remaining cleanups under gdb/guile/
2018-07-18  Tom de Vries[gdb/exp] Fix printing of type of optimized out vla
2018-07-18  Maciej W. RozyckimicroMIPS: Add SYSCALL instruction decoding
2018-07-17  Tom TromeyReturn unique_xmalloc_ptr from gdbscm_scm_to_string
2018-07-17  Tom TromeyReturn unique_xmalloc_ptr from gdbscm_safe_eval_string
2018-07-17  Tom TromeyChange gdbscm_exception_message_to_string to return...
2018-07-17  Tom TromeyUse std::string in ppscm_make_pp_type_error_exception
2018-07-17  Jim WilsonRISC-V: Don't decrement pc after break.
2018-07-17  Jim WilsonRISC-V: Correct legacy misa register number.
2018-07-17  Tom TromeyRemove --disable-gdbcli
2018-07-17  Tom TromeyUse scoped_free_pendings in coff_symtab_read
2018-07-16  Jim WilsonRISC-V: Add osabi support.
2018-07-16  Simon MarchiAdd missing ChangeLog entry
2018-07-16  Simon MarchiRemove unused variables in ia64*tdep.c
2018-07-16  Simon MarchiFix compilation error in ia64-vms-tdep.c with libunwind...
2018-07-16  Simon Marchiremote-sim.c: Remove unused variables
2018-07-16  Simon MarchiAdd missing ChangeLog entry
2018-07-16  Simon MarchiFix compilation error in ia64-tdep.c with libunwind...
2018-07-16  Tom TromeyUse outermost_context_p in more places
2018-07-16  Tom TromeyMove the using directives to buildsym_compunit
2018-07-16  Tom TromeyMake free_pending_blocks static
next