aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-11-13Eliminate literal line numbers in jump.expAndreas Arnez3-16/+25
2014-11-13Eliminate literal line numbers in foll-exec.expAndreas Arnez4-20/+30
2014-11-13Eliminate literal line numbers in ending-run.expAndreas Arnez3-19/+29
2014-11-13Eliminate literal line numbers in call-rt-st.expAndreas Arnez3-8/+15
2014-11-13Eliminate literal line numbers in call-ar-st.expAndreas Arnez3-95/+106
2014-11-13Eliminate literal line numbers in dbx.expAndreas Arnez4-9/+21
2014-11-13Eliminate literal line numbers in so-impl-ld.expAndreas Arnez3-4/+10
2014-11-12GDBserver: clean up 'cont_thread' handlingPedro Alves2-24/+9
2014-11-12GDBserver: don't resume all threads if the Hc thread disapearsPedro Alves2-28/+5
2014-11-12GDBserver: ctrl-c after leader has exitedPedro Alves5-11/+35
2014-11-12Garbage collect the infwait_state globalPedro Alves2-14/+4
2014-11-12fix skipping permanent breakpointsPedro Alves7-65/+643
2014-11-12make "permanent breakpoints" per location and disableablePedro Alves4-50/+60
2014-11-12add a default method for gdbarch_skip_permanent_breakpointPedro Alves8-37/+37
2014-11-11Warn users about mismatched PID namespacesDaniel Colascione4-0/+62
2014-11-10symmisc.c: Remove trailing whitespace.Doug Evans2-7/+12
2014-11-10source.c (select_source_symtab): Rewrite to use ALL_SYMTABS.Doug Evans2-11/+12
2014-11-10PR 17564: Fix objfile search order for static symbols.Doug Evans7-54/+137
2014-11-10Work around GCC bug 63748Ulrich Weigand2-2/+6
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