aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-main.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-19Use bool constants for value_print_optionsTom Tromey1-4/+4
2022-12-19Remove MI version 1Tom Tromey1-1/+0
2022-10-25gdb: remove spurious spaces after frame_info_ptrSimon Marchi1-1/+1
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-5/+5
2022-10-10Remove frame_id_eqTom Tromey1-1/+1
2022-10-02gdb: update now gdbarch_register_name doesn't return nullptrAndrew Burgess1-14/+6
2022-08-10gdb/mi: fix breakpoint script field outputSimon Marchi1-1/+10
2022-06-22Move mi_interpreter to mi-interp.hTom Tromey1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-10/+10
2022-03-29Unify gdb puts functionsTom Tromey1-21/+21
2022-03-29gdb/mi: fix use after free of frame_info causing spurious notificationsAndrew Burgess1-10/+34
2022-03-16gdb/mi: consistently notify user when GDB/MI client uses -thread-selectJan Vrany1-9/+42
2022-03-08gdb/mi: preserve user selected thread and frame when invoking MI commandsJan Vrany1-63/+11
2022-03-07gdb/mi: add --no-connection to MI -add-inferior commandAndrew Burgess1-5/+40
2022-03-07gdb/mi: fix regression in mi -add-inferior commandUmair Sair1-0/+4
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