frame.h: Forward-declare struct ui_out
[binutils-gdb.git] / gdb / frame.c
2016-09-05 Pedro AlvesFix PR19927: Avoid unwinder recursion if sniffer uses...
2016-05-23 Yao QiSkip unwritable frames in command "finish"
2016-02-12 Markus Metzgerbtrace, frame: fix crash in get_frame_type
2016-02-12 Markus Metzgerframe: add skip_tailcall_frames
2016-01-13 Pedro AlvesFix PR19388: Can't access $_siginfo in breakpoint ...
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-21 Pedro AlvesC++: Initialize a couple const globals
2015-08-07 Andrew Burgessgdb: Move get_frame_language from stack.c to frame.c.
2015-06-30 Patrick PalkaReplace TUI's select_frame hook (PR tui/13378)
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-07 Pedro AlvesNormalize TRY_CATCH exception handling block
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23 Doug EvansReplace some symbol accessor macros with functions.
2014-11-30 Martin Galvanframe.c: Fix the check for FID_STACK_INVALID in frame_i...
2014-11-20 Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-06-27 Yao QiAssociate dummy_frame with ptid
2014-06-18 Tom Tromeyconstify struct block in some places
2014-06-13 Tom Tromeymake calls to help_list use enumerator
2014-05-30 Andrew BurgessAdd a TRY_CATCH to get_prev_frame_always to better...
2014-05-30 Andrew BurgessRename frame_stop_reason_string to unwind_stop_reason_t...
2014-05-30 Andrew BurgessRemove previous frame if an error occurs when computing...
2014-04-18 Pedro AlvesFix PR backtrace/15558
2014-02-26 Tom Tromeystart change to progspace independence
2014-02-26 Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26 Tom Tromeychange minsym representation
2014-01-16 Markus Metzgerframe: do not assume unwinding will succeed
2014-01-16 Markus Metzgerframe: add frame_id_build_unavailable_stack_special
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-17 Pedro Alves"tfind" across unavailable-stack frames.
2013-12-06 Pedro AlvesFix "info frame" in the outermost frame.
2013-12-06 Pedro AlvesNew OPTIMIZED_OUT_ERROR error code.
2013-12-06 Joel BrobeckerUninitialized variable "this_id" in frame.c:get_prev_fr...
2013-11-28 Pedro Alvesget_prev_frame, stop_reason != UNWIND_NO_REASON, add...
2013-11-28 Pedro Alvesget_prev_frame, outer_frame_id and unwind->stop_reason...
2013-11-28 Pedro Alvesget_prev_frame, UNWIND_NULL_ID -> UNWIND_OUTERMOST
2013-11-28 Pedro Alvesregister: "optimized out" -> "not saved".
2013-11-27 Andrew BurgessMake "set debug frame 1" use the standard print routine...
2013-11-22 Pedro AlvesMake use of the frame stash to detect wider stack cycles.
2013-11-22 Pedro AlvesDon't let two frames with the same id end up in the...
2013-11-22 Pedro AlvesRevert "Don't let two frames with the same id end up...
2013-11-22 Pedro AlvesRevert "Make use of the frame stash to detect wider...
2013-11-22 Pedro AlvesMake use of the frame stash to detect wider stack cycles.
2013-11-22 Pedro AlvesDon't let two frames with the same id end up in the...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-10-02 Pedro AlvesPrint registers not saved in the frame as "<not saved...
2013-09-26 Jan KratochvilFix set debug frame output
2013-05-17 Phil Muldoon2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
2013-04-10 Pedro AlvesAccept "set foo unlimited" in integer/uinteger/zuintege...
2013-04-08 Tom Tromey * minsyms.h (struct bound_minimal_symbol): New.
2013-02-16 Yao Qigdb/
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-12 Joel Brobeckerrename frame_register_read into deprecated_frame_regist...
2012-11-12 Joel BrobeckerDocument replacement for frame_register_read (deprecated).
2012-11-05 Tom Tromey * frame.c (put_frame_register): Don't use temporary...
2012-09-17 Jan Kratochvilgdb/
2012-09-17 Jan Kratochvilgdb/
2012-08-28 Yao Qigdb/
2012-08-02 Yao Qigdb/
2012-03-01 Pedro Alves2012-03-01 Pedro Alves <palves@redhat.com>
2012-02-15 Aleksandar Ristovski * frame.c (find_frame_sal): Initialize sal->pspace...
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-10-27 Kevin PougetMove unwind reasons to an external .def file
2011-10-09 Jan Kratochvilgdb/
2011-09-07 Luis Machado2011-09-06 Luis Machado <lgustavo@codesourcery.com>
2011-08-04 Pedro Alves2011-08-04 Pedro Alves <pedro@codesourcery.com>
2011-03-18 Pedro Alves gdb/
2011-03-18 Pedro Alves gdb/
2011-03-18 Pedro Alves gdb/
2011-03-18 Pedro Alves gdb/
2011-03-18 Pedro Alves gdb/
2011-03-18 Pedro Alves gdb/
2011-03-15 Michael Snyder2011-03-15 Michael Snyder <msnyder@vmware.com>
2011-03-09 Tom Tromey * thread.c (restore_selected_frame): Handle frame_leve...
2011-01-07 Michael Snyder2011-01-07 Michael Snyder <msnyder@vmware.com>
2011-01-05 Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-03 Jan Kratochvilgdb/
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-08-11 Jan Kratochvilgdb/
2010-08-11 Jan Kratochvilgdb/
2010-07-01 Pedro Alves * breakpoint.c (update_watchpoint, _initialize_breakpo...
2010-06-14 Ulrich Weigand * frame.c (frame_register_unwind): Do not access contents
2010-05-14 Michael Snyder2010-05-14 Michael Snyder <msnyder@vmware.com>
2010-05-13 Michael Snyder2010-05-13 Michael Snyder <msnyder@vmware.com>
2010-05-07 Michael Snyder2010-05-06 Michael Snyder <msnyder@vmware.com>
2010-04-16 Stan Shebs2010-04-15 Stan Shebs <stan@codesourcery.com>
2010-01-28 Daniel Jacobowitz * regcache.c (regcache_xmalloc): Add aspace argument...
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-11-02 Jan Kratochvilgdb/
2009-10-23 Tristan Gingold2009-10-23 Tristan Gingold <gingold@adacore.com>
2009-10-19 Pedro Alves2009-10-19 Pedro Alves <pedro@codesourcery.com>
2009-09-13 Joel Brobecker gdb/
2009-09-09 Joel Brobecker Avoid quadratic behavior when computing the...
2009-09-02 Tom Tromeygdb
2009-07-02 Ulrich Weigand * defs.h (extract_signed_integer, extract_unsigned_int...
next