summaryrefslogtreecommitdiff
path: root/gdb/stack.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* stack: fix gdb.dwarf2/dw2-undefined-ret-addr.exp regressionMarkus Metzger2016-10-061-1/+1
* Emit inferior, thread and frame selection events to all UIsAntoine Tremblay2016-10-031-7/+35
* Fix typo in commentSimon Marchi2016-08-231-2/+2
* Avoid potential memory leak in find_frame_funnameTom Tromey2016-08-031-6/+10
* remove trivialy unused variablesTrevor Saunders2016-05-071-2/+0
* stack: check frame_unwind_caller_idMarkus Metzger2016-02-121-17/+22
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* error/internal-error printing local variable during "bt full".Joel Brobecker2015-11-231-3/+22
* gdb: Simplify parse_frame_specification.Andrew Burgess2015-10-121-10/+8
* gdb: Avoid unneeded calls to parse_frame_specification.Andrew Burgess2015-10-121-14/+7
* gdb: Fix bug with dbx style func command.Andrew Burgess2015-10-121-1/+1
* gdb: Make use of safe-ctype.h header.Andrew Burgess2015-10-121-3/+3
* Fix typos in commentsEli Zaretskii2015-10-091-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-1/+2
* Add casts to memory allocation related callsSimon Marchi2015-09-251-3/+3
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+1
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-4/+4
* gdb: Move get_frame_language from stack.c to frame.c.Andrew Burgess2015-08-071-42/+0