aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
AgeCommit message (Expand)AuthorFilesLines
2021-01-20gdb: make some variables staticSimon Marchi1-3/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker27-27/+27
2020-12-16[gdb/cli] Add a progress meterTom Tromey1-0/+12
2020-12-11Change all_root_varobjs to take a function_viewTom Tromey1-18/+8
2020-11-19gdb: convert some function arguments from int to boolAndrew Burgess1-3/+3
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi8-88/+88
2020-10-29Remove exec_filename macroTom Tromey1-2/+2
2020-09-28Turn target_can_execute_reverse into functionTom Tromey1-2/+2
2020-09-28Remove target_has_registers macroTom Tromey1-1/+1
2020-09-16gdb: Convert la_name and la_natural_name to methodsAndrew Burgess1-1/+1
2020-09-13Add MI "-break-insert --qualified"Pedro Alves1-1/+9
2020-07-22Fix crash in -stack-list-argumentsTom Tromey1-3/+2
2020-06-27Make {get,set}_inferior_io_terminal inferior methodsPedro Alves1-5/+4
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi3-9/+9
2020-05-08Remove ALL_SO_LIBS and so_list_headTom Tromey1-2/+1
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-2/+2
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey2-2/+2
2020-03-13Use common_val_print in mi-main.cTom Tromey1-3/+1
2020-01-17gdb: remove uses of iterate_over_inferiors in mi/mi-main.cSimon Marchi1-46/+27
2020-01-17gdb: remove use of iterate_over_inferiors in mi/mi-interp.cSimon Marchi1-28/+21
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi4-4/+8
2020-01-10Multi-target supportPedro Alves1-4/+6
2020-01-10Introduce switch_to_inferior_no_threadPedro Alves1-5/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker27-27/+27
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger1-1/+1
2019-12-04gdb/mi: Add -max-results parameter to some -symbol-info-* commandsAndrew Burgess1-7/+39
2019-12-04gdb/mi: Add -symbol-info-module-{variables,functions}Andrew Burgess3-0/+161
2019-11-27gdb/mi: Add -symbol-info-modules commandAndrew Burgess3-0/+39
2019-11-27gdb/mi: Add new commands -symbol-info-{functions,variables,types}Andrew Burgess3-0/+215
2019-11-26Add missing includes in dwarf-index-write.c and mi/mi-interp.cSimon Marchi1-0/+3
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-2/+2
2019-11-06Use strtok_r instead of strtokChristian Biesinger1-1/+2
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries3-5/+5
2019-10-10Move declaration of varobjdebug to headerChristian Biesinger1-2/+0
2019-10-07Renaming of ctf (the trace format) filesWeimin Pan1-1/+0
2019-10-01Introduce metadata styleTom Tromey2-4/+5
2019-10-01Introduce gdb-specific %p format suffixesPedro Alves2-3/+5
2019-10-01Remove the ui_out_style_kind enumTom Tromey2-6/+6
2019-09-19bfd_section_* macrosAlan Modra1-2/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-08-07Make struct frame_arg self-managingTom Tromey1-5/+1
2019-08-06Add more styling to "disassemble"Tom Tromey1-0/+5
2019-07-17Rename field_int to field_signedTom Tromey8-50/+50
2019-07-15Fix a FIXME in mi-out.cTom Tromey1-4/+1
2019-07-15Introduce field_unsignedTom Tromey2-0/+13
2019-07-15Use field_string in more placesTom Tromey2-2/+2
2019-07-09Rename common to gdbsupportTom Tromey7-11/+11
2019-06-15gdb/mi: New commands to catch C++ exceptionsAndrew Burgess3-0/+80
2019-06-13Make "backtrace" support -OPT optionsPedro Alves1-8/+15
2019-06-04Introduce and use make_unique_xstrdupPedro Alves1-1/+1