aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-07C++-ify struct thread_fsmTom Tromey1-2/+2
2019-02-07Normalize include guards in gdbTom Tromey9-30/+28
2019-01-25Normalize includes to use common/Tom Tromey3-3/+3
2019-01-21Remove duplicate or commented-out #includesTom Tromey1-1/+0
2019-01-17Add compunits range adapter to objfileTom Tromey1-1/+1
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-1/+1
2019-01-17Replace "the the" with "the"Tom Tromey1-1/+1
2019-01-09Remove ALL_OBJFILES and ALL_FILETABSTom Tromey1-10/+15
2019-01-09Remove ALL_COMPUNIT_FILETABSTom Tromey1-1/+0
2019-01-09Remove ALL_OBJFILE_COMPUNITSTom Tromey1-1/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker27-27/+27
2018-12-30Change input_handler to take a unique_xmalloc_ptrTom Tromey1-3/+4
2018-12-28Add output styles to gdbTom Tromey2-5/+10
2018-11-25Remove obsolete comments from field_fmtTom Tromey1-2/+0
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2-38/+27
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi1-5/+5
2018-10-04Simple -Wshadow=local fixesTom Tromey2-6/+6
2018-09-28gdb: Change how frames are selected for 'frame' and 'info frame'.Andrew Burgess1-1/+76
2018-08-14MI: Add -a option to the "-data-disassemble" commandJan Vrany2-10/+27
2018-07-22Simple unused variable removalsTom Tromey1-1/+0
2018-07-03Remove ptid_equalTom Tromey2-7/+7
2018-07-03Remove ptid_is_pidTom Tromey1-2/+2
2018-07-03Remove ptid_get_pidTom Tromey2-5/+5
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves3-68/+64
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-4/+4
2018-05-25Add "name" method to class interpTom Tromey1-4/+4
2018-05-25Remove interp_nameTom Tromey1-2/+0
2018-05-25Remove interp_ui_outTom Tromey2-9/+9
2018-05-25Change the as_*_interp functions to use dynamic_castTom Tromey1-3/+1
2018-05-21Change ada_catchpoint::excep_string to be a std::stringTom Tromey1-13/+5
2018-05-04Add missing "breaks"Tom Tromey2-0/+2
2018-05-04Use function_view in cli-script.cTom Tromey1-24/+16
2018-05-04Use counted_command_line everywhereTom Tromey1-1/+1
2018-05-03Convert struct target_ops to C++Pedro Alves1-8/+5
2018-04-30Make do_is_mi_like_p const.Tom Tromey1-1/+1
2018-04-09Remove VEC(tsv_s), use std::vector insteadSimon Marchi2-3/+3
2018-04-07Implement write_async_safe for mi_console_file (PR 22299)Simon Marchi2-2/+33