gdb: LoongArch: Remove nonportable #include
[binutils-gdb.git] / gdb / mi /
2022-05-20 Pedro AlvesRename base_breakpoint -> code_breakpoint
2022-04-29 Tom TromeyRemove vtable_breakpoint_ops
2022-04-29 Tom TromeyConvert dprintf to vtable ops
2022-04-29 Tom TromeyConvert ordinary breakpoints to vtable ops
2022-04-29 Tom TromeyConvert tracepoints to vtable ops
2022-04-28 Simon Marchigdb: remove BLOCK_SUPERBLOCK macro
2022-04-28 Simon Marchigdb: remove BLOCK_FUNCTION macro
2022-04-20 Tom TromeyReplace symbol_symtab with symbol::symtab
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-04-07 Simon Marchigdb: remove symtab::objfile
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify gdb putc functions
2022-03-29 Tom TromeyUnify gdb puts functions
2022-03-29 Tom TromeyUnify vprintf functions
2022-03-29 Andrew Burgessgdb/mi: fix use after free of frame_info causing spurio...
2022-03-19 Simon Marchigdb/python: remove gdb._mi_commands dict
2022-03-16 Jan Vranygdb/mi: consistently notify user when GDB/MI client...
2022-03-14 Andrew Burgessgdb/python/mi: create MI commands using python
2022-03-08 Jan Vranygdb/mi: preserve user selected thread and frame when...
2022-03-07 Andrew Burgessgdb/mi: add --no-connection to MI -add-inferior command
2022-03-07 Umair Sairgdb/mi: fix regression in mi -add-inferior command
2022-02-25 Tom TromeyPrint MI prompt on interrupted command
2022-02-07 Lancelot SIXgdb: make thread_info::m_thread_fsm a std::unique_ptr
2022-02-06 Simon Marchigdb: remove SYMBOL_LINE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_IS_ARGUMENT macro
2022-02-06 Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-02-06 Simon Marchigdb: remove SYMTAB_OBJFILE macro
2022-02-06 Simon Marchigdb: remove SYMTAB_LINETABLE macro, add getter/setter
2022-02-06 Simon Marchigdb: remove SYMTAB_COMPUNIT macro, add getter/setter
2022-02-06 Simon Marchigdb: remove COMPUNIT_MACRO_TABLE macro, add getter...
2022-02-04 Tom TromeyRemove host_hex_value
2022-01-26 Tom TromeyAdd ui_file::wrap_here
2022-01-26 Tom TromeyConvert wrap_here to use integer parameter
2022-01-18 Tom TromeyMove gdb_regex to gdbsupport
2022-01-18 Tom TromeyMove gdb obstack code to gdbsupport
2022-01-05 Tom TromeyImplement putstr and putstrn in ui_file
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-29 Tom TromeyUse gdb_stdlog for MI debugging
2021-12-14 Andrew Burgessgdb/mi: rename build_table to add_builtin_mi_commands
2021-12-14 Jan Vranygdb/mi: rename mi_cmd to mi_command
2021-12-14 Jan Vranygdb/mi: use separate classes for different types of...
2021-12-14 Andrew Burgessgdb/mi: int to bool conversion in mi_execute_cli_command
2021-12-14 Jan Vranygdb/mi: use std::map for MI commands in mi-cmds.c
2021-12-14 Jan Vranygdb/mi: rename mi_lookup to mi_cmd_lookup
2021-11-25 Andrew Burgessgdb: introduce a new overload of target_can_async_p
2021-11-16 Andrew Burgessgdb/gdbsupport: make xstrprintf and xstrvprintf return...
2021-11-08 Simon Marchigdb: tweak scoped_disable_commit_resumed uses when...
2021-11-08 Simon Marchigdb: remove bpstat typedef, rename bpstats to bpstat
2021-10-03 Simon Marchigdb: make string-like set show commands use std::string...
2021-07-26 Tankut Baris Aktemurgdb/mi: handle no condition argument case for -break...
2021-07-23 Simon Marchigdb: make inferior::m_terminal an std::string
2021-07-13 Simon Marchigdb: disable commit-resumed on -exec-interrupt --thread...
2021-06-25 Andrew Burgessgdb/mi: add new --group-by-objfile flag for -file-list...
2021-06-25 Andrew Burgessgdb/mi: add regexp filtering to -file-list-exec-source...
2021-05-27 Simon Marchigdb: fix tab after space indentation issues
2021-05-27 Simon Marchigdb: fix some indentation issues
2021-05-27 Simon Marchigdb: remove unnecessary lookup_cmd when deprecating...
2021-05-19 Marco Barisionegdb: Pass std::strings to ui_out::field_string () where...
2021-05-06 Tankut Baris Aktemurgdb/mi: add a '--force' flag to the '-break-condition...
2021-05-06 Tankut Baris Aktemurgdb/mi: add a '--force-condition' flag to the '-break...
2021-04-24 Simon Marchigdbsupport, gdb: give names to observers
2021-04-21 Tankut Baris Aktemurgdb/breakpoint: add a 'force_condition' parameter to...
2021-04-01 Martin LiskaUse startswith in gdb subfolder.
2021-03-26 Tom TromeyUse function view in quick_symbol_functions::map_symbol...
2021-03-26 Simon Marchigdb: generalize commit_resume, avoid commit-resuming...
2021-03-24 Simon Marchigdb: remove current_top_target function
2021-03-24 Simon Marchigdb: move all "current target" wrapper implementations...
2021-02-25 Jan Vranygdb/mi: Remove extra \n from tsv and and traceframe...
2021-01-21 Simon Marchigdb: make some variables static
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-16 Tom Tromey[gdb/cli] Add a progress meter
2020-12-11 Tom TromeyChange all_root_varobjs to take a function_view
2020-11-19 Andrew Burgessgdb: convert some function arguments from int to bool
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-29 Tom TromeyRemove exec_filename macro
2020-09-29 Tom TromeyTurn target_can_execute_reverse into function
2020-09-29 Tom TromeyRemove target_has_registers macro
2020-09-16 Andrew Burgessgdb: Convert la_name and la_natural_name to methods
2020-09-13 Pedro AlvesAdd MI "-break-insert --qualified"
2020-07-22 Tom TromeyFix crash in -stack-list-arguments
2020-06-27 Pedro AlvesMake {get,set}_inferior_io_terminal inferior methods
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-05-08 Tom TromeyRemove ALL_SO_LIBS and so_list_head
2020-04-18 Tom TromeyChange get_objfile_arch to a method on objfile
2020-04-13 Tom TromeyMove event-loop.[ch] to gdbsupport/
2020-03-14 Tom TromeyUse common_val_print in mi-main.c
2020-01-17 Simon Marchigdb: remove uses of iterate_over_inferiors in mi/mi...
2020-01-17 Simon Marchigdb: remove use of iterate_over_inferiors in mi/mi...
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-10 Pedro AlvesMulti-target support
2020-01-10 Pedro AlvesIntroduce switch_to_inferior_no_thread
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-16 Christian BiesingerUse an accessor function for general_symbol_info::language
2019-12-04 Andrew Burgessgdb/mi: Add -max-results parameter to some -symbol...
2019-12-04 Andrew Burgessgdb/mi: Add -symbol-info-module-{variables,functions}
2019-11-27 Andrew Burgessgdb/mi: Add -symbol-info-modules command
2019-11-27 Andrew Burgessgdb/mi: Add new commands -symbol-info-{functions,variab...
2019-11-26 Simon MarchiAdd missing includes in dwarf-index-write.c and mi...
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
next