summaryrefslogtreecommitdiff
path: root/gdb/stack.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use ui_out_emit_listTom Tromey2017-04-221-14/+13
* More uses of ui_out_emit_tupleTom Tromey2017-04-221-9/+2
* Use ui_out_emit_tupleTom Tromey2017-04-221-3/+1
* Remove use of MAX_REGISTER_SIZEAlan Hayward2017-02-241-41/+42
* DWARF-5: call sitesJan Kratochvil2017-02-201-3/+2
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-16/+12
* Remove unused file_string parameter in gdb_disassemblySimon Marchi2017-02-011-1/+1
* gdb/stack.c: Remove unused mem_fileopenPedro Alves2017-01-311-7/+0
* Update help of the "frame" commandSimon Marchi2017-01-101-3/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-42/+42
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-4/+2
* Remove make_cleanup_restore_current_uioutTom Tromey2016-10-211-7/+1