aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-05-03Add noyywrap to ada-lex.lDilyan Palauzov3-8/+8
2019-05-03[gdb/testsuite] Add cc-with-gdb-index.expTom de Vries2-0/+30
2019-05-03On MS-Windows, define _WIN32_WINNT in a single common place.Eli Zaretskii8-20/+28
2019-05-03Fix lookup of separate debug file on MS-Windows.Eli Zaretskii4-3/+42
2019-05-02gdb/rust: Handle printing structures containing stringsAndrew Burgess5-0/+30
2019-05-02Remove _initialize_valarithTom Tromey2-5/+4
2019-05-01Fix bug in assignment to nested packed structureTom Tromey5-3/+27
2019-05-01Fix big-endian aggregate assignment in AdaTom Tromey4-6/+23
2019-05-01[gdb/testsuite] Fix "unable to find usable gdb" error with cc-with-tweaks.expTom de Vries2-0/+9
2019-05-01[gdb/testsuite] Use cc-with-tweaks.exp in dwarf4-gdb-index.expTom de Vries2-20/+6
2019-04-30Support DW_FORM_strx1, _strx2, _strx3, _strx4 forms.Ali Tamur4-4/+59
2019-04-30gdb/windows-nat.c: Get rid of main_thread_id globalJoel Brobecker2-7/+16
2019-04-30(Windows) fix thr != nullptr assert failure in delete_thread_1Joel Brobecker2-2/+7
2019-04-30Fix "catch exception" with dynamic linkingTom Tromey9-30/+304
2019-04-30Fix crash in dwarf2read.c with template parametersTom Tromey4-7/+62
2019-04-30gdb/fortran: Add allocatable type qualifierAndrew Burgess9-24/+45
2019-04-30gdb/fortran: Update rules for printing whitespace in typesAndrew Burgess7-14/+34
2019-04-30gdb/fortran: print function arguments when printing function typeAndrew Burgess6-6/+168
2019-04-30gdb/fortran: Print 'void' type in lower caseAndrew Burgess6-4/+21
2019-04-30gdb/fortran: better types for components of complex numbersAndrew Burgess6-42/+118
2019-04-30gdb/fortran: Additional builtin proceduresAndrew Burgess6-7/+251
2019-04-30gdb/fortran: Introduce fortran-operator.def fileAndrew Burgess8-10/+167
2019-04-30gdb: Remove an unbalanced stray double quote from a commentAndrew Burgess2-1/+6
2019-04-29gdb: Introduce 'print max-depth' featureAndrew Burgess26-36/+1485
2019-04-29gdb: Introduce new language field la_is_string_type_pAndrew Burgess14-0/+177
2019-04-29gdb: Introduce new language field la_struct_too_deep_ellipsisAndrew Burgess13-15/+56
2019-04-29gdb/ada: Update some predicate functions to return boolAndrew Burgess3-6/+13
2019-04-29[gdb/testsuite] Fix regexp in skip_opencl_testsTom de Vries2-1/+5
2019-04-28Follow-up to Support style in 'frame|thread apply'Philippe Waroquiers2-1/+32
2019-04-27Have 'thread|frame apply' style their output.Philippe Waroquiers10-47/+123
2019-04-27Implement show | set may-call-functions [on|off]Philippe Waroquiers7-0/+86
2019-04-25c++/24367: Infinite recursion of typedef substitutionKeith Seitz5-3/+46
2019-04-25Fix memory leak in exception codeTom Tromey2-1/+11
2019-04-25Make exception handling more efficientTom Tromey20-63/+110
2019-04-25Avoid undefined behavior in Guile exception handlingTom Tromey16-82/+235
2019-04-25Make SJLJ exceptions more efficientTom Tromey4-6/+19
2019-04-25Remove exception_noneTom Tromey19-29/+50
2019-04-25[PATCH] Support for DW_FORM_strx tagAli Tamur3-2/+24
2019-04-25ChangeLog entries for the previous commit.Sergio Durigan Junior2-0/+15
2019-04-25Implement dump of mappings with ELF headers by gcoreSergio Durigan Junior3-13/+139
2019-04-25testsuite: Add option to capture gdbserver debugAlan Hayward6-2/+82
2019-04-25Detect invalid length field in debug frame FDE header.Sandra Loosemore2-7/+17
2019-04-24Fix Rust testingTom Tromey2-1/+7
2019-04-24Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_initSergio Durigan Junior2-2/+7
2019-04-24Fix passing of struct with bitfields on x86-64Tom Tromey5-4/+37
2019-04-23gdb/s12z: Use default gdbarch methods where possibleAndrew Burgess2-18/+7
2019-04-23gdb/rl78: Use default gdbarch methods where possibleAndrew Burgess2-9/+5
2019-04-23gdb/xstormy16: Use default gdbarch methods where possibleAndrew Burgess2-23/+8
2019-04-23gdb/vax: Use default gdbarch methods where possibleAndrew Burgess2-7/+5
2019-04-23gdb/v850: Use default gdbarch methods where possibleAndrew Burgess2-25/+8