gdb/amd64: clean up unused variable
[binutils-gdb.git] / gdb / frame.c
2022-04-28 Simon Marchigdb: remove BLOCK_{START,END} macros
2022-04-20 Tom TromeyReplace symbol_symtab with symbol::symtab
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-03-29 Tom TromeyUnify gdb printf functions
2022-02-06 Simon Marchigdb: remove SYMBOL_LINE macro
2022-01-18 Tom TromeyMove gdb obstack code to gdbsupport
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-03 Simon Marchigdb: trivial changes to use array_view
2021-12-03 Simon Marchigdb: make extract_integer take an array_view
2021-10-28 Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-09-27 Andrew Burgessgdb: prevent an assertion when computing the frame_id...
2021-09-07 Andrew Burgessgdb: make thread_info::executing private
2021-08-04 Lancelot SIXgdb: Use unwinder name in frame_info::to_string
2021-07-27 Andrew Burgessgdb: remove VALUE_FRAME_ID and fix another frame debug...
2021-06-29 Simon Marchigdb: introduce FRAME_SCOPED_DEBUG_ENTER_EXIT
2021-06-29 Simon Marchigdb: introduce frame_debug_printf
2021-06-29 Simon Marchigdb: make frame_debug a boolean
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...
next