aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-08-22Copy .py files to remote hostYao Qi4-6/+18
2014-08-22Remove workaround to libbabeltrace 1.1.0 issueYao Qi2-49/+5
2014-08-21Fix 'gcore' with exited threadsJan Kratochvil5-0/+128
2014-08-21infcmd.c: Remove stale TODOPedro Alves2-10/+4
2014-08-21Remove useless gcore command detectionPedro Alves8-80/+10
2014-08-21gdb: Fix aarch64 native build issue caused by use of LONGESTWill Newton2-1/+6
2014-08-20Integrate PR 12649's race detector directly in the testsuite machineryPedro Alves8-4/+168
2014-08-20Fix handling of typedefs to types having a data_location attribute.Joel Brobecker4-5/+118
2014-08-20value.c (value_contents_bits_eq): Initialize l,h for gcc -Wall.Pedro Alves2-1/+5
2014-08-20Adjust comments with example in itYao Qi5-4/+21
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves19-450/+554
2014-08-19Fix -fsanitize=address on unreadable inferior stringsJan Kratochvil2-2/+9
2014-08-19Remove stale commentPedro Alves2-1/+5
2014-08-19Convert target_structs vector to VECSimon Marchi2-26/+22
2014-08-19value_from_pointer: remove call to resolve_dynamic_typeJoel Brobecker2-6/+8
2014-08-19Set breakpoint on the right lineYao Qi2-1/+6
2014-08-19Support _Complex in hard-VFP abiYao Qi2-2/+37
2014-08-19Fix --diable-shared --enable-plugins build breakageAlan Modra4-234/+151
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