aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-main.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-05Implement putstr and putstrn in ui_fileTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Use gdb_stdlog for MI debuggingTom Tromey1-4/+4
2021-12-14gdb/mi: use separate classes for different types of MI commandJan Vrany1-34/+3
2021-12-14gdb/mi: int to bool conversion in mi_execute_cli_commandAndrew Burgess1-9/+13
2021-11-25gdb: introduce a new overload of target_can_async_pAndrew Burgess1-2/+2
2021-11-08gdb: tweak scoped_disable_commit_resumed uses when resuming all threads in no...Simon Marchi1-3/+4
2021-07-13gdb: disable commit-resumed on -exec-interrupt --thread-groupSimon Marchi1-0/+3
2021-05-27gdb: remove unnecessary lookup_cmd when deprecating commandsSimon Marchi1-12/+14
2021-05-19gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione1-7/+7
2021-04-01Use startswith in gdb subfolder.Martin Liska1-4/+4
2021-03-26gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi1-0/+4
2021-03-24gdb: remove current_top_target functionSimon Marchi1-3/+4
2021-03-24gdb: move all "current target" wrapper implementations to target.cSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-15/+15
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-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