aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-03BFD whitespace fixesAlan Modra24-188/+197
2019-04-03Automatic date update in version.inGDB Administrator1-1/+1
2019-04-02RISC-V: Don't check ABI flags if no code section.Jim Wilson2-2/+39
2019-04-02Automatic date update in version.inGDB Administrator1-1/+1
2019-04-01gdb/fortran: Handle internal function callsAndrew Burgess5-5/+34
2019-04-01gdb: Add $_cimag and $_creal internal functionsAndrew Burgess10-2/+234
2019-04-01Fix internal error and improve 'set debug infrun 1'/target wait kind tracePhilippe Waroquiers4-72/+31
2019-04-01Handle DW_AT_ranges when reading partial symtabsTom Tromey6-0/+234
2019-04-01Destroy allocated values when exiting GDBSergio Durigan Junior4-0/+25
2019-04-01[GAS, Arm] CLI with architecture sensitive extensionsAndre Vieira43-53/+2878
2019-04-01Add gdb.Value.format_string ()Marco Barisione6-0/+1377
2019-04-01Add myself to gdb/MAINTAINERSMarco Barisione1-0/+1
2019-04-01PR24402, global buffer overflow in symtab_finalizeAlan Modra2-2/+9
2019-04-01Automatic date update in version.inGDB Administrator1-1/+1
2019-03-31Automatic date update in version.inGDB Administrator1-1/+1
2019-03-30RISC-V: Relax tail/j to c.j for RV64.Jim Wilson2-2/+10
2019-03-30Introduce new convenience variables $_gdb_major and $_gdb_minorEli Zaretskii7-13/+64
2019-03-30Automatic date update in version.inGDB Administrator1-1/+1
2019-03-29Add usage for commands in printcmd.cTom Tromey4-24/+47
2019-03-29Allow really large fortran array bounds: fortran type/value printersKeith Seitz7-13/+110
2019-03-29Allow really large fortran array bounds: TYPE_LENGTH to ULONGESTKeith Seitz13-27/+54
2019-03-29bfd: xtensa: fix shrink_dynamic_reloc_sections for export-dynamicMax Filippov5-1/+29
2019-03-29Automatic date update in version.inGDB Administrator1-1/+1
2019-03-28sim: fix all sim buildsAndrew Burgess3-0/+8
2019-03-28Fix format specification in display_selector() (again)Jon Turney2-2/+9
2019-03-28Fix gdb.multi/multi-term-settings.exp blocking under high load/slow gdbPhilippe Waroquiers2-1/+5
2019-03-28Fix gdb.multi/multi-arch-exec.exp blocking under high load/slow gdbPhilippe Waroquiers2-1/+5
2019-03-28Fix GDB being suspended SIGTTOU when running gdb.multi/multi-arch-exec.expPhilippe Waroquiers2-0/+8
2019-03-28Fix stepping past unwritable kernel helper on nios2-linux-gnu.Sandra Loosemore6-17/+71
2019-03-28Testsuite: set sysroot when using gdbserverAlan Hayward2-0/+8
2019-03-28sim: fix aarch64 sim buildAndrew Burgess3-0/+7
2019-03-28AArch64: View the pseudo V registers as vectorsAlan Hayward2-5/+52
2019-03-28AArch64: 128bit views for SVE registersAlan Hayward2-0/+18
2019-03-28gdbserver: Ensure AT_HWCAP2 is definedAlan Hayward2-0/+8
2019-03-28PR24392, Clang warning Wtautological-constant-out-of-range-compareAlan Modra7-29/+53
2019-03-28PR24390, Don't decode mtfsb field as a cr fieldAlan Modra8-15/+43
2019-03-28Automatic date update in version.inGDB Administrator1-1/+1
2019-03-28sim/common: Fix warnings: "warning: implicit declaration of function..."Stafford Horne7-0/+28
2019-03-28sim/common: convert sim-arange to use sim-inlineStafford Horne8-36/+83
2019-03-27Fix buffer overflow regression due to minsym malloc-ed instead of obstack-ed.Philippe Waroquiers2-8/+15
2019-03-27Testsuite: Ensure interrupt-daemon-attach doesn't run foreverAlan Hayward2-2/+14
2019-03-27Automatic date update in version.inGDB Administrator1-1/+1
2019-03-26gdb-gdb.py.in: Fix error when printing range typeJoel Brobecker2-7/+28
2019-03-26gdb: Make python display_hint None handling defined behaviourAndrew Burgess6-2/+40
2019-03-26gdb/testsuite: Make test names unique in gdb.python/py-prettyprint.expAndrew Burgess2-12/+21
2019-03-26gdb: Avoid trailing whitespace when pretty printingAndrew Burgess6-3/+129
2019-03-26Fix Powerpc buildAlan Hayward2-0/+5
2019-03-26Add AArch64 Pointer Authentication to the NEWS fileAlan Hayward2-0/+6
2019-03-26AArch64/Arm: Update testcases fixing endiannes and linux targetsTamar Christina11-146/+145
2019-03-26gdbserver: Add linux_get_hwcapAlan Hayward7-122/+79