aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-25 * infrun.c (normal_stop): Use has_stack_frames instead ofPedro Alves1-2/+13
2009-03-17 * frame.c (get_prev_frame_1): Do not perform the inner_frameJoel Brobecker1-12/+19
2009-02-212008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves1-1/+1
2009-02-05 * frame.c (has_stack_frames): Make public.Pedro Alves1-37/+1
2009-01-26 * frame.c (create_new_frame): Update the frame's cached PC beforePedro Alves1-6/+8
2009-01-24 * infrun.c (normal_stop): Don't callPedro Alves1-34/+6
2009-01-19 * dummy-frame.c (dummy_frame): Replace regcache member withDoug Evans1-5/+8
2009-01-15 * frame.c (get_frame_arch): Abort if called with NULL this_frame.Ulrich Weigand1-0/+5
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-11-20 * frame.c (frame_debug_got_null_frame): Remove file arg.Doug Evans1-8/+6
2008-09-24* frame.c (get_frame_register_bytes): Avoid excessive function calls.Andreas Schwab1-2/+3
2008-09-24* frame.c (get_frame_register_bytes): Take pseudo registers intoAndreas Schwab1-1/+2
2008-09-222008-09-22 Andrew Stubbs <ams@codesourcery.com>Andrew Stubbs1-2/+3
2008-09-192008-09-19 Andrew Stubbs <ams@codesourcery.com>Andrew Stubbs1-0/+18
2008-08-26 * dummy-frame.h (dummy_frame_pop): Add prototype.Ulrich Weigand1-16/+52
2008-08-21 * frame.h (frame_map_regnum_to_name): Remove prototype.Ulrich Weigand1-17/+2
2008-07-15Revert frame_unwind_caller_pc / frame_unwind_caller_id.Daniel Jacobowitz1-4/+4
2008-07-15 * frame.c (frame_unwind_id): Renamed to ...Daniel Jacobowitz1-4/+4
2008-07-15 * frame.c (frame_sp_unwind): Delete.Daniel Jacobowitz1-10/+6
2008-07-15* dwarf2-frame.c (dwarf2_frame_cache): Update comment.Daniel Jacobowitz1-33/+44
2008-07-15* frame.c (frame_func_unwind): Delete.Daniel Jacobowitz1-14/+11
2008-07-09 Add "executing" property to threads.Pedro Alves1-4/+20
2008-06-30 * frame.c (get_prev_frame_1): Call frame_unwind_find_by_frameDaniel Jacobowitz1-3/+8
2008-05-20 * frame.c (get_prev_frame_1): Build frame id before settingPedro Alves1-1/+5
2008-05-09 * frame.c (get_frame_base_address, get_frame_locals_address)Joel Brobecker1-3/+3
2008-05-032008-05-03 Luis Machado <luisgpm@br.ibm.com>Thiago Jung Bauermann1-1/+1
2008-04-30 Convert frame unwinders to use the current frame andDaniel Jacobowitz1-71/+137
2008-03-13 * breakpoint.h (breakpoint_restore_shadows): NewDaniel Jacobowitz1-2/+2
2008-02-28 * frame.c (reinit_frame_cache): Only annotate if frames wereDaniel Jacobowitz1-1/+3
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-11-022007-11-02 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-4/+5
2007-10-17 * frame.c (frame_unwind_unsigned_register): Delete.Daniel Jacobowitz1-17/+2
2007-10-092007-10-09 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-12/+15
2007-09-24 * frame.c (get_prev_frame_1): Also check for PC in the same register.Daniel Jacobowitz1-3/+4
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-4/+2
2007-06-182007-06-18 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-7/+10
2007-06-16 * regcache.c (struct regcache): Add ptid_t member.Ulrich Weigand1-5/+5
2007-06-12 * frame-unwind.h (frame_dealloc_cache_ftype): Define.Andreas Schwab1-0/+11
2007-06-062007-06-06 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-1/+1
2007-05-14 * gdbarch.sh (read_sp): Remove.Ulrich Weigand1-4/+0
2007-05-06 * regcache.c (regcache_invalidate): New function.Ulrich Weigand1-10/+0
2007-03-13 * frame.c (frame_pop): Check to see whether there's a frame toNathan Froyd1-3/+12
2007-02-28 * frame.c (frame_pop, frame_observer_target_changed): CallDaniel Jacobowitz1-18/+4
2007-02-27 * dwarf2-frame.c (dwarf2_frame_cache, dwarf2_frame_this_id)Daniel Jacobowitz1-7/+19
2007-02-27 * frame.c (deprecated_selected_frame): Rename to...Daniel Jacobowitz1-5/+5
2007-01-13* frame.c (get_frame_register_bytes, put_frame_register_bytes):Mark Kettenis1-0/+2
2007-01-11 * frame.c (get_prev_frame_1): Check PC_REGNUM before using it.Daniel Jacobowitz1-3/+10
2007-01-09 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): UseDaniel Jacobowitz1-4/+1
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-2/+2
2007-01-08 * frame.c (get_frame_register_bytes): New function.Ulrich Weigand1-0/+78