aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-27Constify some commands in record.cTom Tromey2-17/+29
2017-09-27Constify some commands in source.cTom Tromey2-3/+9
2017-09-27Constify commands maint.c, plus maintenance_print_typeTom Tromey4-26/+28
2017-09-27Constify unwind_commandTom Tromey2-1/+5
2017-09-27Constify some commands in target-descriptions.cTom Tromey2-3/+9
2017-09-27Constify maintenance_print_dummy_framesTom Tromey2-1/+5
2017-09-27Constify some commands in tui.cTom Tromey2-2/+6
2017-09-27Constify tui_reg_commandTom Tromey2-1/+5
2017-09-27Constify some commands in skip.cTom Tromey2-5/+11
2017-09-27Constify some commands in record-btrace.cTom Tromey2-2/+7
2017-09-27Constify some commands in symmisc.cTom Tromey2-7/+15
2017-09-27Constify new_ui_commandTom Tromey2-1/+5
2017-09-27Constify some commands in symfile.cTom Tromey2-19/+17
2017-09-27Constify some commands in spu-tdep.cTom Tromey2-5/+11
2017-09-27Constify some commands in cli-logging.cTom Tromey2-3/+7
2017-09-27Constify user_defined_commandTom Tromey2-1/+5
2017-09-27Constify commands in cli-dump.cTom Tromey2-16/+27
2017-09-27Constify some commands in cli-cmds.cTom Tromey2-9/+10
2017-09-27Constify maintenance_print_target_stackTom Tromey2-1/+5
2017-09-27Constify interpreter_exec_cmdTom Tromey2-1/+5
2017-09-27Constify cmd_record_full_restoreTom Tromey2-1/+5
2017-09-27Constify some functions in memattr.cTom Tromey2-3/+8
2017-09-27Constify show_convenienceTom Tromey2-3/+5
2017-09-27Constify core_file_commandTom Tromey3-2/+7
2017-09-27Constify maintenance_print_user_registersTom Tromey2-1/+5
2017-09-27Constify maintenance_cplus_namespaceTom Tromey2-1/+5
2017-09-27Constify first_component_commandTom Tromey2-2/+5
2017-09-27Constify some functions in psymtab.cTom Tromey2-3/+9
2017-09-27Constify display_tibTom Tromey2-1/+5
2017-09-27Constify two functions in linux-fork.cTom Tromey2-2/+7
2017-09-27Constify two functions in cp-abi.cTom Tromey2-2/+6
2017-09-27Constify dump_arc_instruction_commandTom Tromey2-1/+5
2017-09-27Constify two functions in valprint.cTom Tromey2-6/+6
2017-09-27Constify info_probes_dtrace_commandTom Tromey2-1/+5
2017-09-27Constify not_just_help_class_commandTom Tromey4-3/+9
2017-09-27Constify add_cmd gdb_bfd.cTom Tromey2-1/+5
2017-09-27Add add_cmd function overloadsTom Tromey11-31/+124
2017-09-27Add support for __VA_OPT__Tom Tromey4-10/+157
2017-09-27Prevent an infinite loop in the DWARF parsing code when encountering a CU str...Nick Clifton2-1/+16
2017-09-27PR22216, infinite loop in readelf process_symbol_tableAlan Modra2-18/+34
2017-09-27nds32: Fix a tautological comparison.Kuan-Lin Chen2-1/+6
2017-09-27Automatic date update in version.inGDB Administrator1-1/+1
2017-09-26x86-64: Don't pass output_bfd to info->callbacks->minfoH.J. Lu2-1/+6
2017-09-26dwarf2read: Restrict ICC workaround to ICC<14Walfred Tedeschi4-17/+200
2017-09-26Move GDB producer parsing routines to a separate fileWalfred Tedeschi8-57/+123
2017-09-26Use "switch_to_thread" more thoroughly on gdbserverSergio Durigan Junior5-4/+15
2017-09-26Allow linking GDB with ncurseswMatthias Klose5-7/+19
2017-09-26Fix an assertion failure when parsing a fuzzed x86_64 ELF binary.Nick Clifton2-1/+9
2017-09-26Fix incorrect register mask.Cary Coutant2-1/+6
2017-09-26Tidy reading data in read_formatted_entriesAlan Modra2-30/+13