aboutsummaryrefslogtreecommitdiff
path: root/gdb/stack.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-26Remove verbose code from backtrace commandTom Tromey1-18/+0
2018-03-26Improve "backtrace" help textTom Tromey1-6/+7
2018-03-26Move some code later in backtrace_command_1Tom Tromey1-52/+53
2018-03-26Allow hiding of some filtered framesTom Tromey1-0/+2
2018-03-26Change backtrace_command_1 calling to use flagsTom Tromey1-10/+7
2018-03-26Rationalize "backtrace" command line parsingTom Tromey1-42/+20
2018-03-19Convert observers to C++Tom Tromey1-5/+5
2018-02-26Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPETom Tromey1-1/+1
2018-02-26Make "bt N" print correct number of frames when using a frame filterTom Tromey1-1/+5
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves1-4/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-22Show optimized out local variables in "info locals"Simon Marchi1-0/+1
2017-11-07Constify add_infoTom Tromey1-11/+3
2017-11-07Constify add_comTom Tromey1-9/+16
2017-11-07Remove cleanup from backtrace_commandTom Tromey1-10/+7
2017-11-07Constify add_com_suppress_notificationTom Tromey1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-1/+1
2017-10-09Make cp_remove_params return a gdb::unique_xmalloc_ptrPedro Alves1-5/+2
2017-09-29Remove some cleanups from stack.cTom Tromey1-15/+5
2017-09-11Remove cleanups from find_frame_funnameTom Tromey1-22/+19
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-1/+1
2017-09-09Use gdb::def_vector in func_commandTom Tromey1-5/+2
2017-09-09Use ui_out_emit_tuple in more placesTom Tromey1-87/+87
2017-09-09Remove unnecessary function prototypes.John Baldwin1-4/+0
2017-09-04Kill init_salPedro Alves1-21/+14
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves1-12/+9
2017-08-22Rename some command functionsSimon Marchi1-6/+6
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-2/+2
2017-04-22Use ui_out_emit_listTom Tromey1-14/+13
2017-04-22More uses of ui_out_emit_tupleTom Tromey1-9/+2
2017-04-22Use ui_out_emit_tupleTom Tromey1-3/+1
2017-02-24Remove use of MAX_REGISTER_SIZEAlan Hayward1-41/+42