summaryrefslogtreecommitdiff
path: root/gdb/frame.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Construct readonly regcache without address spaceYao Qi2017-11-021-2/+1
* const-fy regcache::m_aspaceYao Qi2017-11-021-3/+3
* s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi2017-11-021-1/+1
* Constify add_prefix_cmdTom Tromey2017-10-111-2/+2
* Remove cleanup from frame_prepare_for_snifferTom Tromey2017-10-081-8/+5
* Redesign mock environment for gdbarch selftestsPedro Alves2017-10-041-17/+0
* Remove make_cleanup_regcache_xfreeTom Tromey2017-09-251-12/+7
* Remove regcache_xmallocTom Tromey2017-09-251-2/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Kill init_salPedro Alves2017-09-041-14/+11
* Remove a MAX_REGISTER_SIZE from frame.cAlan Hayward2017-06-061-3/+20
* Add unit test to gdbarch methods register_to_value and value_to_registerYao Qi2017-05-241-0/+17
* Use frame_unwind_register_value in frame_unwind_register_unsignedYao Qi2017-04-051-3/+20
* Remove MAX_REGISTER_SIZE from frame.cAlan Hayward2017-04-041-13/+22
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Assert on lval_registerYao Qi2016-12-061-1/+4
* Stash frame id of current frame before stashing frame id for previous frameKevin Buettner2016-11-161-0/+11
* Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner2016-11-161-0/+16
* Distinguish sentinel frame from null frame.Kevin Buettner2016-11-161-34/+60
* Fix PR19927: Avoid unwinder recursion if sniffer uses calls parse_and_evalPedro Alves2016-09-051-27/+52
* Skip unwritable frames in command "finish"Yao Qi2016-05-231-0/+13
* btrace, frame: fix crash in get_frame_typeMarkus Metzger2016-02-121-8/+40
* frame: add skip_tailcall_framesMarkus Metzger2016-02-121-2/+12
* Fix PR19388: Can't access $_siginfo in breakpoint (catch signal) conditionPedro Alves2016-01-131-8/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-7/+7
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* C++: Initialize a couple const globalsPedro Alves2015-08-211-1/+1
* gdb: Move get_frame_language from stack.c to frame.c.Andrew Burgess2015-08-071-0/+42
* Replace TUI's select_frame hook (PR tui/13378)Patrick Palka2015-06-301-2/+0
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-13/+16
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-6/+8
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-3/+3
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-1/+1
* frame.c: Fix the check for FID_STACK_INVALID in frame_id_eq()Martin Galvan2014-11-301-1/+1
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-5/+5
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Associate dummy_frame with ptidYao Qi2014-06-271-1/+1
* constify struct block in some placesTom Tromey2014-06-181-1/+1
* make calls to help_list use enumeratorTom Tromey2014-06-131-1/+2
* Add a TRY_CATCH to get_prev_frame_always to better manage errors during unwind.Andrew Burgess2014-05-301-7/+67
* Rename frame_stop_reason_string to unwind_stop_reason_to_string.Andrew Burgess2014-05-301-1/+1
* Remove previous frame if an error occurs when computing frame id during unwind.Andrew Burgess2014-05-301-14/+38
* Fix PR backtrace/15558Pedro Alves2014-04-181-13/+18
* start change to progspace independenceTom Tromey2014-02-261-1/+1
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-3/+3