Move follow_static_link to frame.c
[binutils-gdb.git] / gdb / frame.c
2023-11-14 Tom TromeyMove follow_static_link to frame.c
2023-09-20 Tom TromeyRemove explanatory comments from includes
2023-06-05 Tom de Vries[gdb] Fix more typos
2023-05-19 Tom TromeyUpdate documentation for Python Frame.older and Frame...
2023-05-03 Tom de Vries[gdb/build] Fix frame_list position in frame.c
2023-03-31 Tom TromeyFix maybe-uninitialized warning in frame.c
2023-03-31 Richard BuntGDB: Favor full symbol main name for backtrace stop
2023-03-13 Tom TromeyFix crash in inside_main_func
2023-02-19 Tom TromeyConvert contained_in to method
2023-02-15 Simon Marchigdb: fix dealloc function not being called for frame 0
2023-02-13 Tom TromeyRemove deprecated_lval_hack
2023-02-13 Tom TromeyTurn many optimized-out value functions into methods
2023-02-13 Tom TromeyTurn remaining value_contents functions into methods
2023-02-13 Tom TromeyTurn some value_contents functions into methods
2023-02-13 Tom TromeyTurn value_address and set_value_address functions...
2023-02-13 Tom TromeyTurn value_lazy and set_value_lazy functions into methods
2023-02-13 Tom TromeyTurn value_type into method
2023-02-10 Tom de Vries[gdb/cli] Add maint info frame-unwinders
2023-02-08 Simon Marchigdb: give sentinel for user frames distinct IDs, regist...
2023-02-08 Simon Marchigdb: call frame unwinders' dealloc_cache methods throug...
2023-01-20 Simon Marchigdb: make frame_info_ptr auto-reinflatable
2023-01-20 Simon Marchigdb: make frame_info_ptr grab frame level and id on...
2023-01-20 Simon Marchigdb: make user-created frames reinflatable
2023-01-20 Simon Marchigdb: make it possible to restore selected user-created...
2023-01-20 Simon Marchigdb: add create_new_frame(frame_id) overload
2023-01-20 Simon Marchigdb: add user-created frames to stash
2023-01-20 Simon Marchigdb: add frame_id::user_created_p
2023-01-20 Simon Marchigdb: move frame_info_ptr to frame.{c,h}
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-07 Simon Marchigdb: add invalidate_selected_frame function
2022-12-01 Simon Marchigdb: make frame_register static
2022-11-10 Simon Marchigdb: move frame_info_ptr method implementations to...
2022-11-07 Simon Marchigdb: make lookup_selected_frame static
2022-10-28 Tom TromeyConvert compunit_language to a method
2022-10-25 Simon Marchigdb: remove spurious spaces after frame_info_ptr
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-10-10 Tom TromeyIntroduce frame_info_ptr smart pointer class
2022-10-10 Tom TromeyRemove frame_id_eq
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-08-24 Andrew Burgessgdb: new 'maint print frame-id' command
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].
next