aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-11-07gdb.base/sigstep.exp: xfail gdb/17511 on i?86 LinuxPedro Alves2-0/+7
2014-11-07Revert old nexti prologue check and eliminate in_prologuePedro Alves4-83/+8
2014-11-06symtab.h (lookup_global_symbol): Improve function comment.Doug Evans2-0/+12
2014-11-06Rename lookup_symbol_global to lookup_global_symbol.Doug Evans7-15/+22
2014-11-06symtab.c (basic_lookup_symbol_nonlocal): Add comment.Doug Evans2-0/+8
2014-11-06Rename some "aux" functions.Doug Evans2-40/+52
2014-11-06lookup_symbol_in_block: Renamed from lookup_symbol_aux_block.Doug Evans4-9/+14
2014-11-06Rename lookup_symbol_static to lookup_symbol_in_static_block,Doug Evans6-18/+26
2014-11-06New macro ALL_BLOCK_SYMBOLS_WITH_NAME.Doug Evans5-12/+20
2014-11-06Move lookup_block_symbol to block.c, rename to block_lookup_symbol.Doug Evans8-76/+85
2014-11-06Use ALL_PRIMARY_SYMTABS instead of ALL_SYMTABS in some places.Doug Evans3-5/+15
2014-11-06Forgotten ChangeLog entry for previous commit.Doug Evans1-0/+5
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans19-40/+27
2014-11-06solib_global_lookup: Fetch arch from objfile, not target_gdbarch.Doug Evans4-3/+11
2014-11-06Update Nios II prologue analysis to remove detection of long-obsoleteSandra Loosemore2-90/+14
2014-11-05Cast result of obstack_next_freeAlan Modra2-2/+4
2014-11-05Use obstack_blank_fast to shrink obstacksAlan Modra3-2/+8
2014-11-04tui: Fix newterm call for older ncursesSimon Marchi2-1/+5
2014-11-04garbage collect gdb/breakpoint.c:breakpoint_thread_matchPedro Alves3-62/+5
2014-11-03Fix evaluation of method calls under EVAL_SKIP.Siva Chandra5-6/+140
2014-11-03Add missing changelog entriesYao Qi1-0/+17
2014-11-02mdebugread.c (parse_procedure): Delete unnecessary forward decl.Doug Evans2-2/+4
2014-11-02xcoffread.c (process_linenos): Delete unnecessary code.Doug Evans2-3/+5
2014-11-02read_pieced_value do big endian processing only in case of valid gdb_regnumVictor Kamensky1-17/+20
2014-11-02ARM: arm_breakpoint should be little endian form in case for arm BE8Victor Kamensky1-1/+1
2014-11-02ARM: extract_arm_insn function need to read instrs correctly in be8 caseVictor Kamensky1-1/+1
2014-11-02Match the working directory on remote hostYao Qi2-1/+13
2014-10-31objfiles.h: Remove some unused macros.Doug Evans2-13/+5
2014-10-31valops.c: Fix some whitespace.Doug Evans2-6/+12
2014-10-30Add ability to add attributes to gdb.Objfile and gdb.Progspace objects.Doug Evans9-3/+130
2014-10-30Skip tests that use cd for remote hostsLuis Machado4-0/+21
2014-10-30Don't replace '\' with '\\' in before_prompt_hookYao Qi2-2/+6
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 Alves2-0/+35
2014-10-29PR 17408 - assertion failure in switch_back_to_stepped_threadPedro Alves5-121/+254
2014-10-29PR python/17372 - Python hangs when displaying help()Pedro Alves8-11/+204
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