]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/frame.c
[gdb/testsuite] Fix gdb.arch/amd64-disp-step-avx.exp on x86_64-freebsd
[thirdparty/binutils-gdb.git] / gdb / frame.c
6 days ago  Tom TromeyChange file initialization to use INIT_GDB_FILE macro
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-03-27  Craig Blackmoregdb: Fix assertion failure when inline frame #0 is...
2025-03-03  Simon Marchigdb: remove unused include from frame.c
2025-01-17  Guinevere Larsengdb: Migrate frame unwinders to use C++ classes
2025-01-10  Thiago Jung BauermannGDB: Use gdb::array_view for buffers used in register...
2025-01-10  Thiago Jung BauermannGDB: frame: Make VALUEP argument optional in frame_regi...
2024-08-28  Andrew Burgessgdb: make symbols const in struct inline_state
2024-08-12  Simon Marchigdb: add program_space parameter to lookup_minimal_symbol
2024-08-12  Simon Marchigdb: make lookup_minimal_symbol objf and sfile paramete...
2024-07-15  Simon Marchigdb: pass program space to entry_point_address_query
2024-04-25  Simon Marchigdb: remove gdbcmd.h
2024-04-23  Simon Marchigdb: move a bunch of quit-related things to event-top...
2024-04-23  Simon Marchigdb: move store/extract integer functions to extract...
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-03-19  Tom de Vries[gdb] Further fix "value is not available" with debug...
2024-03-11  Andrew Burgessgdb/unwinders: better support for $pc not saved
2024-02-26  Tom de Vries[gdb] Fix "value is not available" with debug frame
2024-02-20  Simon Marchigdb: pass frames as `const frame_info_ptr &`
2024-02-11  Hannes DomaniFix crash when calling Frame.static_link
2024-01-28  Tom TromeyUse a function-domain search in inside_main_func
2024-01-28  Tom TromeyUse domain_search_flags in lookup_symbol et al
2024-01-20  Simon Marchigdb: remove SYMBOL_*_OPS macros
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-12-24  Simon Marchigdb: remove VALUE_REGNUM, add value::regnum
2023-12-14  Simon Marchigdb: add gdbarch_pseudo_register_write that takes a...
2023-12-14  Simon Marchigdb: read pseudo register through frame
2023-12-14  Simon Marchigdb: make get_frame_register_bytes take the next frame
2023-12-14  Simon Marchigdb: make put_frame_register_bytes take the next frame
2023-12-14  Simon Marchigdb: make put_frame_register take the next frame
2023-12-14  Simon Marchigdb: remove frame_register
2023-12-14  Simon Marchigdb: make put_frame_register take an array_view
2023-12-14  Simon Marchigdb: fix bugs in {get,put}_frame_register_bytes
2023-12-14  Simon Marchigdb: change regcache interface to use array_view
2023-11-28  Tom de Vries[gdb] Fix segfault in for_each_block, part 1
2023-11-17  Simon Marchigdb: remove get_current_regcache
2023-11-17  Simon Marchigdb: remove regcache's address space
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 BrobeckerAutomatic Copyright Year update after running gdb/copyr...
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
next