aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-06gdb/fortran: Add support for the ABS intrinsic functionAndrew Burgess5-1/+70
2019-03-06gdb/fortran: Use TYPE_CODE_CHAR for character typesAndrew Burgess4-2/+11
2019-03-06gdb/fortran: Add builtin 8-byte integer type with (kind=8) supportAndrew Burgess6-0/+18
2019-03-06gdb/fortran: Expand the set of types that support (kind=N)Andrew Burgess4-1/+87
2019-03-06gdb/fortran: Add Fortran 'kind' intrinsic and keywordAndrew Burgess11-4/+249
2019-03-06gdb/fortran: Enable debugging of the Fortran parserAndrew Burgess2-0/+6
2019-03-06gdb/fortran: Add new function to evaluate Fortran expressionsAndrew Burgess2-1/+28
2019-03-06gdb/fortran: Simplify handling of Fortran dot operations and keywordsAndrew Burgess4-52/+189
2019-03-06gdb/fortran: Cleanup code for parsing logical constantsAndrew Burgess4-17/+36
2019-03-06gdb/fortran: Remove some duplicate testsAndrew Burgess2-4/+5
2019-03-06Allow the use of the ORIGIN and LENGTH attributes in expressions inside MEMOR...Nick Bowler2-24/+26
2019-03-06Fix remote-sim.c build after warn-unused-result changeTom Tromey2-3/+7
2019-03-06Testsuite: Ensure changing directory does not break the log fileAlan Hayward2-2/+43
2019-03-06Fix a segmentation fault triggered by disassembling an EFi file with source i...Nick Clifton3-3/+11
2019-03-06Fortran function calls with argumentsRichard Bunt8-3/+457
2019-03-06Automatic date update in version.inGDB Administrator1-1/+1
2019-03-05Remove some Python 3 #ifsTom Tromey3-14/+7
2019-03-05Change the_dummy_target to be a globalTom Tromey2-5/+12
2019-03-05Small fix to gdb.Value constructor docSimon Marchi2-1/+6
2019-03-05Fix a spelling mistake: "complaint" instead of "compliant".Nick Clifton2-1/+6
2019-03-05Remove gdb_bfd_fdopenrTom Tromey3-15/+5
2019-03-05Updated Swedish translation for the binutils sub-directory.Nick Clifton2-1698/+1802
2019-03-05Remove excess calls to gdb_flushTom Tromey25-58/+38
2019-03-05Add ATTRIBUTE_UNUSED_RESULT to ref_ptr::releaseTom Tromey5-10/+18
2019-03-05Add ATTRIBUTE_UNUSED_RESULT to scoped_remote_fd::releaseTom Tromey2-1/+6
2019-03-05Add ATTRIBUTE_UNUSED_RESULT to macro_bufferTom Tromey2-1/+6
2019-03-05Add ATTRIBUTE_UNUSED_RESULT to scoped_mmapTom Tromey3-7/+10
2019-03-05Add ATTRIBUTE_UNUSED_RESULT to scoped_fdTom Tromey2-1/+6
2019-03-05Add ATTRIBUTE_UNUSED_RESULT to parser_stateTom Tromey2-1/+6
2019-03-05Introduce ATTRIBUTE_UNUSED_RESULT and use itTom Tromey3-1/+13
2019-03-05Allow multiple tests to be run on systems with older versions of TCL installed.Matthew Malcomson2-4/+10
2019-03-05Automatic date update in version.inGDB Administrator1-1/+1
2019-03-04Use '$enable_unittest' instead of '$development' on gdbserver/configure.srv (...Sergio Durigan Junior2-1/+7
2019-03-04gdbserver short-circuit-argument-list failuresRichard Bunt3-26/+89
2019-03-04Stop objcopy from attempting to copy thin archives.Nick Clifton2-0/+26
2019-03-04Automatic date update in version.inGDB Administrator1-1/+1
2019-03-03Automatic date update in version.inGDB Administrator1-1/+1
2019-03-02Fix documentation of styles.Eli Zaretskii2-6/+15
2019-03-02Avoid compilation warnings on MinGW.Eli Zaretskii3-2/+10
2019-03-02GDB no longer supports Windows before XP.Eli Zaretskii2-0/+8
2019-03-02Fix GDB compilation on MinGW (PR gdb/24292)Eli Zaretskii6-10/+39
2019-03-02Automatic date update in version.inGDB Administrator1-1/+1
2019-03-01Revert "Add support to GNU ld to separate got related plt entries"Andreas Krebbel19-106/+130
2019-03-01Fix coff_start_symtab resource leak found by CoverityGary Benson2-4/+5
2019-03-01Binutils: Always skip only 1 byte for CIE version 1's return address register.Tamar Christina2-4/+12
2019-03-01PR24272, out-of-bounds read in pex64_xdata_print_uwd_codesAlan Modra2-39/+38
2019-03-01Automatic date update in version.inGDB Administrator1-1/+1
2019-02-28Testsuite: Catch gdbserver socket listen errorsAlan Hayward2-1/+6
2019-02-28Can't interrupt process without controlling terminal on Solaris (PR gdb/8527)Rainer Orth5-0/+170
2019-02-28Prevent a buffer overrun error when attempting to parse a corrupt ELF file.Nick Clifton2-1/+17