aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-03-11Remove redundant assignment from dwarf2_find_containing_comp_unitTom Tromey2-1/+5
2019-03-09Remove unnecessary cases from rank_one_type's switchSimon Marchi2-33/+4
2019-03-09Split rank_one_type_parm_set from rank_one_typeSimon Marchi2-10/+23
2019-03-09Split rank_one_type_parm_struct from rank_one_typeSimon Marchi2-12/+27
2019-03-09Split rank_one_type_parm_complex from rank_one_typeSimon Marchi2-10/+23
2019-03-09Split rank_one_type_parm_float from rank_one_typeSimon Marchi2-19/+32
2019-03-09Split rank_one_type_parm_bool from rank_one_typeSimon Marchi2-25/+38
2019-03-09Split rank_one_type_parm_range from rank_one_typeSimon Marchi2-14/+27
2019-03-09Split rank_one_type_parm_char from rank_one_typeSimon Marchi2-41/+54
2019-03-09Split rank_one_type_parm_enum from rank_one_typeSimon Marchi2-16/+29
2019-03-09Split rank_one_type_parm_int from rank_one_typeSimon Marchi2-83/+96
2019-03-09Split rank_one_type_parm_func from rank_one_typeSimon Marchi2-7/+21
2019-03-09Split rank_one_type_parm_array from rank_one_typeSimon Marchi2-9/+23
2019-03-09Split rank_one_type_parm_ptr from rank_one_typeSimon Marchi2-63/+79
2019-03-09Ensure 'help set/show print inferior-events' shows the example events.Philippe Waroquiers2-2/+7
2019-03-09Support styling on native MS-Windows consoleEli Zaretskii7-1/+237
2019-03-07C++-ify bcacheTom Tromey16-316/+228
2019-03-07Fix normal_stop latent bugPedro Alves2-1/+7
2019-03-07gdb: Move value_from_host_double into value.c and make more use of itAndrew Burgess7-35/+29
2019-03-06Use SCOPE_EXIT in write_gcore_fileTom Tromey2-17/+7
2019-03-06Remove free_current_contentsTom Tromey3-31/+5
2019-03-06Remove basic cleanup codeTom Tromey7-217/+31
2019-03-06Use unique_xmalloc_ptr in remote.cTom Tromey2-5/+9
2019-03-06Remove last cleanups from stabsread.cTom Tromey2-46/+47
2019-03-06Remove last cleanup from linux-namespaces.cTom Tromey4-51/+22
2019-03-06Remove last cleanup solib-aix.cTom Tromey2-4/+10
2019-03-06Remove last cleanups from solib-svr4.cTom Tromey2-7/+15
2019-03-06Remove cleanup from solib-svr4.cTom Tromey2-30/+15
2019-03-06Remove last cleanup from gdbserverTom Tromey2-5/+11
2019-03-06C++ify remote notification codeTom Tromey4-99/+59
2019-03-06Change displaced_step_clear_cleanup to a forward_scope_exitTom Tromey2-19/+18
2019-03-06Update two cleanup commentsTom Tromey3-2/+7
2019-03-06Remove cleanups from coffread.cTom Tromey4-109/+72
2019-03-06Eliminate fork_info::clobber_regsPedro Alves2-44/+45
2019-03-06linux-fork.c: rewrite inf_has_multiple_threadsPedro Alves2-20/+15
2019-03-06C++ify fork_info, use std::listPedro Alves2-153/+125
2019-03-06Make "checkpoint" not rely on inferior_ptidPedro Alves3-17/+37
2019-03-06gdb/fortran: Handle older TYPE*SIZE typenamesAndrew Burgess4-0/+33
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-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