]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/mi/mi-cmd-stack.c
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / mi / mi-cmd-stack.c
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-11-29  Tom TromeyUse C++17 [[fallthrough]] attribute
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-05-26  Tom TromeyMake MI commands const-correct
2023-05-04  Gareth ReesDon't treat references to compound values as "simple".
2023-04-29  Manoj Guptagdb: Fix building with latest libc++
2023-02-19  Tom TromeyRemove ALL_BLOCK_SYMBOLS
2023-02-13  Tom TromeyTurn many optimized-out value functions into methods
2023-02-13  Tom TromeyTurn some value offset functions into method
2023-02-13  Tom TromeyTurn value_type into method
2023-01-25  Tom TromeyClean up unusual code in mi-cmd-stack.c
2023-01-20  Simon Marchigdb: make frame_info_ptr auto-reinflatable
2023-01-20  Simon Marchigdb: make frame_info_ptr grab frame level and id on...
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-19  Tom TromeyUse bool constants for value_print_options
2022-10-19  Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-10  Bruno Larsengdb/frame: Add reinflation method for frame_info_ptr
2022-10-10  Tom TromeyChange GDB to use frame_info_ptr
2022-10-10  Tom TromeyRemove frame_id_eq
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-04-28  Simon Marchigdb: remove BLOCK_SUPERBLOCK macro
2022-04-28  Simon Marchigdb: remove BLOCK_FUNCTION macro
2022-03-16  Jan Vranygdb/mi: consistently notify user when GDB/MI client...
2022-03-08  Jan Vranygdb/mi: preserve user selected thread and frame when...
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-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-07-22  Tom TromeyFix crash in -stack-list-arguments
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
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-11-22  Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-08-07  Tom TromeyMake struct frame_arg self-managing
2019-07-17  Tom TromeyRename field_int to field_signed
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-12  Pedro AlvesMake "backtrace" support -OPT options
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-08  Tom TromeyMake exceptions use std::string and be self-managing
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-09-28  Andrew Burgessgdb: Change how frames are selected for 'frame' and...
2018-05-05  Tom TromeyAdd missing "breaks"
2018-02-26  Tom TromeyChange frame_filter_flags to use DEF_ENUM_FLAGS_TYPE
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-04-22  Tom TromeyUse ui_out_emit_list
2017-04-22  Tom TromeyUse ui_out_emit_tuple in more places in MI
2017-04-22  Tom TromeyUse ui_out_emit_tuple
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-04-05  Pedro Alves-Wwrite-strings: Constify mi_cmd_argv_ftype's 'command...
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-22  Simon MarchiClass-ify ui_out
2016-05-08  Trevor Saundersremove trivialy unused variables
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-08-01  Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-07-31  Simon MarchiMostly trivial enum fixes
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-02-27  Pedro Alvesmi/mi-cmd-stack.c|frame filters: print_values <-> ext_l...
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-06-18  Tom Tromeyconstify struct block in some places
2014-02-06  Doug EvansExtension Language API
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18  Tom Tromeyremove gdb_string.h
2013-09-17  Pedro AlvesPR gdb/15911: "info threads" changes the default source...
2013-08-27  Yao QiAdd options to skip unavailable locals
2013-08-27  Yao QiAdd mi_getopt_allow_unknown
2013-08-08  Yao Qigdb/
2013-08-08  Yao Qigdb/
2013-08-01  Yao Qigdb/
2013-07-09  Doug Evans * defs.h (enum val_prettyformat): Renamed from val_pre...
2013-06-03  Yao Qigdb/
2013-05-30  Tom Tromeyfix mi-cmd-stack.c
2013-05-10  Phil Muldoon2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-14  Tom Tromey * c-exp.y (block, variable, name_not_typename, lex_one...
2012-05-10  Tom Tromey * tracepoint.c (scope_info): Update.
2012-03-27  Pedro Alves2012-03-27 Pedro Alves <palves@redhat.com>
2012-03-06  Stan Shebs * mi/mi-cmd-break.c: Enforce coding standards, fix...
2012-02-03  Joel BrobeckerGDB/MI: crash printing "_task" (Ada) argument
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-10-09  Jan Kratochvilgdb/
2011-10-09  Jan Kratochvilgdb/
2011-09-11  Jan Kratochvilgdb/
2011-08-28  Jan Kratochvilgdb/
2011-08-04  Pedro Alves2011-08-04 Pedro Alves <pedro@codesourcery.com>
2011-01-12  Tom Tromeygdb
2011-01-06  Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
2010-09-16  Phil Muldoon2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
2010-05-17  Michael Snyder2010-05-17 Michael Snyder <msnyder@vmware.com>
2010-05-06  Michael Snyder2010-05-05 Michael Snyder <msnyder@vmware.com>
2010-02-10  Vladimir Prus * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add...
2010-01-01  Joel BrobeckerUpdate copyright year in most headers.
2009-10-10  Pedro Alves * mi/mi-cmd-stack.c (list_args_or_locals): Use interna...
2009-09-19  Vladimir Prus * mi/mi-cmd-stack.c (list_args_or_locals): Workaround
next