deliverable/binutils-gdb.git
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-03  GDB AdministratorAutomatic date update in version.in
2017-12-02  Cary CoutantHandle case where posix_fallocate is not supported...
2017-12-02  Cary CoutantDisallow --incremental with -pie and force -no-pie...
2017-12-02  Cary CoutantWorkaround GCC 7 bug with debug line numbers causing...
2017-12-02  Cary CoutantFix incremental linking failure with GCC 7+.
2017-12-02  Sergio Durigan... Add support for the readnever concept
2017-12-02  GDB AdministratorAutomatic date update in version.in
2017-12-01  Jim WilsonUpdate and clean up RISC-V gas documentation.
2017-12-01  Sergio Durigan... Make '{add-,}symbol-file' not care about the position...
2017-12-01  Sergio Durigan... Revert "Add support for the readnever concept"
2017-12-01  Cary CoutantFix localized help string output for -fuse-ld.
2017-12-01  Joel Brobecker(Ada) GDB crash printing expression with type casting
2017-12-01  Benjamin PetersonFix internal error from command line with unbalanced...
2017-12-01  Stephen CraneFix problem where undef can fail to trigger archive...
2017-12-01  Sergio Durigan... Add support for the readnever concept
2017-12-01  Peter BergnerUse consistent types for holding instructions, instruct...
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  H.J. Lux86: Print dynreloc in readonly section for map file...
2017-12-01  Yao QiReplace mail address with the URL in copyright header
2017-12-01  Tobias UlmerCheck return value of bfd_new_link_order
2017-12-01  Oleksandr PikozhAdd --strip-unneeded to objcopy synopsis
2017-12-01  Alan Modraweak alias test
2017-12-01  Alan Modrareadonly_dynrelocs
2017-12-01  GDB AdministratorAutomatic date update in version.in
2017-11-30  Joel BrobeckerNew gdb.ada/repeat_dyn testcase.
2017-11-30  Peter SmithFix internal error in fix_errata on aarch64.
2017-11-30  Cary CoutantFix problem where erratum stubs are not always applied.
2017-11-30  Peter SmithFix segfault in relocate_erratum_stub on aarch64.
2017-11-30  Alan ModraPR22533, dynamic relocs generated for weak aliases
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
2017-11-30  Rainer OrthRemove ioctl-based procfs support on Solaris
2017-11-30  Jan Beulichx86: derive DispN from BaseIndex
2017-11-30  Jan Beulichx86: drop Vec_Disp8
2017-11-30  Jan Beulichx86/Intel: issue diagnostics for redundant segment...
2017-11-30  Jan BeulichRevert "x86: Update segment register check in Intel...
2017-11-30  Nick CliftonPrevent an illegal memory access in readelf when attemp...
2017-11-30  Rainer OrthFix sol-thread.c compilation on Solaris
2017-11-30  Alan ModraFix testcase for PR ld/22471
2017-11-30  John BaldwinDefine MPFR_USE_INTMAX_T so that mpfr.h assumes intmax_...
2017-11-30  GDB AdministratorAutomatic date update in version.in
2017-11-29  Joel Brobeckerpreserve type length in ada-lang.c::to_fixed_range_type
2017-11-29  Pedro AlvesBreakpoints in symbols with ABI tags (PR c++/19436)
2017-11-29  Pedro AlvesMake "break foo" find "A::foo", A::B::foo", etc. [C...
2017-11-29  Pedro AlvesHandle custom completion match prefix / LCD
2017-11-29  Pedro AlvesFix setting-breakpoints regression on PPC64 (function...
2017-11-29  Tom TromeyFix gdb snapshots
2017-11-29  Jim WilsonGive Palmer co-credit for last patch.
2017-11-29  Jim WilsonFix riscv malloc error on small alignment after norvc.
2017-11-29  Jim WilsonIn x86 -n docs, mention that you need an explicit nop...
2017-11-29  Renlin Li[GAS][AARCH64]Fix a typo for IP1 register alias.
2017-11-29  Nick CliftonCheck for a NULL symbol pointer when reading relocs...
2017-11-29  Phil MuldoonFix Python rbreak tests setting too many breakpoints...
2017-11-29  Tom TromeyUpdate usage text for add-symbol-file, symbol-file...
2017-11-29  Tom TromeyFix add-symbol-file usage and errors
2017-11-29  Thomas Preud... [gdb/testsuite] Fix return type of psymtab-parameter
2017-11-29  Nick CliftonStop objdump from attempting to allocate a huge chunk...
2017-11-29  H.J. Luld: Add a testcase for PR ld/22471
2017-11-29  Thomas Preud... [gdb/testsuite] Fix wrong return type in tests
2017-11-29  Stefan StroeSupport --localedir, --datarootdir and --datadir
2017-11-29  Nick CliftonUse the record_alignment function when creating a ...
2017-11-29  Cary CoutantAllow multiply-defined absolute symbols when they have...
2017-11-29  Cary CoutantAllow multiple .eh_frame sections per object file.
2017-11-29  GDB AdministratorAutomatic date update in version.in
2017-11-28  Nick CliftonPrevent a memory exhaustion problem when trying to...
2017-11-28  H.J. Lugold: Add a newline at end of pr22266_a.c
2017-11-28  H.J. LuProperly handle note sections and segments
2017-11-28  Nick CliftonFix a memory access violation when attempting to parse...
2017-11-28  H.J. LuELF: Don't set non_ir_ref_regular in check_relocs
2017-11-28  Alan ModraPR22471, undefined reference to linker-defined symbols
2017-11-28  Alan ModraCopying symbol type in ld script assignments
2017-11-28  H.J. Luld: Set non_ir_ref_regular on symbols referenced in...
2017-11-28  Jim WilsonCompress loads/stores with implicit 0 offset.
2017-11-28  Cary CoutantFix symbol values and relocation addends for relocatabl...
2017-11-28  GDB AdministratorAutomatic date update in version.in
2017-11-27  Tom TromeyRemove REMOTE_OBS
2017-11-27  Tom TromeyMove target object files to target subdirectory
2017-11-27  Tom TromeyAdd missing files to COMMON_SFILES
2017-11-27  Tom TromeySimplify COMMON_OBS by using list of sources
2017-11-27  Tom TromeyDefine YYOBJ in terms of YYFILES
2017-11-27  Tom TromeyMove python object files to python subdirectory
2017-11-27  Tom TromeyMove guile object files to guile subdirectory
2017-11-27  Tom TromeyMove unittests object files to unittests subdirectory
2017-11-27  Tom TromeyMove tui object files to tui subdirectory
2017-11-27  Tom TromeyMove compile object files to compile subdirectory
2017-11-27  Tom TromeyMove mi objects to mi subdirectory
next
This page took 0.044529 seconds and 4 git commands to generate.