summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Use SYMBOL_OBJFILE more.Doug Evans2014-11-181-0/+15
* Split up end_symtab_from_static_block into two.Doug Evans2014-11-181-0/+14
* The result of symtab expansion is always a primary symtab.Doug Evans2014-11-181-0/+10
* PR symtab/17559Doug Evans2014-11-151-0/+14
* expand_symtab_containing_pc: Renamed from find_pc_sect_symtab_via_partial.Doug Evans2014-11-151-0/+5
* Add missing parenthesisYao Qi2014-11-151-0/+4
* common-defs.h: include <stdarg.h> before <stdio.h>Joel Brobecker2014-11-141-0/+5
* handle 'iconv's that define EILSEQ to ENOENTPedro Alves2014-11-141-0/+6
* PR symtab/17591Doug Evans2014-11-131-0/+6
* dwarf2read.c (update_enumeration_type_from_children): Avoid infinite loop.Doug Evans2014-11-131-0/+5
* NEWS: Fix typo.Jan Kratochvil2014-11-131-0/+4
* Garbage collect the infwait_state globalPedro Alves2014-11-121-0/+4
* fix skipping permanent breakpointsPedro Alves2014-11-121-0/+17
* make "permanent breakpoints" per location and disableablePedro Alves2014-11-121-0/+25
* add a default method for gdbarch_skip_permanent_breakpointPedro Alves2014-11-121-0/+13
* Warn users about mismatched PID namespacesDaniel Colascione2014-11-111-0/+8
* symmisc.c: Remove trailing whitespace.Doug Evans2014-11-101-0/+5
* source.c (select_source_symtab): Rewrite to use ALL_SYMTABS.Doug Evans2014-11-101-0/+4
* PR 17564: Fix objfile search order for static symbols.Doug Evans2014-11-101-0/+8
* Work around GCC bug 63748Ulrich Weigand2014-11-101-0/+4
* Revert old nexti prologue check and eliminate in_prologuePedro Alves2014-11-071-0/+7
* symtab.h (lookup_global_symbol): Improve function comment.Doug Evans2014-11-061-0/+4
* Rename lookup_symbol_global to lookup_global_symbol.Doug Evans2014-11-061-0/+7
* symtab.c (basic_lookup_symbol_nonlocal): Add comment.Doug Evans2014-11-061-0/+4
* Rename some "aux" functions.Doug Evans2014-11-061-0/+11
* lookup_symbol_in_block: Renamed from lookup_symbol_aux_block.Doug Evans2014-11-061-0/+5
* Rename lookup_symbol_static to lookup_symbol_in_static_block,Doug Evans2014-11-061-0/+7
* New macro ALL_BLOCK_SYMBOLS_WITH_NAME.Doug Evans2014-11-061-0/+7
* Move lookup_block_symbol to block.c, rename to block_lookup_symbol.Doug Evans2014-11-061-0/+8
* Use ALL_PRIMARY_SYMTABS instead of ALL_SYMTABS in some places.Doug Evans2014-11-061-0/+6
* Forgotten ChangeLog entry for previous commit.Doug Evans2014-11-061-0/+5
* solib_global_lookup: Fetch arch from objfile, not target_gdbarch.Doug Evans2014-11-061-0/+7
* Update Nios II prologue analysis to remove detection of long-obsoleteSandra Loosemore2014-11-061-0/+8
* Cast result of obstack_next_freeAlan Modra2014-11-051-0/+2
* Use obstack_blank_fast to shrink obstacksAlan Modra2014-11-051-0/+6
* tui: Fix newterm call for older ncursesSimon Marchi2014-11-041-0/+4
* garbage collect gdb/breakpoint.c:breakpoint_thread_matchPedro Alves2014-11-041-0/+5
* Fix evaluation of method calls under EVAL_SKIP.Siva Chandra2014-11-031-0/+7
* Add missing changelog entriesYao Qi2014-11-031-0/+17
* mdebugread.c (parse_procedure): Delete unnecessary forward decl.Doug Evans2014-11-021-0/+4
* xcoffread.c (process_linenos): Delete unnecessary code.Doug Evans2014-11-021-0/+5
* objfiles.h: Remove some unused macros.Doug Evans2014-10-311-0/+5
* valops.c: Fix some whitespace.Doug Evans2014-10-311-0/+6
* Add ability to add attributes to gdb.Objfile and gdb.Progspace objects.Doug Evans2014-10-301-0/+15
* Don't replace '\' with '\\' in before_prompt_hookYao Qi2014-10-301-0/+5
* Document the GDB 7.8.1 release in gdb/ChangeLogJoel Brobecker2014-10-291-0/+4
* This PR shows that GDB can easily trigger an assertion here, inPedro Alves2014-10-291-0/+7
* PR python/17372 - Python hangs when displaying help()Pedro Alves2014-10-291-0/+26
* Fix uninitialized value access when very first GDB command entered is <RET>Pedro Alves2014-10-291-0/+5
* PR tui/16138 is about failure to initialize curses resulting in GDBPedro Alves2014-10-291-0/+14