aboutsummaryrefslogtreecommitdiff
path: root/gdb/stack.c
AgeCommit message (Expand)AuthorFilesLines
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-7/+7
2019-12-06Fix crash when command arg is missing in faas/taas/tfaas commands.Philippe Waroquiers1-0/+2
2019-11-26Make a bunch of functions staticSimon Marchi1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-16/+15
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-2/+2
2019-11-10gdb: Add a class to track last display symtab and line informationAndrew Burgess1-70/+94
2019-11-10gdb: Convert frame_show_address to return a boolAndrew Burgess1-2/+2
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-2/+2
2019-10-17[gdb] Fix typos in commentsTom de Vries1-1/+1
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