summaryrefslogtreecommitdiff
path: root/gdb/frame.c
Commit message (Expand)AuthorAgeFilesLines
* * regcache.c (regcache_xmalloc): Add aspace argument. Use itDaniel Jacobowitz2010-01-281-1/+3
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* gdb/Jan Kratochvil2009-11-021-1/+6
* 2009-10-23 Tristan Gingold <gingold@adacore.com>Tristan Gingold2009-10-231-1/+1
* 2009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves2009-10-191-3/+43
* gdb/Joel Brobecker2009-09-131-2/+16
* Avoid quadratic behavior when computing the value of a register.Joel Brobecker2009-09-091-3/+52
* gdbTom Tromey2009-09-021-0/+11
* * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand2009-07-021-6/+14
* * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand2009-07-021-10/+11
* * frame.h (frame_unwind_arch): New.Ulrich Weigand2009-07-021-13/+55
* gdb/Daniel Jacobowitz2009-06-281-36/+167
* * frame.c (frame_unwind_id): Renamed to ...Daniel Jacobowitz2009-06-281-4/+4
* 2009-05-27 Tom Tromey <tromey@redhat.com>Tom Tromey2009-05-281-2/+2
* * infrun.c (normal_stop): Use has_stack_frames instead ofPedro Alves2009-03-251-2/+13
* * frame.c (get_prev_frame_1): Do not perform the inner_frameJoel Brobecker2009-03-171-12/+19
* 2008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves2009-02-211-1/+1
* * frame.c (has_stack_frames): Make public.Pedro Alves2009-02-051-37/+1
* * frame.c (create_new_frame): Update the frame's cached PC beforePedro Alves2009-01-261-6/+8
* * infrun.c (normal_stop): Don't callPedro Alves2009-01-241-34/+6
* * dummy-frame.c (dummy_frame): Replace regcache member withDoug Evans2009-01-191-5/+8
* * frame.c (get_frame_arch): Abort if called with NULL this_frame.Ulrich Weigand2009-01-151-0/+5
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* * frame.c (frame_debug_got_null_frame): Remove file arg.Doug Evans2008-11-201-8/+6
* * frame.c (get_frame_register_bytes): Avoid excessive function calls.Andreas Schwab2008-09-241-2/+3
* * frame.c (get_frame_register_bytes): Take pseudo registers intoAndreas Schwab2008-09-241-1/+2
* 2008-09-22 Andrew Stubbs <ams@codesourcery.com>Andrew Stubbs2008-09-221-2/+3
* 2008-09-19 Andrew Stubbs <ams@codesourcery.com>Andrew Stubbs2008-09-191-0/+18
* * dummy-frame.h (dummy_frame_pop): Add prototype.Ulrich Weigand2008-08-261-16/+52
* * frame.h (frame_map_regnum_to_name): Remove prototype.Ulrich Weigand2008-08-211-17/+2
* Revert frame_unwind_caller_pc / frame_unwind_caller_id.Daniel Jacobowitz2008-07-151-4/+4
* * frame.c (frame_unwind_id): Renamed to ...Daniel Jacobowitz2008-07-151-4/+4
* * frame.c (frame_sp_unwind): Delete.Daniel Jacobowitz2008-07-151-10/+6
* * dwarf2-frame.c (dwarf2_frame_cache): Update comment.Daniel Jacobowitz2008-07-151-33/+44
* * frame.c (frame_func_unwind): Delete.Daniel Jacobowitz2008-07-151-14/+11
* Add "executing" property to threads.Pedro Alves2008-07-091-4/+20
* * frame.c (get_prev_frame_1): Call frame_unwind_find_by_frameDaniel Jacobowitz2008-06-301-3/+8
* * frame.c (get_prev_frame_1): Build frame id before settingPedro Alves2008-05-201-1/+5
* * frame.c (get_frame_base_address, get_frame_locals_address)Joel Brobecker2008-05-091-3/+3
* 2008-05-03 Luis Machado <luisgpm@br.ibm.com>Thiago Jung Bauermann2008-05-031-1/+1
* Convert frame unwinders to use the current frame andDaniel Jacobowitz2008-04-301-71/+137
* * breakpoint.h (breakpoint_restore_shadows): NewDaniel Jacobowitz2008-03-131-2/+2
* * frame.c (reinit_frame_cache): Only annotate if frames wereDaniel Jacobowitz2008-02-281-1/+3
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* 2007-11-02 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2007-11-021-4/+5
* * frame.c (frame_unwind_unsigned_register): Delete.Daniel Jacobowitz2007-10-171-17/+2
* 2007-10-09 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2007-10-091-12/+15
* * frame.c (get_prev_frame_1): Also check for PC in the same register.Daniel Jacobowitz2007-09-241-3/+4
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-4/+2
* 2007-06-18 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2007-06-181-7/+10