aboutsummaryrefslogtreecommitdiff
path: root/gdb/stack.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-15Introduce expression::first_opcodeTom Tromey1-2/+2
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-55/+55
2020-10-30Make scoped_restore_current_thread's cdtors exception free (RFC)Pedro Alves1-5/+4
2020-09-28Remove target_has_stack macroTom Tromey1-4/+4
2020-08-15[gdb/backtrace] Fix printing of fortran string argsTom de Vries1-0/+6
2020-05-22gdb: Restore old annotations behaviour when printing frame infoAndrew Burgess1-4/+19
2020-05-15Ensure class_alias is only used for user-defined aliases.Philippe Waroquiers1-1/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-1/+1
2020-04-30Remove duplicated creation of "frame" command and "f" alias.Philippe Waroquiers1-9/+0
2020-04-29Remove some dead codeTom Tromey1-50/+0
2020-03-13Introduce common_val_print_checkedTom Tromey1-1/+1
2020-03-10gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess1-1/+1
2020-02-24[gdb] Ensure listing of unused static var in info localsTom de Vries1-0/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-06gdb: Fix backtrace with disassemble-next-line onAndrew Burgess1-5/+5
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