aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-main.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-3/+3
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
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-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Introduce switch_to_inferior_no_threadPedro Alves1-5/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-06Use strtok_r instead of strtokChristian Biesinger1-1/+2
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-3/+3
2019-10-07Renaming of ctf (the trace format) filesWeimin Pan1-1/+0
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-07-17Rename field_int to field_signedTom Tromey1-18/+18
2019-07-15Use field_string in more placesTom Tromey1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-5/+5
2019-06-04Introduce and use make_unique_xstrdupPedro Alves1-1/+1
2019-05-17MI: Add new command -completeJan Vrany1-0/+45
2019-05-10Fix GDB build when using --disable-gdbmiSimon Marchi1-19/+1
2019-04-25Make exception handling more efficientTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-2/+2
2019-04-08Rewrite TRY/CATCHTom Tromey1-6/+4
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-1/+1
2019-03-13Fix MI output for multi-location breakpointsSimon Marchi1-0/+27
2019-03-13Factor out mi_ui_out instantiation logicSimon Marchi1-10/+2
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-21Remove duplicate or commented-out #includesTom Tromey1-1/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-3/+2
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi1-5/+5
2018-10-04Simple -Wshadow=local fixesTom Tromey1-5/+5
2018-08-14MI: Add -a option to the "-data-disassemble" commandJan Vrany1-0/+1
2018-07-22Simple unused variable removalsTom Tromey1-1/+0
2018-07-03Remove ptid_equalTom Tromey1-5/+5
2018-07-03Remove ptid_get_pidTom Tromey1-4/+4
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-23/+24
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-4/+4
2018-05-25Remove interp_ui_outTom Tromey1-1/+1
2018-05-04Add missing "breaks"Tom Tromey1-0/+1
2018-05-03Convert struct target_ops to C++Pedro Alves1-8/+5
2018-04-09Remove VEC(tsv_s), use std::vector insteadSimon Marchi1-1/+1
2018-04-06Introduce a gdb_ref_ptr specialization for struct valueTom Tromey1-2/+0
2018-03-19Convert observers to C++Tom Tromey1-5/+5
2018-02-21Class readonly_detached_regcacheYao Qi1-6/+6
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-5/+0
2017-11-24Change value_contents_eq return boolYao Qi1-2/+2
2017-11-24Change register_changed_p returns boolYao Qi1-20/+12
2017-11-23Fix memory leak in list_available_thread_groupsSimon Marchi1-16/+6
2017-11-22C++ify osdataSimon Marchi1-78/+35
2017-11-07Constify execute_commandTom Tromey1-2/+2
2017-11-07Constify add_setshow_*Tom Tromey1-1/+1