aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-17Add debug redirect optionAlan Hayward2-9/+26
2019-05-17Change file close behavior for tee_fileAlan Hayward1-5/+14
2019-05-17MI: Add new command -completeJan Vrany3-0/+47
2019-05-10Fix GDB build when using --disable-gdbmiSimon Marchi3-28/+4
2019-04-25Make exception handling more efficientTom Tromey1-1/+1
2019-04-25Remove exception_noneTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey4-5/+5
2019-04-08Rewrite TRY/CATCHTom Tromey4-15/+10
2019-04-08Make exceptions use std::string and be self-managingTom Tromey3-17/+11
2019-03-19Don't show "display"s twice in MITom Tromey1-2/+7
2019-03-13Fix MI output for multi-location breakpointsSimon Marchi4-2/+44
2019-03-13Factor out mi_ui_out instantiation logicSimon Marchi4-31/+27