aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-cmd-stack.c
AgeCommit message (Expand)AuthorFilesLines
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-4/+4
2020-07-22Fix crash in -stack-list-argumentsTom Tromey1-3/+2
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-3/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-2/+2
2019-08-07Make struct frame_arg self-managingTom Tromey1-5/+1
2019-07-17Rename field_int to field_signedTom Tromey1-3/+3
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-06-13Make "backtrace" support -OPT optionsPedro Alves1-8/+15
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-6/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-09-28gdb: Change how frames are selected for 'frame' and 'info frame'.Andrew Burgess1-1/+76
2018-05-04Add missing "breaks"Tom Tromey1-0/+1
2018-02-26Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPETom Tromey1-5/+6
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-04-22Use ui_out_emit_listTom Tromey1-11/+3
2017-04-22Use ui_out_emit_tuple in more places in MITom Tromey1-6/+3
2017-04-22Use ui_out_emit_tupleTom Tromey1-4/+1
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-04-05-Wwrite-strings: Constify mi_cmd_argv_ftype's 'command' parameterPedro Alves1-8/+8
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-9/+8
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-6/+6
2016-05-07remove trivialy unused variablesTrevor Saunders1-3/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-1/+1
2015-07-31Mostly trivial enum fixesSimon Marchi1-2/+2
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-7/+10
2015-02-27mi/mi-cmd-stack.c|frame filters: print_values <-> ext_lang_frame_argsPedro Alves1-7/+24
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-06-18constify struct block in some placesTom Tromey1-1/+1
2014-02-05Extension Language APIDoug Evans1-19/+19
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-09-17PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves1-2/+2
2013-08-27Add options to skip unavailable localsYao Qi1-20/+57
2013-08-27Add mi_getopt_allow_unknownYao Qi1-19/+31
2013-08-08gdb/Yao Qi1-1/+4
2013-08-08gdb/Yao Qi1-4/+3
2013-08-01gdb/Yao Qi1-10/+69
2013-07-09 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans1-1/+1
2013-06-03gdb/Yao Qi1-21/+4
2013-05-30fix mi-cmd-stack.cTom Tromey1-4/+1
2013-05-102013-05-10 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-41/+188