summaryrefslogtreecommitdiff
path: root/gdb/frame.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-02Construct readonly regcache without address spaceYao Qi
2017-11-02const-fy regcache::m_aspaceYao Qi
2017-11-02s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi
2017-10-11Constify add_prefix_cmdTom Tromey
2017-10-08Remove cleanup from frame_prepare_for_snifferTom Tromey
2017-10-04Redesign mock environment for gdbarch selftestsPedro Alves
2017-09-25Remove make_cleanup_regcache_xfreeTom Tromey
2017-09-25Remove regcache_xmallocTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04Kill init_salPedro Alves
2017-06-06Remove a MAX_REGISTER_SIZE from frame.cAlan Hayward
2017-05-24Add unit test to gdbarch methods register_to_value and value_to_registerYao Qi
2017-04-05Use frame_unwind_register_value in frame_unwind_register_unsignedYao Qi
2017-04-04Remove MAX_REGISTER_SIZE from frame.cAlan Hayward
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-06Assert on lval_registerYao Qi
2016-11-16Stash frame id of current frame before stashing frame id for previous frameKevin Buettner
2016-11-16Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner
2016-11-16Distinguish sentinel frame from null frame.Kevin Buettner
2016-09-05Fix PR19927: Avoid unwinder recursion if sniffer uses calls parse_and_evalPedro Alves
2016-05-23Skip unwritable frames in command "finish"Yao Qi
2016-02-12btrace, frame: fix crash in get_frame_typeMarkus Metzger
2016-02-12frame: add skip_tailcall_framesMarkus Metzger
2016-01-13Fix PR19388: Can't access $_siginfo in breakpoint (catch signal) conditionPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-21C++: Initialize a couple const globalsPedro Alves
2015-08-07gdb: Move get_frame_language from stack.c to frame.c.Andrew Burgess
2015-06-30Replace TUI's select_frame hook (PR tui/13378)Patrick Palka
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-23Replace some symbol accessor macros with functions.Doug Evans
2014-11-30frame.c: Fix the check for FID_STACK_INVALID in frame_id_eq()Martin Galvan
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-06-27Associate dummy_frame with ptidYao Qi
2014-06-18constify struct block in some placesTom Tromey
2014-06-13make calls to help_list use enumeratorTom Tromey
2014-05-30Add a TRY_CATCH to get_prev_frame_always to better manage errors during unwind.Andrew Burgess
2014-05-30Rename frame_stop_reason_string to unwind_stop_reason_to_string.Andrew Burgess
2014-05-30Remove previous frame if an error occurs when computing frame id during unwind.Andrew Burgess
2014-04-18Fix PR backtrace/15558Pedro Alves
2014-02-26start change to progspace independenceTom Tromey
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey