sim: move -Werror disabling to Makefile
[binutils-gdb.git] / gdb / frame.c
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-05-09 Andrew Burgessgdb: replace fprint_frame_id
2021-04-24 Simon Marchigdbsupport, gdb: give names to observers
2021-03-24 Simon Marchigdb: remove current_top_target function
2021-01-19 Luis MachadoConvert some frame functions to use gdb::array_view.
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-22 Shahab VahediRemove trailing white spaces in gdb/frame.{c,h}
2020-11-16 Pedro AlvesFix frame cycle detection
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-30 Pedro AlvesMove lookup_selected_frame to frame.c
2020-10-30 Pedro AlvesMake scoped_restore_current_thread's cdtors exception...
2020-10-29 Tom TromeyRemove symfile_objfile macro
2020-10-19 Tankut Baris Aktemurgdb/frame: remove an unused type alias
2020-10-11 Andrew Burgessgdb: detect main function even when there's no matching...
2020-09-29 Tom TromeyRemove target_has_registers macro
2020-09-29 Tom TromeyRemove target_has_stack macro
2020-09-29 Tom TromeyRemove target_has_memory macro
2020-08-31 Simon Marchigdb: fix nits in previous patches
2020-08-31 Simon Marchigdb: introduce explicit outer frame id kind
2020-08-31 Simon Marchigdb: make frame_unwind_got_optimized return a not_lval...
2020-08-22 Simon Marchigdb: assert that we don't try to get a frame's id while...
2020-08-04 Simon Marchigdb: use bool in frame code
2020-08-04 Simon Marchigdb: change frame_info::prev_func::p type to cached_cop...
2020-07-23 Pedro AlvesDon't touch frame_info objects if frame cache was reini...
2020-07-06 Andrew Burgessgdb: Python unwinders, inline frames, and tail-call...
2020-04-27 Luis MachadoFix remaining inline/tailcall unwinding breakage for...
2020-04-17 Tom TromeyReplace most calls to help_list and cmd_show_list
2020-01-24 Andrew Burgessgdb: Better frame tracking for inline frames
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-22 Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-08-07 Alan HaywardAArch64 pauth: Indicate unmasked addresses in backtrace
2019-08-06 Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-06-12 Pedro AlvesMake "backtrace" support -OPT options
2019-04-08 Tom TromeyReplace throw_exception with throw in some cases
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-04-08 Tom TromeyMake exceptions use std::string and be self-managing
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-19 Andrew Burgessgdb: Add default frame methods to gdbarch
2018-10-22 Simon MarchiIntroduce gdbarch_num_cooked_regs
2018-07-21 Simon MarchiRename some frame unwind function parameters
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-20 Simon MarchiRename regcache_cooked_read_ftype and make a function_view
2018-06-07 Pedro Alvestarget_stack -> current_top_target() throughout
2018-05-30 Simon MarchiRemove regcache_cooked_write
2018-05-25 Tom TromeyUse TRY/CATCH in remove_prev_frame
2018-05-24 Andrew Burgessgdb: Restore selected frame in print_frame_local_vars
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-04-06 Tom TromeyIntroduce a gdb_ref_ptr specialization for struct value
2018-03-19 Tom TromeyConvert observers to C++
2018-02-21 Yao QiClass readonly_detached_regcache
2018-02-21 Yao QiRemove regcache_save and regcache_cpy
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-02 Yao QiConstruct readonly regcache without address space
2017-11-02 Yao Qiconst-fy regcache::m_aspace
2017-11-02 Yao Qis/get_regcache_aspace (regcache)/regcache->aspace ()/g
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-10-09 Tom TromeyRemove cleanup from frame_prepare_for_sniffer
2017-10-04 Pedro AlvesRedesign mock environment for gdbarch selftests
2017-09-26 Tom TromeyRemove make_cleanup_regcache_xfree
2017-09-26 Tom TromeyRemove regcache_xmalloc
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-04 Pedro AlvesKill init_sal
2017-06-06 Alan HaywardRemove a MAX_REGISTER_SIZE from frame.c
2017-05-24 Yao QiAdd unit test to gdbarch methods register_to_value...
2017-04-05 Yao QiUse frame_unwind_register_value in frame_unwind_registe...
2017-04-04 Alan HaywardRemove MAX_REGISTER_SIZE from frame.c
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-06 Yao QiAssert on lval_register
2016-11-16 Kevin BuettnerStash frame id of current frame before stashing frame...
2016-11-16 Kevin BuettnerChange meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_...
2016-11-16 Kevin BuettnerDistinguish sentinel frame from null frame.
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
next