Update from upstream Automake
[deliverable/binutils-gdb.git] / gdb /
2014-11-15  Doug EvansAdd copyright headers.
2014-11-15  Doug EvansPR symtab/17559
2014-11-15  Doug Evansexpand_symtab_containing_pc: Renamed from find_pc_sect_...
2014-11-15  Yao QiAdd missing parenthesis
2014-11-14  Joel Brobeckercommon-defs.h: include <stdarg.h> before <stdio.h>
2014-11-14  Pedro Alveshandle 'iconv's that define EILSEQ to ENOENT
2014-11-14  Yao QiFix dw2-ifort-parameter.exp fail with clang
2014-11-14  Yao QiFix implptr-optimized-out.exp fail
2014-11-14  Yao QiUse Dwarf::assemble in implptr-optimized-out.exp
2014-11-14  Yao QiGet start and end address of main in dwz.exp
2014-11-14  Yao QiDW attribute macro MACRO_AT_func and MACRO_AT_range
2014-11-14  Yao QiNew proc _handle_attribute
2014-11-14  Doug EvansPR symtab/17591
2014-11-13  Doug Evansdwarf2read.c (update_enumeration_type_from_children...
2014-11-13  Jan KratochvilNEWS: Fix typo.
2014-11-13  Andreas ArnezGDB testsuite: Fix warnings with -std=gnu11
2014-11-13  Andreas ArnezGDB testsuite: drop non-prototype C function header...
2014-11-13  Andreas ArnezDrop non-prototype C function header variants: 'sepdebu...
2014-11-13  Andreas ArnezDrop non-prototype C function header variants: 'list...
2014-11-13  Andreas ArnezDrop non-prototype C function header variants: 'break...
2014-11-13  Andreas ArnezDrop non-prototype C function header variants: solib1.c
2014-11-13  Andreas Arnezcallfuncs.exp: Indent perform_all_tests()
2014-11-13  Andreas ArnezPerform all tests in callfuncs.exp with and without...
2014-11-13  Andreas Arnez'callfuncs' test case: Fixes in conditionally compiled...
2014-11-13  Andreas ArnezEliminate literal line numbers in mi-console.exp
2014-11-13  Andreas ArnezEliminate literal line numbers in shlib-call.exp
2014-11-13  Andreas ArnezEliminate literal line numbers in jump.exp
2014-11-13  Andreas ArnezEliminate literal line numbers in foll-exec.exp
2014-11-13  Andreas ArnezEliminate literal line numbers in ending-run.exp
2014-11-13  Andreas ArnezEliminate literal line numbers in call-rt-st.exp
2014-11-13  Andreas ArnezEliminate literal line numbers in call-ar-st.exp
2014-11-13  Andreas ArnezEliminate literal line numbers in dbx.exp
2014-11-13  Andreas ArnezEliminate literal line numbers in so-impl-ld.exp
2014-11-12  Pedro AlvesGDBserver: clean up 'cont_thread' handling
2014-11-12  Pedro AlvesGDBserver: don't resume all threads if the Hc thread...
2014-11-12  Pedro AlvesGDBserver: ctrl-c after leader has exited
2014-11-12  Pedro AlvesGarbage collect the infwait_state global
2014-11-12  Pedro Alvesfix skipping permanent breakpoints
2014-11-12  Pedro Alvesmake "permanent breakpoints" per location and disableable
2014-11-12  Pedro Alvesadd a default method for gdbarch_skip_permanent_breakpoint
2014-11-11  Daniel ColascioneWarn users about mismatched PID namespaces
2014-11-11  Doug Evanssymmisc.c: Remove trailing whitespace.
2014-11-11  Doug Evanssource.c (select_source_symtab): Rewrite to use ALL_SYM...
2014-11-10  Doug EvansPR 17564: Fix objfile search order for static symbols.
2014-11-10  Ulrich WeigandWork around GCC bug 63748
2014-11-07  Pedro Alvesgdb.base/sigstep.exp: xfail gdb/17511 on i?86 Linux
2014-11-07  Pedro AlvesRevert old nexti prologue check and eliminate in_prologue
2014-11-07  Doug Evanssymtab.h (lookup_global_symbol): Improve function comment.
2014-11-07  Doug EvansRename lookup_symbol_global to lookup_global_symbol.
2014-11-07  Doug Evanssymtab.c (basic_lookup_symbol_nonlocal): Add comment.
2014-11-07  Doug EvansRename some "aux" functions.
2014-11-07  Doug Evanslookup_symbol_in_block: Renamed from lookup_symbol_aux_...
2014-11-07  Doug EvansRename lookup_symbol_static to lookup_symbol_in_static_...
2014-11-07  Doug EvansNew macro ALL_BLOCK_SYMBOLS_WITH_NAME.
2014-11-07  Doug EvansMove lookup_block_symbol to block.c, rename to block_lo...
2014-11-07  Doug EvansUse ALL_PRIMARY_SYMTABS instead of ALL_SYMTABS in some...
2014-11-07  Doug EvansForgotten ChangeLog entry for previous commit.
2014-11-07  Doug EvansDelete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE...
2014-11-07  Doug Evanssolib_global_lookup: Fetch arch from objfile, not targe...
2014-11-06  Sandra LoosemoreUpdate Nios II prologue analysis to remove detection...
2014-11-05  Alan ModraCast result of obstack_next_free
2014-11-05  Alan ModraUse obstack_blank_fast to shrink obstacks
2014-11-04  Simon Marchitui: Fix newterm call for older ncurses
2014-11-04  Pedro Alvesgarbage collect gdb/breakpoint.c:breakpoint_thread_match
2014-11-04  Siva ChandraFix evaluation of method calls under EVAL_SKIP.
2014-11-03  Yao QiAdd missing changelog entries
2014-11-03  Doug Evansmdebugread.c (parse_procedure): Delete unnecessary...
2014-11-03  Doug Evansxcoffread.c (process_linenos): Delete unnecessary code.
2014-11-02  Victor Kamenskyread_pieced_value do big endian processing only in...
2014-11-02  Victor KamenskyARM: arm_breakpoint should be little endian form in...
2014-11-02  Victor KamenskyARM: extract_arm_insn function need to read instrs...
2014-11-02  Yao QiMatch the working directory on remote host
2014-11-01  Doug Evansobjfiles.h: Remove some unused macros.
2014-11-01  Doug Evansvalops.c: Fix some whitespace.
2014-10-31  Doug EvansAdd ability to add attributes to gdb.Objfile and gdb...
2014-10-30  Luis MachadoSkip tests that use cd for remote hosts
2014-10-30  Yao QiDon't replace '\' with '\\' in before_prompt_hook
2014-10-29  Joel BrobeckerDocument the GDB 7.8.1 release in gdb/ChangeLog
2014-10-29  Pedro AlvesThis PR shows that GDB can easily trigger an assertion...
2014-10-29  Pedro AlvesPR 17408 - assertion failure in switch_back_to_stepped_...
2014-10-29  Pedro AlvesPR python/17372 - Python hangs when displaying help()
2014-10-29  Pedro AlvesFix uninitialized value access when very first GDB...
2014-10-29  Pedro AlvesPR tui/16138 is about failure to initialize curses...
2014-10-29  Pedro AlvesTUI: don't let exceptions escape while handling readlin...
2014-10-29  Pedro AlvesPR tui/16138, PR tui/17519, and misc failures to initia...
2014-10-29  Yao QiPrepare directory in case test_system fails
2014-10-29  Yao QiClose the file in fileio.exp test
2014-10-29  Joel BrobeckerARM: stricter __stack_chk_guard check during prologue...
2014-10-29  Yao QiFix skipping stack protector on arm
2014-10-28  Pedro AlvesPR gdb/12623: non-stop crashes inferior, PC adjustment...
2014-10-28  Pedro AlvesTest for PR gdb/17511, spurious SIGTRAP after stepping...
2014-10-28  Pedro Alvesgdb.base/sigstep.exp: cleanup and make it easier to...
2014-10-28  Pedro Alvesupdate bug numbers (GNATS -> Bugzilla) in a few signal...
2014-10-28  Pedro AlvesWorkaround remote targets that report an empty list...
2014-10-27  Pedro Alvesstepi/nexti: skip signal handler if "handle nostop...
2014-10-27  Yao QiFix trace file fails on powerpc64
2014-10-27  Luis MachadoFix ARM machine state testcase failures
2014-10-26  Doug Evanssymtab.c (lookup_symbol_aux_local): Fix typo in comment.
2014-10-26  Doug EvansRename parameter "kind" to "block_index" in quick looku...
2014-10-26  Doug Evans* block.h (ALL_BLOCK_SYMBOLS): Fix comment.
next
This page took 0.051884 seconds and 7 git commands to generate.