aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-08-19Introduce common-debug.hGary Benson12-27/+161
2014-08-19Move print-utils.h to common-defs.hGary Benson5-3/+10
2014-08-19Introduce common-types.hGary Benson7-41/+80
2014-08-19Introduce common/errors.hGary Benson12-80/+196
2014-08-19Ensure internal_vproblem always prints the messageGary Benson2-6/+9
2014-08-18boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.David Blaikie2-1/+7
2014-08-18gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound in array range.Joel Brobecker2-1/+5
2014-08-18ada-typeprint.c (print_range): Initialize lo,hi for gcc -Wall.Doug Evans2-1/+5
2014-08-18DW_AT_data_location and DW_OP_push_object_address testcase.Joel Brobecker3-0/+241
2014-08-18[Ada] "ptype" of array where bound value uses DW_OP_push_object_addressJoel Brobecker2-5/+32
2014-08-18Add support for DW_AT_data_location.Joel Brobecker5-0/+83
2014-08-18Add support for DW_OP_push_object_address.Joel Brobecker6-18/+79
2014-08-18ada_evaluate_subexp<OP_VAR_VALUE>: Avoid static fixing when possible.Joel Brobecker2-2/+23
2014-08-18avoid "if ... else if ... else" logic in ada-lang.c::ada_evaluate_subexpJoel Brobecker2-7/+13
2014-08-18Fix indentation level in ada-lang.c::ada_evaluate_subexp.Joel Brobecker2-44/+49
2014-08-15Add new argument NOSIDE to find_overload_match.Siva Chandra8-14/+146
2014-08-15Fix xmethod Python so that it works with Python3.Siva Chandra4-11/+23
2014-08-15(dwarf_decode_lines_1): Move definition of adj_opcode closer to use.Doug Evans2-1/+7
2014-08-15dwarf2read.c (dwarf_decode_lines_1): Add comment.Doug Evans2-0/+6
2014-08-15(dwarf_decode_lines_1): Delete local "column", unused.Doug Evans2-2/+5
2014-08-15(dwarf_decode_lines_1): Delete local basic_block, unused.Doug Evans2-4/+5
2014-08-15Avoid compiler warnings about incomplete parameter types.Eli Zaretskii2-0/+6
2014-08-15Add "frame.h" #include in gdbarch.h.Joel Brobecker3-2/+10
2014-08-15Skip tfile.exp if unable to generate trace fileYao Qi2-0/+6
2014-08-15Set print symbol off in some testsYao Qi5-1/+17
2014-08-15Remove pst from dwarf_decode_lines_1Yao Qi2-3/+7
2014-08-13Fix build/17104Yao Qi3-0/+8
2014-08-11Delete "Loaded symbols for ..." message, it is redundant.Doug Evans4-9/+13
2014-08-10linux-nat.c (linux_nat_thread_address_space): Delete dead code.Doug Evans2-1/+4
2014-08-09Fix PR remote/9053: remove dead code on query packet sizeYao Qi2-4/+5
2014-08-09Remove duplicated code on checking address 0x0 is accessiableYao Qi13-60/+67
2014-08-09Make test messages in gdb.mi/mi-var-display.exp uniqueYao Qi2-16/+21
2014-08-07IA64 Linux: Define regset structures.Andreas Arnez2-0/+101
2014-08-07M68K Linux: Define regset structures.Andreas Arnez2-0/+76
2014-08-07TILEGX Linux: Fill 'collect_regset' in regset structure.Andreas Arnez3-23/+22
2014-08-07SCORE: Fill 'collect_regset' in regset structure.Andreas Arnez3-79/+56
2014-08-07NIOS2 Linux: Fill 'collect_regset' in regset structure.Andreas Arnez2-1/+25
2014-08-07M32R Linux: Fill 'collect_regset' in regset structure.Andreas Arnez2-18/+68
2014-08-07HPPA Linux: Fill 'collect_regset' in regset structures.Andreas Arnez2-67/+48
2014-08-07FRV Linux: Fill 'collect_regset' in regset structures.Andreas Arnez2-87/+70
2014-08-07ALPHA Linux: Fill 'collect_regset' in regset structures.Andreas Arnez2-21/+45
2014-08-07AARCH64 Linux: Fill 'collect_regset' in regset structures.Andreas Arnez4-98/+73
2014-08-07S390: Migrate to regcache_supply/collect_regset.Andreas Arnez4-328/+188
2014-08-07regcache: Add functions suitable for regset_supply/collect.Andreas Arnez3-0/+141
2014-08-07Rename 'descr' field in regset structure to 'regmap'.Andreas Arnez5-13/+25
2014-08-07Replace 0 with TARGET_XFER_EOF in to_xfer_partialYao Qi4-5/+11
2014-08-07Tweak comments in struct dwarf2_per_cu_dataYao Qi2-2/+6
2014-08-07Fix remote/17230Yao Qi2-1/+8
2014-08-07Move errno.h to common-defs.hGary Benson36-48/+43
2014-08-07Include string.h in common-defs.hGary Benson321-439/+327