aboutsummaryrefslogtreecommitdiff
path: root/gdb/stack.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-01Use styled_string in more placesTom Tromey1-3/+6
2019-10-01Introduce metadata styleTom Tromey1-9/+15
2019-10-01Remove the ui_out_style_kind enumTom Tromey1-7/+9
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-4/+4
2019-08-27gdb: Add new -n flag to some info commandsAndrew Burgess1-4/+73
2019-08-16Move [PAC] into a new MI field addr_flagsAlan Hayward1-9/+20
2019-08-07Make struct frame_arg self-managingTom Tromey1-12/+6
2019-08-07AArch64 pauth: Indicate unmasked addresses in backtraceAlan Hayward1-1/+5
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-6/+7
2019-08-05Use _() in calls to build_helpTom Tromey1-4/+4
2019-07-29Implement 'set print frame-info|frame-arguments presence'.Philippe Waroquiers1-18/+108
2019-07-27Prefer symtab symbol over minsym for function names in non-contiguous blocksKevin Buettner1-56/+15
2019-07-17Rename field_int to field_signedTom Tromey1-5/+5
2019-07-11gdb: Add command completers for some info commandsAndrew Burgess1-4/+6
2019-07-11gdb: Make use of gdb::option framework for some info commandsAndrew Burgess1-28/+10
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-06-15gdb: Don't allow annotations to influence what else GDB printsAndrew Burgess1-32/+28
2019-06-15gdb: Remove an update of current_source_line and current_source_symtabAndrew Burgess1-4/+3
2019-06-13Make "frame apply" support -OPT optionsPedro Alves1-31/+191
2019-06-13"backtrace full/no-filters/hide" completerPedro Alves1-22/+62
2019-06-13Make "backtrace" support -OPT optionsPedro Alves1-97/+239
2019-06-13"set print raw frame-arguments" -> "set print raw-frame-arguments"Pedro Alves1-2/+14
2019-05-04Use "false" in select_frame_for_miTom Tromey1-1/+1
2019-04-27Have 'thread|frame apply' style their output.Philippe Waroquiers1-1/+2
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-11/+11
2019-04-08Rewrite TRY/CATCHTom Tromey1-33/+22
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-16/+16
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Style addressesTom Tromey1-1/+2
2018-12-28Style variable namesTom Tromey1-1/+1
2018-12-28Add output styles to gdbTom Tromey1-6/+9
2018-11-02QUIET flag initialization missing in 2 places.Philippe Waroquiers1-1/+1
2018-10-27Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|var...Philippe Waroquiers1-18/+121
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi1-2/+1
2018-10-04Simple -Wshadow=local fixesTom Tromey1-3/+2
2018-09-28gdb: Change how frames are selected for 'frame' and 'info frame'.Andrew Burgess1-173/+353
2018-08-23Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner1-1/+1
2018-08-22MI: Print frame architecture when printing frames on an MI channelJan Vrany1-0/+3
2018-07-22Simple unused variable removalsTom Tromey1-1/+2
2018-07-12Implement frame apply [all | COUNT | -COUNT | level LEVEL... ] [FLAG]... COMM...Philippe Waroquiers1-23/+285
2018-06-27Update "func" help text to GNU standardsTom Tromey1-2/+2
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-1/+1
2018-05-30(ARI) remove trailing newline in call to error in stack.c::func_commandJoel Brobecker1-1/+1
2018-05-24gdb: Split func_command into two parts.Andrew Burgess1-30/+37
2018-05-24PATCH (obvious): Fix a comment, and pass stream to cb_data.Philippe Waroquiers1-4/+2
2018-05-24gdb: Restore selected frame in print_frame_local_varsAndrew Burgess1-20/+4
2018-05-19Remove useless variable int i in backtrace_command_1Philippe Waroquiers1-2/+1
2018-05-19Fix reference in comment: SRC_AND_LOC instead of LOC_AND_SRCPhilippe Waroquiers1-1/+1
2018-04-06Introduce a gdb_ref_ptr specialization for struct valueTom Tromey1-1/+0