aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-06Allow larger regblock sizes when saving tracefilesPedro Franco de Carvalho2-19/+29
2018-08-06Variable size for regs mask in collection listPedro Franco de Carvalho3-24/+59
2018-08-06Use remote register numbers in tracepoint maskPedro Franco de Carvalho3-86/+139
2018-08-06Use get_remote_packet_size in download_tracepointPedro Franco de Carvalho2-34/+109
2018-08-06Remove trailing '-' from the last QTDP action packetPedro Franco de Carvalho2-2/+7
2018-08-06Fix indentation in remote_target::download_tracepointPedro Franco de Carvalho2-18/+23
2018-08-06Update dg-extract-results.* from gccRainer Orth3-457/+10
2018-08-06Remove unused variables in procfs.c etc.Rainer Orth3-5/+7
2018-08-06gdb: Only run scheduler-locking tests if feature is supportedAndrew Burgess3-21/+103
2018-08-06gdb: Avoid using W_STOPCODE(0) as this is ambiguous on MIPSAndrew Burgess2-4/+17
2018-08-04[gdb/testsuite] Fix regexp in py-rbreak.expTom de Vries2-1/+5
2018-08-03Fix thinko when deciding whether to disable TCP's Nagle algorithmSergio Durigan Junior2-1/+7
2018-08-02Allow "info address" of a template parameterTom Tromey4-1/+44
2018-08-02Fix kill issue leading to zombie process on MacOS SierraXavier Roirand2-0/+24
2018-08-02Check results of get_darwin_inferiorTom Tromey2-14/+28
2018-07-31Document the GDB 8.1.1 release in gdb/ChangeLogJoel Brobecker1-0/+4
2018-07-31Fix segfault when invoking -var-info-path-expression on a dynamic varobjJan Vrany6-0/+223
2018-07-31Re-generate gnulib importSimon Marchi7-572/+1092
2018-07-31Delete test target descriptions when exitingSimon Marchi3-8/+28
2018-07-30Match any kind of error after "cannot resolve name" on lib/gdbserver-support....Sergio Durigan Junior2-1/+6
2018-07-30gdb: Fix sizeof for dynamic types other than arraysAndrew Burgess2-1/+8
2018-07-30Fix crash with -D_GLIBCXX_DEBUGTom Tromey2-3/+10