aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-10-29Fix uninitialized value access when very first GDB command entered is <RET>Pedro Alves2-0/+6
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 Alves2-6/+26
2014-10-29PR tui/16138, PR tui/17519, and misc failures to initialize the terminalPedro Alves3-25/+49
2014-10-29Prepare directory in case test_system failsYao Qi2-0/+11
2014-10-29Close the file in fileio.exp testYao Qi2-0/+5
2014-10-29ARM: stricter __stack_chk_guard check during prologue analysisJoel Brobecker2-5/+10
2014-10-29Fix skipping stack protector on armYao Qi2-3/+13
2014-10-28PR gdb/12623: non-stop crashes inferior, PC adjustment and 1-byte insnsPedro Alves8-11/+247
2014-10-28Test for PR gdb/17511, spurious SIGTRAP after stepping into+in signal handlerPedro Alves3-13/+97
2014-10-28gdb.base/sigstep.exp: cleanup and make it easier to extendPedro Alves2-276/+291
2014-10-28update bug numbers (GNATS -> Bugzilla) in a few signal related testsPedro Alves5-14/+22
2014-10-28Workaround remote targets that report an empty list to qfThreadInfoPedro Alves2-3/+40
2014-10-27stepi/nexti: skip signal handler if "handle nostop" signal arrivesPedro Alves7-19/+141
2014-10-27Fix trace file fails on powerpc64Yao Qi2-0/+9
2014-10-27Fix ARM machine state testcase failuresLuis Machado2-188/+143
2014-10-26symtab.c (lookup_symbol_aux_local): Fix typo in comment.Doug Evans2-1/+5
2014-10-26Rename parameter "kind" to "block_index" in quick lookup functions.Doug Evans3-12/+22
2014-10-26* block.h (ALL_BLOCK_SYMBOLS): Fix comment.Doug Evans2-2/+6
2014-10-26block.c (allocate_block): Use OBSTACK_ZALLOC instead of obstack_alloc.Doug Evans2-8/+6
2014-10-26Move block_found decl to symtab.h.Doug Evans3-5/+9
2014-10-26Clean up some function comments in symtab.[ch].Doug Evans3-57/+90
2014-10-25symtab.c: forward decl cleanupDoug Evans2-12/+9
2014-10-25symtab.c (lookup_symbol_aux_quick): Set block_found upon success.Doug Evans2-0/+5
2014-10-25Remove second (nested) copy of local var child_die.Doug Evans2-2/+8
2014-10-24Follow-fork message printing improvementsDon Breazeal5-32/+68
2014-10-24Remove Vax Ultrix and VAX BSD supportPedro Alves16-141/+36
2014-10-24NEWS: Clarify removed targetsPedro Alves2-3/+7
2014-10-24Guard a call to TYPE_TARGET_TYPE in gnuv3_pass_by_reference.Siva Chandra5-5/+51
2014-10-23Refactoring/cleanup of nios2 opcodes and assembler code.Sandra Loosemore2-62/+67
2014-10-20Small fixes to the Python API docSimon Marchi2-2/+9
2014-10-20Rename py-objfile-script-gdb.py.in to py-objfile-script-gdb.pyYao Qi3-3/+10
2014-10-20Don't remove files copied to hostYao Qi23-62/+33
2014-10-19Fix some comments to say minus_one_ptid instead of PID == -1.Doug Evans2-3/+8
2014-10-18linux-nat.c (linux_nat_wait_1): Make local prev_mask non-static.Doug Evans2-1/+5
2014-10-18Fix the gdb.dwarf2/dw2-dir-file-name.exp test on MIPSKwok Cheung Yeung3-9/+34
2014-10-18Skip testing argv[0] on target argv[0] isn't availableYao Qi5-10/+141
2014-10-17New python event "clear_objfiles".Doug Evans14-7/+126
2014-10-17Add gdb.Objfile.progspace attribute.Doug Evans7-0/+43
2014-10-17Fix mingw32 failures due to incorrect directory separator in patternLuis Machado20-125/+148
2014-10-17Copy xml files to hostYao Qi3-3/+14
2014-10-17PR gdb/17471: Repeating a background command makes it foregroundPedro Alves5-53/+224
2014-10-17PR gdb/17300: Input after "c -a" crashes readline/GDBPedro Alves5-0/+135
2014-10-17PR gdb/17472: With annotations, input while executing in the foreground crash...Pedro Alves7-2/+202
2014-10-17Make common code handle target_terminal_* idempotencyPedro Alves4-14/+81
2014-10-17Delete Tru64 supportPedro Alves33-1838/+72
2014-10-17Fix build without libexpatPedro Alves2-15/+20
2014-10-17Don't check target_info exists noargs in commands.expYao Qi2-61/+16
2014-10-16Darwin: sanitize %gs and %fs values.Tristan Gingold2-0/+15
2014-10-16Don't check noargs in remotetimeout.expYao Qi2-5/+4