aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-28PR gdb/12623: non-stop crashes inferior, PC adjustment and 1-byte insnsPedro Alves1-0/+11
2014-10-28Workaround remote targets that report an empty list to qfThreadInfoPedro Alves1-0/+8
2014-10-27stepi/nexti: skip signal handler if "handle nostop" signal arrivesPedro Alves1-0/+6
2014-10-27Fix ARM machine state testcase failuresLuis Machado1-0/+8
2014-10-26symtab.c (lookup_symbol_aux_local): Fix typo in comment.Doug Evans1-0/+4
2014-10-26Rename parameter "kind" to "block_index" in quick lookup functions.Doug Evans1-0/+8
2014-10-26* block.h (ALL_BLOCK_SYMBOLS): Fix comment.Doug Evans1-0/+4
2014-10-26block.c (allocate_block): Use OBSTACK_ZALLOC instead of obstack_alloc.Doug Evans1-0/+5
2014-10-26Move block_found decl to symtab.h.Doug Evans1-0/+5
2014-10-26Clean up some function comments in symtab.[ch].Doug Evans1-0/+25
2014-10-25symtab.c: forward decl cleanupDoug Evans1-0/+7
2014-10-25symtab.c (lookup_symbol_aux_quick): Set block_found upon success.Doug Evans1-0/+4
2014-10-25Remove second (nested) copy of local var child_die.Doug Evans1-0/+5
2014-10-24Follow-fork message printing improvementsDon Breazeal1-0/+10
2014-10-24Remove Vax Ultrix and VAX BSD supportPedro Alves1-0/+10
2014-10-24NEWS: Clarify removed targetsPedro Alves1-0/+4
2014-10-24Guard a call to TYPE_TARGET_TYPE in gnuv3_pass_by_reference.Siva Chandra1-0/+5
2014-10-23Refactoring/cleanup of nios2 opcodes and assembler code.Sandra Loosemore1-0/+6
2014-10-19Fix some comments to say minus_one_ptid instead of PID == -1.Doug Evans1-0/+5
2014-10-18linux-nat.c (linux_nat_wait_1): Make local prev_mask non-static.Doug Evans1-0/+4
2014-10-17New python event "clear_objfiles".Doug Evans1-0/+18
2014-10-17Add gdb.Objfile.progspace attribute.Doug Evans1-0/+6
2014-10-17PR gdb/17471: Repeating a background command makes it foregroundPedro Alves1-0/+10
2014-10-17PR gdb/17300: Input after "c -a" crashes readline/GDBPedro Alves1-0/+7
2014-10-17PR gdb/17472: With annotations, input while executing in the foreground crash...Pedro Alves1-0/+8
2014-10-17Make common code handle target_terminal_* idempotencyPedro Alves1-0/+17
2014-10-17Delete Tru64 supportPedro Alves1-0/+33
2014-10-17Fix build without libexpatPedro Alves1-0/+5
2014-10-16Darwin: sanitize %gs and %fs values.Tristan Gingold1-0/+6
2014-10-15DEC threads: Simplify updating the thread listPedro Alves1-0/+12
2014-10-15remote: get rid of all the T packets when syncing the thread listPedro Alves1-0/+8
2014-10-15Push pruning old threads down to the targetPedro Alves1-0/+54