summaryrefslogtreecommitdiff
path: root/gdb/stack.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* MI: Print frame architecture when printing frames on an MI channelJan Vrany2018-08-221-0/+3
* Simple unused variable removalsTom Tromey2018-07-221-1/+2
* Implement frame apply [all | COUNT | -COUNT | level LEVEL... ] [FLAG]... COMM...Philippe Waroquiers2018-07-121-23/+285
* Update "func" help text to GNU standardsTom Tromey2018-06-271-2/+2
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-1/+1
* (ARI) remove trailing newline in call to error in stack.c::func_commandJoel Brobecker2018-05-301-1/+1
* gdb: Split func_command into two parts.Andrew Burgess2018-05-241-30/+37
* PATCH (obvious): Fix a comment, and pass stream to cb_data.Philippe Waroquiers2018-05-241-4/+2
* gdb: Restore selected frame in print_frame_local_varsAndrew Burgess2018-05-241-20/+4
* Remove useless variable int i in backtrace_command_1Philippe Waroquiers2018-05-191-2/+1
* Fix reference in comment: SRC_AND_LOC instead of LOC_AND_SRCPhilippe Waroquiers2018-05-191-1/+1
* Introduce a gdb_ref_ptr specialization for struct valueTom Tromey2018-04-061-1/+0
* Remove verbose code from backtrace commandTom Tromey2018-03-261-18/+0
* Improve "backtrace" help textTom Tromey2018-03-261-6/+7
* Move some code later in backtrace_command_1Tom Tromey2018-03-261-52/+53
* Allow hiding of some filtered framesTom Tromey2018-03-261-0/+2
* Change backtrace_command_1 calling to use flagsTom Tromey2018-03-261-10/+7
* Rationalize "backtrace" command line parsingTom Tromey2018-03-261-42/+20
* Convert observers to C++Tom Tromey2018-03-191-5/+5
* Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPETom Tromey2018-02-261-1/+1
* Make "bt N" print correct number of frames when using a frame filterTom Tromey2018-02-261-1/+5
* Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves2018-01-051-4/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Show optimized out local variables in "info locals"Simon Marchi2017-11-221-0/+1
* Constify add_infoTom Tromey2017-11-071-11/+3
* Constify add_comTom Tromey2017-11-071-9/+16
* Remove cleanup from backtrace_commandTom Tromey2017-11-071-10/+7
* Constify add_com_suppress_notificationTom Tromey2017-11-071-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-1/+1
* Make cp_remove_params return a gdb::unique_xmalloc_ptrPedro Alves2017-10-091-5/+2
* Remove some cleanups from stack.cTom Tromey2017-09-291-15/+5
* Remove cleanups from find_frame_funnameTom Tromey2017-09-111-22/+19
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-1/+1
* Use gdb::def_vector in func_commandTom Tromey2017-09-091-5/+2
* Use ui_out_emit_tuple in more placesTom Tromey2017-09-091-87/+87
* Remove unnecessary function prototypes.John Baldwin2017-09-091-4/+0
* Kill init_salPedro Alves2017-09-041-21/+14
* struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves2017-09-041-12/+9
* Rename some command functionsSimon Marchi2017-08-221-6/+6
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-2/+2