summaryrefslogtreecommitdiff
path: root/gdb/stack.c
AgeCommit message (Expand)Author
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-22Show optimized out local variables in "info locals"Simon Marchi
2017-11-07Constify add_infoTom Tromey
2017-11-07Constify add_comTom Tromey
2017-11-07Remove cleanup from backtrace_commandTom Tromey
2017-11-07Constify add_com_suppress_notificationTom Tromey
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-09Make cp_remove_params return a gdb::unique_xmalloc_ptrPedro Alves
2017-09-29Remove some cleanups from stack.cTom Tromey
2017-09-11Remove cleanups from find_frame_funnameTom Tromey
2017-09-11Rename _const functions to use overloading insteadTom Tromey
2017-09-09Use gdb::def_vector in func_commandTom Tromey
2017-09-09Use ui_out_emit_tuple in more placesTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04Kill init_salPedro Alves
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves
2017-08-22Rename some command functionsSimon Marchi
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey
2017-04-22Use ui_out_emit_listTom Tromey
2017-04-22More uses of ui_out_emit_tupleTom Tromey
2017-04-22Use ui_out_emit_tupleTom Tromey
2017-02-24Remove use of MAX_REGISTER_SIZEAlan Hayward
2017-02-20DWARF-5: call sitesJan Kratochvil
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-02-01Remove unused file_string parameter in gdb_disassemblySimon Marchi
2017-01-31gdb/stack.c: Remove unused mem_fileopenPedro Alves
2017-01-10Update help of the "frame" commandSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves
2016-10-21Remove make_cleanup_restore_current_uioutTom Tromey
2016-10-06stack: fix gdb.dwarf2/dw2-undefined-ret-addr.exp regressionMarkus Metzger
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay
2016-08-23Fix typo in commentSimon Marchi
2016-08-03Avoid potential memory leak in find_frame_funnameTom Tromey
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-02-12stack: check frame_unwind_caller_idMarkus Metzger
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-23error/internal-error printing local variable during "bt full".Joel Brobecker
2015-10-12gdb: Simplify parse_frame_specification.Andrew Burgess
2015-10-12gdb: Avoid unneeded calls to parse_frame_specification.Andrew Burgess
2015-10-12gdb: Fix bug with dbx style func command.Andrew Burgess
2015-10-12gdb: Make use of safe-ctype.h header.Andrew Burgess
2015-10-09Fix typos in commentsEli Zaretskii
2015-09-25Add some more casts (2/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat
2015-08-07gdb: Move get_frame_language from stack.c to frame.c.Andrew Burgess