summaryrefslogtreecommitdiff
path: root/gdb/stack.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyusers/palves/ui_filePedro Alves2017-01-171-16/+12
* gdb/stack.c: Remove unused mem_fileopenPedro Alves2017-01-171-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
* gdb: get_frame_language now takes a frame parameter.Andrew Burgess2015-08-071-32/+29
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-2/+2
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-1/+1
* Replace TUI's select_frame hook (PR tui/13378)Patrick Palka2015-06-301-2/+0
* Remove --xdbJan Kratochvil2015-04-111-42/+0
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-54/+81
* Fix ARI warning in stack.c (return_command).Mark Wielaard2015-01-261-1/+1
* Use GCC5/DWARF5 DW_AT_noreturn to mark functions that don't return normally.Mark Wielaard2015-01-231-2/+6
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-4/+4
* expand_symtab_containing_pc: Renamed from find_pc_sect_symtab_via_partial.Doug Evans2014-11-151-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Handle partially optimized out values similarly to unavailable valuesPedro Alves2014-08-201-8/+9
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* constify stack.cTom Tromey2014-07-241-2/+2
* Fix read_frame_arg for optimized-out entry values.Jan Kratochvil2014-07-221-0/+2
* constify struct block in some placesTom Tromey2014-06-181-6/+6
* Add a TRY_CATCH to get_prev_frame_always to better manage errors during unwind.Andrew Burgess2014-05-301-2/+2
* Rename frame_stop_reason_string to unwind_stop_reason_to_string.Andrew Burgess2014-05-301-2/+2
* PR gdb/13860: make -interpreter-exec console "list" behave more like "list".Pedro Alves2014-05-211-10/+4
* Make "set disassemble-next-line on" can work with DUMMY_FRAME, SIGTRAMP_FRAME...Hui Zhu2014-04-271-0/+7
* start change to progspace independenceTom Tromey2014-02-261-1/+2
* change minsym representationTom Tromey2014-02-261-7/+7
* Extension Language APIDoug Evans2014-02-051-7/+8