aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
AgeCommit message (Expand)AuthorFilesLines
2023-01-06gdb/mi: add no-history stop reasonBruno Larsen2-0/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker27-27/+27
2022-12-19Use bool constants for value_print_optionsTom Tromey2-5/+5
2022-12-19Remove MI version 1Tom Tromey5-50/+3
2022-12-15gdb: remove static buffer in command_line_inputSimon Marchi1-1/+1
2022-11-30Use ui_file_up in mi_interpTom Tromey2-8/+6
2022-11-28Don't let tee_file own a streamTom Tromey2-10/+7
2022-11-10gdb/debuginfod: Improve progress updatesAaron Merey2-10/+50
2022-10-25gdb: remove spurious spaces after frame_info_ptrSimon Marchi1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves3-6/+4
2022-10-10gdb/frame: Add reinflation method for frame_info_ptrBruno Larsen1-0/+2
2022-10-10Change GDB to use frame_info_ptrTom Tromey2-16/+16
2022-10-10Remove frame_id_eqTom Tromey2-3/+3
2022-10-02gdb: update now gdbarch_register_name doesn't return nullptrAndrew Burgess1-14/+6
2022-10-02gdb/mi: new options for -data-disassemble commandAndrew Burgess1-7/+68
2022-10-02gdb/mi: some int to bool conversionAndrew Burgess1-12/+12
2022-10-02gdb: disassembler opcode display formattingAndrew Burgess1-3/+3
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-1/+1
2022-09-12Use checked_static_cast in more placesTom Tromey1-5/+2
2022-08-31Remove a call to clear_interpreter_hooksTom Tromey1-4/+0
2022-08-31Remove two unused members from mi_interpTom Tromey2-7/+2
2022-08-31Use ui_out_redirect_pop in more placesTom Tromey1-21/+8
2022-08-10gdb/mi: fix breakpoint script field outputSimon Marchi6-4/+42
2022-07-18Remove cli_out_newTom Tromey1-1/+1
2022-07-11Always emit =thread-exited notifications, even if silentPedro Alves1-3/+0
2022-06-22Move mi_interpreter to mi-interp.hTom Tromey3-51/+51
2022-06-17Eliminate the two-level data structures behind location_specsPedro Alves1-13/+12
2022-06-17event_location -> location_specPedro Alves1-6/+6
2022-05-20Rename base_breakpoint -> code_breakpointPedro Alves1-2/+2
2022-04-29Remove vtable_breakpoint_opsTom Tromey1-2/+2
2022-04-29Convert dprintf to vtable opsTom Tromey1-1/+1
2022-04-29Convert ordinary breakpoints to vtable opsTom Tromey1-1/+1
2022-04-29Convert tracepoints to vtable opsTom Tromey1-2/+2
2022-04-27gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi1-1/+1
2022-04-27gdb: remove BLOCK_FUNCTION macroSimon Marchi1-1/+1
2022-04-20Replace symbol_symtab with symbol::symtabTom Tromey1-4/+4
2022-04-11gdb: remove symbol value macrosSimon Marchi1-1/+1
2022-04-07gdb: remove symtab::objfileSimon Marchi1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey4-83/+83
2022-03-29Unify gdb putc functionsTom Tromey2-9/+9
2022-03-29Unify gdb puts functionsTom Tromey4-28/+28
2022-03-29Unify vprintf functionsTom Tromey1-1/+1
2022-03-29gdb/mi: fix use after free of frame_info causing spurious notificationsAndrew Burgess1-10/+34
2022-03-18gdb/python: remove gdb._mi_commands dictSimon Marchi2-0/+21
2022-03-16gdb/mi: consistently notify user when GDB/MI client uses -thread-selectJan Vrany4-47/+51
2022-03-14gdb/python/mi: create MI commands using pythonAndrew Burgess2-9/+32
2022-03-08gdb/mi: preserve user selected thread and frame when invoking MI commandsJan Vrany3-63/+34
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-02-25Print MI prompt on interrupted commandTom Tromey1-0/+11