aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-01-08Recognize branch instruction on MIPS in gdb.trace/entry-values.expYao Qi2-0/+18
2015-01-07Trivially tweak the comment documenting initial_gdb_ttystatePatrick Palka2-2/+6
2015-01-07Empty line after comment documenting set_initial_gdb_ttystate.Joel Brobecker2-0/+6
2015-01-07[testsuite patch] Fix avx512.exp regressionJan Kratochvil2-1/+6
2015-01-07Don't propagate our current terminal state to the inferiorPatrick Palka4-1/+27
2015-01-07[python,guile] Add comment beside conditions testing empty arrays.Joel Brobecker3-2/+7
2015-01-06gdb/guile: Do not error when trying to create empty array.Joel Brobecker2-1/+6
2015-01-06gdb/python: exception trying to create empty arrayJoel Brobecker4-1/+17
2015-01-03fix spelling of anon-ns2.cc in earlier entry, and whitespace in same entryDoug Evans1-2/+2
2015-01-03c-exp.y: misc cleanup, no code changesDoug Evans2-31/+36
2015-01-02gdb.cp/nsalias.exp: Fix output of external/declaration flags.Doug Evans2-6/+10
2015-01-02MIPS: Make the extracted stack offset signed in the prologue scannerMaciej W. Rozycki2-10/+16
2015-01-02gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.Doug Evans2-4/+8
2015-01-02dwarf2read.c (setup_type_unit_groups): Remove outdated comment.Doug Evans2-1/+4
2015-01-02symtab.h (struct symbol): Fix typo in comment.Doug Evans2-1/+5
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker3788-3792/+3796
2015-01-01Update copyright year printed by gdb, gdbserver and gdbreplay.Joel Brobecker5-3/+12
2015-01-01Yearly gdb/ChangeLog rotation.Joel Brobecker3-16650/+16664
2014-12-31Remove "add-shared-symbol-files", "dll-symbols" and "assf" commands doc.Joel Brobecker4-24/+16
2014-12-30Remove "dll-symbols", "add-shared-symbol-files" and assf" commands.Joel Brobecker2-93/+9
2014-12-29Sanitize input_interrupt outputSergio Durigan Junior2-3/+19
2014-12-29[PATCH] Remove cast in Tag_ABI_VFP_args switch case stmtsJiong Wang2-4/+9
2014-12-29Clean up gdb.trace/entry-values.expYao Qi2-9/+14
2014-12-29Add moxiebox target supportAnthony Green2-1/+5
2014-12-28Fix small spelling mistake in gdb/ChangeLog.Joel Brobecker1-1/+1
2014-12-27Update for moxie ISA changesAnthony Green2-29/+51
2014-12-25ARM: Add support for value 3 of Tag_ABI_VFP_args attributeTerry Guo2-4/+17
2014-12-23Look up primitive types as symbols.Doug Evans15-63/+411
2014-12-23symtab.h (SYMBOL_DOMAIN_BITS): New macro.Doug Evans2-1/+10
2014-12-23initialize_objfile_symbol: Renamed from initialize_symbol.Doug Evans4-3/+8
2014-12-23Add langdef arg to la_lookup_symbol_nonlocal.Doug Evans7-11/+24
2014-12-23Replace some symbol accessor macros with functions.Doug Evans26-87/+156
2014-12-22cp-namespace.c (cp_lookup_symbol_via_all_imports): New function.Doug Evans2-46/+43
2014-12-22cp-namespace.c (cp_lookup_symbol_via_imports): New arg "search_scope_first".Doug Evans2-6/+15
2014-12-22cp-namespace.c (cp_lookup_nested_symbol_1): New function.Doug Evans2-136/+212
2014-12-22cp-namespace.c (cp_lookup_symbol_in_namespace): Simplify.Doug Evans2-10/+13
2014-12-22cp-namespace.c: Whitespace cleanup.Doug Evans2-9/+13
2014-12-20gdb/17394: cannot put breakpoint only in selected ASM file.Mihail-Marian Nistor7-24/+644
2014-12-19MIPS SDE OS ABI supportYao Qi7-1/+297
2014-12-18A few comment cleanupsSimon Marchi3-17/+12
2014-12-18MIPS: Provide FPU info and decode FCSR in `info float'Yao Qi4-1/+115
2014-12-18Refactor gdbarch method print_float_infoYao Qi6-37/+43
2014-12-18Remove h8300_print_float_infoYao Qi2-9/+6
2014-12-18infcmd.c (jump_command): Minor simplification.Doug Evans2-2/+9
2014-12-18language_lookup_primitive_type: Renamed from language_lookup_primitive_type_b...Doug Evans10-27/+31
2014-12-18Fix file name in earlier entry.Doug Evans1-1/+1
2014-12-17Fix MinGW compilationJan Kratochvil11-6/+36
2014-12-17value_maybe_namespace_elt: Remove redundant call to lookup_static_symbol.Doug Evans2-9/+5
2014-12-17New parameter "debug symbol-lookup".Doug Evans12-61/+466
2014-12-17Make buildsym set-up/tear-down more consistent, and document it.Doug Evans4-76/+180