summaryrefslogtreecommitdiff
path: root/gdb/stack.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* gdb: Fix backtrace with disassemble-next-line onAndrew Burgess2020-01-061-5/+5
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-161-7/+7
* Fix crash when command arg is missing in faas/taas/tfaas commands.Philippe Waroquiers2019-12-061-0/+2
* Make a bunch of functions staticSimon Marchi2019-11-261-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-16/+15
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-2/+2
* gdb: Add a class to track last display symtab and line informationAndrew Burgess2019-11-101-70/+94
* gdb: Convert frame_show_address to return a boolAndrew Burgess2019-11-101-2/+2
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-2/+2
* [gdb] Fix typos in commentsTom de Vries2019-10-171-1/+1
* Use styled_string in more placesTom Tromey2019-10-011-3/+6
* Introduce metadata styleTom Tromey2019-10-011-9/+15
* Remove the ui_out_style_kind enumTom Tromey2019-10-011-7/+9
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-4/+4
* gdb: Add new -n flag to some info commandsAndrew Burgess2019-08-271-4/+73
* Move [PAC] into a new MI field addr_flagsAlan Hayward2019-08-161-9/+20
* Make struct frame_arg self-managingTom Tromey2019-08-071-12/+6
* AArch64 pauth: Indicate unmasked addresses in backtraceAlan Hayward2019-08-071-1/+5
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-6/+7
* Use _() in calls to build_helpTom Tromey2019-08-051-4/+4
* Implement 'set print frame-info|frame-arguments presence'.Philippe Waroquiers2019-07-291-18/+108
* Prefer symtab symbol over minsym for function names in non-contiguous blocksKevin Buettner2019-07-271-56/+15
* Rename field_int to field_signedTom Tromey2019-07-171-5/+5
* gdb: Add command completers for some info commandsAndrew Burgess2019-07-111-4/+6
* gdb: Make use of gdb::option framework for some info commandsAndrew Burgess2019-07-111-28/+10
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* gdb: Don't allow annotations to influence what else GDB printsAndrew Burgess2019-06-151-32/+28
* gdb: Remove an update of current_source_line and current_source_symtabAndrew Burgess2019-06-151-4/+3
* Make "frame apply" support -OPT optionsPedro Alves2019-06-131-31/+191
* "backtrace full/no-filters/hide" completerPedro Alves2019-06-131-22/+62
* Make "backtrace" support -OPT optionsPedro Alves2019-06-131-97/+239
* "set print raw frame-arguments" -> "set print raw-frame-arguments"Pedro Alves2019-06-131-2/+14
* Use "false" in select_frame_for_miTom Tromey2019-05-041-1/+1
* Have 'thread|frame apply' style their output.Philippe Waroquiers2019-04-271-1/+2
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-11/+11
* Rewrite TRY/CATCHTom Tromey2019-04-081-33/+22
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-16/+16
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Style addressesTom Tromey2018-12-281-1/+2
* Style variable namesTom Tromey2018-12-281-1/+1
* Add output styles to gdbTom Tromey2018-12-281-6/+9
* QUIET flag initialization missing in 2 places.Philippe Waroquiers2018-11-021-1/+1
* Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|var...Philippe Waroquiers2018-10-271-18/+121
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-2/+1
* Simple -Wshadow=local fixesTom Tromey2018-10-041-3/+2
* gdb: Change how frames are selected for 'frame' and 'info frame'.Andrew Burgess2018-09-281-173/+353
* Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner2018-08-231-1/+1