aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-05-04Remove a VEC from aarch64-tdep.cTom Tromey2-21/+22
2019-05-04Remove a VEC from ppc-linux-nat.cTom Tromey2-28/+39
2019-05-04Change arc_tdesc_init to return boolTom Tromey2-9/+13
2019-05-04Use gdb_assert_not_reached in arm-linux-nat.cTom Tromey2-1/+6
2019-05-04Use "false" in compile_cplus_convert_enumTom Tromey2-1/+6
2019-05-04Use bool, true, and false in arc-tdep.cTom Tromey2-4/+8
2019-05-04Use "false" in select_frame_for_miTom Tromey2-1/+5
2019-05-04Change valid_command_p to return boolTom Tromey2-3/+7
2019-05-04Change valid_user_defined_cmd_name_p to return boolTom Tromey3-5/+10
2019-05-04Fix incorrect use of 'is' operator for comparison in python/lib/gdb/command/p...Raul Tambre2-2/+8
2019-05-04Don't derive partial_symbol from general_symbol_infoTom Tromey4-46/+72
2019-05-04[gdb/testsuite] Add cc-with-debug-names.expTom de Vries4-2/+40
2019-05-04Fix leaks by clearing registers and frame caches.Philippe Waroquiers3-0/+12
2019-05-03Remove "struct" from foreach statementsTom Tromey9-12/+33
2019-05-03Fix cast of character to enum type in AdaTom Tromey6-3/+23
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