aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-08-19Fix debugging of stripped PIE executables with padded PT_TLSMichael Spang5-2/+128
2018-08-18Test case for DW_OP_GNU_variable_valueKevin Buettner3-0/+311
2018-08-18Add support of DW_OP_GNU_variable_value to DWARF assemblerKevin Buettner2-0/+18
2018-08-18Add support for DW_OP_GNU_variable_valueKevin Buettner5-0/+89
2018-08-17Remove "repeat" argument from command_line_inputTom Tromey7-13/+18
2018-08-17Fix use-after-free in number_or_range_parserTom Tromey2-1/+6
2018-08-17Fix asm in testsuite/gdb.arch/aarch64-fp.cAlan Hayward2-5/+16
2018-08-16Use gdb_test_no_output for compile tests expected to passKeith Seitz2-2/+7
2018-08-15Use pulongest in aarch64-linux-tdep.cTom Tromey2-2/+7
2018-08-14MI: Add -a option to the "-data-disassemble" commandJan Vrany8-12/+84
2018-08-14gdb: Fix instability in thread groups testAndrew Burgess2-1/+15
2018-08-13Define _FORTIFY_SOURCE in common-defs.hTom Tromey2-0/+16
2018-08-13Parse SVE registers in aarch64 core file reading/writingAlan Hayward3-2/+150
2018-08-13Detect SVE when reading aarch64 core filesAlan Hayward2-3/+93
2018-08-13Split size in regset section iteratorsAlan Hayward45-134/+240
2018-08-10Fix forgotten xstrprintf -> string_printf changeSimon Marchi2-1/+6
2018-08-10Use policies for code generationKeith Seitz2-157/+266
2018-08-10Use unique_ptr for htabsKeith Seitz3-23/+22
2018-08-10Move compile_instance to compile.cKeith Seitz6-193/+203
2018-08-10Change compile_instance/compile_c_instance into classesKeith Seitz9-260/+428
2018-08-10Add a C++ wrapper for GCC C plug-inKeith Seitz6-89/+180
2018-08-10Move C-related declarations to compile-c.hKeith Seitz8-64/+110
2018-08-10Rename symbol_substitution_nameKeith Seitz2-3/+9
2018-08-10Return unique_xmalloc_ptr for generate_c_for_variable_locationsKeith Seitz4-17/+22
2018-08-10Rename size in get_core_register_sectionAlan Hayward2-4/+9
2018-08-09RISC-V: Add configure support for riscv*-linux*.Jim Wilson6-0/+29
2018-08-09RISC-V: Add native linux support.Jim Wilson2-0/+281
2018-08-09RISC-V: Add linux target support.Jim Wilson2-0/+98
2018-08-09gdb: Make infrun.c:resume function staticAndrew Burgess3-11/+11
2018-08-09Minor formatting fixes in riscv-tdep.hTom Tromey2-4/+10
2018-08-09Fix some gettext ARI warningsSimon Marchi4-9/+16
2018-08-09gdb: Check element of optimised out vla existsAndrew Burgess4-2/+37
2018-08-09gdb: Merge similar tests into a single test scriptAndrew Burgess4-84/+34
2018-08-08Fix some comments in target.cSimon Marchi2-1/+8
2018-08-08Check result of "write"Tom Tromey2-1/+5
2018-08-08RISC-V: Add software single step support.Jim Wilson3-6/+260
2018-08-08RISC-V: Make riscv_isa_xlen a global function.Jim Wilson3-1/+9
2018-08-08gdb: Fix assert for extended-remote target (PR gdb/18050)Andrew Burgess5-0/+210
2018-08-08Fix gdb/remote.c build failureSzabolcs Nagy2-1/+6
2018-08-07Fix gdb.fortran/nested-funcs.exp failureSimon Marchi2-1/+6
2018-08-07Make target_options_to_string return an std::stringSimon Marchi5-32/+31
2018-08-07Allow CPPFLAGS to be set on the make command lineTom Tromey2-1/+7
2018-08-07Add doc and news for DWARF index cacheSimon Marchi4-0/+40
2018-08-07Add DWARF index cacheSimon Marchi16-25/+1040
2018-08-07Import gnulib's mkdir moduleSimon Marchi11-9/+336
2018-08-07Introduce mmap_file functionSimon Marchi5-4/+137
2018-08-07Make index reading functions more modularSimon Marchi2-44/+91
2018-08-07Replace some uses of xstrprintf with string_printfSimon Marchi11-83/+99
2018-08-07Support parallel make check with GNU make 4.2+Rainer Orth2-4/+10
2018-08-06Fix compilation failure in remote.cSimon Marchi2-10/+15