aboutsummaryrefslogtreecommitdiff
path: root/gdb/stack.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-42/+42
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-4/+2
2016-10-21Remove make_cleanup_restore_current_uioutTom Tromey1-7/+1
2016-10-06stack: fix gdb.dwarf2/dw2-undefined-ret-addr.exp regressionMarkus Metzger1-1/+1
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay1-7/+35
2016-08-23Fix typo in commentSimon Marchi1-2/+2
2016-08-03Avoid potential memory leak in find_frame_funnameTom Tromey1-6/+10
2016-05-07remove trivialy unused variablesTrevor Saunders1-2/+0
2016-02-12stack: check frame_unwind_caller_idMarkus Metzger1-17/+22
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-23error/internal-error printing local variable during "bt full".Joel Brobecker1-3/+22
2015-10-12gdb: Simplify parse_frame_specification.Andrew Burgess1-10/+8
2015-10-12gdb: Avoid unneeded calls to parse_frame_specification.Andrew Burgess1-14/+7
2015-10-12gdb: Fix bug with dbx style func command.Andrew Burgess1-1/+1
2015-10-12gdb: Make use of safe-ctype.h header.Andrew Burgess1-3/+3
2015-10-09Fix typos in commentsEli Zaretskii1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-1/+2
2015-09-25Add casts to memory allocation related callsSimon Marchi1-3/+3
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+1
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-4/+4
2015-08-07gdb: Move get_frame_language from stack.c to frame.c.Andrew Burgess1-42/+0
2015-08-07gdb: get_frame_language now takes a frame parameter.Andrew Burgess1-32/+29
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-2/+2
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-1/+1
2015-06-30Replace TUI's select_frame hook (PR tui/13378)Patrick Palka1-2/+0
2015-04-11Remove --xdbJan Kratochvil1-42/+0
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-54/+81
2015-01-26Fix ARI warning in stack.c (return_command).Mark Wielaard1-1/+1
2015-01-23Use GCC5/DWARF5 DW_AT_noreturn to mark functions that don't return normally.Mark Wielaard1-2/+6
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-4/+4
2014-11-15expand_symtab_containing_pc: Renamed from find_pc_sect_symtab_via_partial.Doug Evans1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves1-8/+9
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-24constify stack.cTom Tromey1-2/+2
2014-07-22Fix read_frame_arg for optimized-out entry values.Jan Kratochvil1-0/+2
2014-06-18constify struct block in some placesTom Tromey1-6/+6
2014-05-30Add a TRY_CATCH to get_prev_frame_always to better manage errors during unwind.Andrew Burgess1-2/+2
2014-05-30Rename frame_stop_reason_string to unwind_stop_reason_to_string.Andrew Burgess1-2/+2
2014-05-21PR gdb/13860: make -interpreter-exec console "list" behave more like "list".Pedro Alves1-10/+4
2014-04-27Make "set disassemble-next-line on" can work with DUMMY_FRAME, SIGTRAMP_FRAME...Hui Zhu1-0/+7
2014-02-26start change to progspace independenceTom Tromey1-1/+2
2014-02-26change minsym representationTom Tromey1-7/+7
2014-02-05Extension Language APIDoug Evans1-7/+8
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-08Avoid "may be used uninitialized" warningYao Qi1-1/+2
2013-12-06Fix "info frame" in the outermost frame.Pedro Alves1-4/+23