aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2014-11-15PR symtab/17559Doug Evans1-0/+14
2014-11-15expand_symtab_containing_pc: Renamed from find_pc_sect_symtab_via_partial.Doug Evans1-0/+5
2014-11-15Add missing parenthesisYao Qi1-0/+4
2014-11-14common-defs.h: include <stdarg.h> before <stdio.h>Joel Brobecker1-0/+5
2014-11-14handle 'iconv's that define EILSEQ to ENOENTPedro Alves1-0/+6
2014-11-13PR symtab/17591Doug Evans1-0/+6
2014-11-13dwarf2read.c (update_enumeration_type_from_children): Avoid infinite loop.Doug Evans1-0/+5
2014-11-13NEWS: Fix typo.Jan Kratochvil1-0/+4
2014-11-12Garbage collect the infwait_state globalPedro Alves1-0/+4
2014-11-12fix skipping permanent breakpointsPedro Alves1-0/+17
2014-11-12make "permanent breakpoints" per location and disableablePedro Alves1-0/+25
2014-11-12add a default method for gdbarch_skip_permanent_breakpointPedro Alves1-0/+13
2014-11-11Warn users about mismatched PID namespacesDaniel Colascione1-0/+8
2014-11-10symmisc.c: Remove trailing whitespace.Doug Evans1-0/+5
2014-11-10source.c (select_source_symtab): Rewrite to use ALL_SYMTABS.Doug Evans1-0/+4
2014-11-10PR 17564: Fix objfile search order for static symbols.Doug Evans1-0/+8
2014-11-10Work around GCC bug 63748Ulrich Weigand1-0/+4
2014-11-07Revert old nexti prologue check and eliminate in_prologuePedro Alves1-0/+7
2014-11-06symtab.h (lookup_global_symbol): Improve function comment.Doug Evans1-0/+4
2014-11-06Rename lookup_symbol_global to lookup_global_symbol.Doug Evans1-0/+7
2014-11-06symtab.c (basic_lookup_symbol_nonlocal): Add comment.Doug Evans1-0/+4
2014-11-06Rename some "aux" functions.Doug Evans1-0/+11
2014-11-06lookup_symbol_in_block: Renamed from lookup_symbol_aux_block.Doug Evans1-0/+5
2014-11-06Rename lookup_symbol_static to lookup_symbol_in_static_block,Doug Evans1-0/+7
2014-11-06New macro ALL_BLOCK_SYMBOLS_WITH_NAME.Doug Evans1-0/+7
2014-11-06Move lookup_block_symbol to block.c, rename to block_lookup_symbol.Doug Evans1-0/+8
2014-11-06Use ALL_PRIMARY_SYMTABS instead of ALL_SYMTABS in some places.Doug Evans1-0/+6
2014-11-06Forgotten ChangeLog entry for previous commit.Doug Evans1-0/+5
2014-11-06solib_global_lookup: Fetch arch from objfile, not target_gdbarch.Doug Evans1-0/+7
2014-11-06Update Nios II prologue analysis to remove detection of long-obsoleteSandra Loosemore1-0/+8
2014-11-05Cast result of obstack_next_freeAlan Modra1-0/+2
2014-11-05Use obstack_blank_fast to shrink obstacksAlan Modra1-0/+6
2014-11-04tui: Fix newterm call for older ncursesSimon Marchi1-0/+4
2014-11-04garbage collect gdb/breakpoint.c:breakpoint_thread_matchPedro Alves1-0/+5
2014-11-03Fix evaluation of method calls under EVAL_SKIP.Siva Chandra1-0/+7
2014-11-03Add missing changelog entriesYao Qi1-0/+17
2014-11-02mdebugread.c (parse_procedure): Delete unnecessary forward decl.Doug Evans1-0/+4
2014-11-02xcoffread.c (process_linenos): Delete unnecessary code.Doug Evans1-0/+5
2014-10-31objfiles.h: Remove some unused macros.Doug Evans1-0/+5
2014-10-31valops.c: Fix some whitespace.Doug Evans1-0/+6
2014-10-30Add ability to add attributes to gdb.Objfile and gdb.Progspace objects.Doug Evans1-0/+15
2014-10-30Don't replace '\' with '\\' in before_prompt_hookYao Qi1-0/+5
2014-10-29Document the GDB 7.8.1 release in gdb/ChangeLogJoel Brobecker1-0/+4
2014-10-29This PR shows that GDB can easily trigger an assertion here, inPedro Alves1-0/+7
2014-10-29PR python/17372 - Python hangs when displaying help()Pedro Alves1-0/+26
2014-10-29Fix uninitialized value access when very first GDB command entered is <RET>Pedro Alves1-0/+5
2014-10-29PR tui/16138 is about failure to initialize curses resulting in GDBPedro Alves1-0/+14
2014-10-29TUI: don't let exceptions escape while handling readline key bindingsPedro Alves1-0/+5
2014-10-29ARM: stricter __stack_chk_guard check during prologue analysisJoel Brobecker1-0/+6
2014-10-29Fix skipping stack protector on armYao Qi1-0/+5