Remove path name from test case
[binutils-gdb.git] / gdb / stack.c
2023-10-31 Tom TromeyRemove some frame invalidation code
2023-08-26 Tom TromeyUse get_frame_address_in_block in print_frame
2023-05-30 Simon Marchigdb: add interp::on_user_selected_context_changed method
2023-05-19 Richard Buntgdb: Remove redundant frame switching
2023-05-01 Tom TromeyRemove evaluate_expression
2023-02-19 Tom TromeyRemove ALL_BLOCK_SYMBOLS
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 value_contents_eq into a method
2023-02-13 Tom TromeyTurn value_fetch_lazy into a method
2023-02-13 Tom TromeyTurn allocate_optimized_out_value into static "constructor"
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-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-03 Tom TromeyAdd new overload of gdbarch_return_value
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-19 Tom TromeyUse bool constants for value_print_options
2022-12-15 Tom TromeyRemove subset_compare
2022-11-10 Simon Marchigdb: add missing prepare_reinflate call in print_frame_info
2022-11-10 Simon Marchigdb: remove manual frame_info reinflation code in backt...
2022-11-10 Simon Marchigdb: add prepare_reinflate/reinflate around print_frame...
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-10 Bruno Larsengdb/frame: Add reinflation method for frame_info_ptr
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-10-10 Tom TromeyRemove frame_id_eq
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-09-21 Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-06-07 Tom TromeyConstify solib_name_from_address
2022-04-28 Simon Marchigdb: remove BLOCK_SUPERBLOCK macro
2022-04-28 Simon Marchigdb: remove BLOCK_FUNCTION macro
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-03-31 Tom TromeyRemove dbx mode
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify gdb puts functions
2022-03-16 Jan Vranygdb/mi: consistently notify user when GDB/MI client...
2022-03-06 Tom TromeyUse function view when iterating over block symbols
2022-02-15 Lancelot SIXgdb: Respect the DW_CC_nocall attribute
2022-02-06 Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_IS_ARGUMENT macro
2022-02-06 Simon Marchigdb: remove SYMBOL_DOMAIN macro
2022-02-06 Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-02-06 Simon Marchigdb: remove SYMTAB_LANGUAGE macro, add getter/setter
2022-01-26 Tom TromeyAlways call the wrap_here method
2022-01-26 Tom TromeyConvert wrap_here to use integer parameter
2022-01-25 Tom TromeyReduce explicit use of gdb_stdout
2022-01-18 Tom TromeyMove gdb_argv to gdbsupport
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-10-09 Tom de Vries[gdb] Make execute_command_to_string return string...
2021-10-03 Simon Marchigdb: make string-like set show commands use std::string...
2021-09-18 Tom de Vries[gdb/ada] Handle artificial local symbols
2021-08-02 Tom TromeyRemove uses of fprintf_symbol_filtered
2021-05-27 Simon Marchigdb: fix tab after space indentation issues
2021-05-27 Simon Marchigdb: fix some indentation issues
2021-05-27 Simon Marchigdb: make add_info_alias accept target as a cmd_list_el...
2021-05-27 Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
2021-05-27 Simon Marchigdb: make add_setshow commands return set_show_commands
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-16 Tom TromeyIntroduce expression::first_opcode
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-30 Pedro AlvesMake scoped_restore_current_thread's cdtors exception...
2020-09-29 Tom TromeyRemove target_has_stack macro
2020-08-15 Tom de Vries[gdb/backtrace] Fix printing of fortran string args
2020-05-22 Andrew Burgessgdb: Restore old annotations behaviour when printing...
2020-05-15 Philippe WaroquiersEnsure class_alias is only used for user-defined aliases.
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-04-30 Philippe WaroquiersRemove duplicated creation of "frame" command and ...
2020-04-29 Tom TromeyRemove some dead code
2020-03-14 Tom TromeyIntroduce common_val_print_checked
2020-03-10 Andrew Burgessgdb: Add support for tracking the DWARF line table...
2020-02-24 Tom de Vries[gdb] Ensure listing of unused static var in info locals
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-06 Andrew Burgessgdb: Fix backtrace with disassemble-next-line on
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-16 Christian BiesingerUse an accessor function for general_symbol_info::language
2019-12-06 Philippe WaroquiersFix crash when command arg is missing in faas/taas...
2019-11-26 Simon MarchiMake a bunch of functions static
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-22 Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-11-10 Andrew Burgessgdb: Add a class to track last display symtab and line...
2019-11-10 Andrew Burgessgdb: Convert frame_show_address to return a bool
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-10-17 Tom de Vries[gdb] Fix typos in comments
2019-10-01 Tom TromeyUse styled_string in more places
2019-10-01 Tom TromeyIntroduce metadata style
2019-10-01 Tom TromeyRemove the ui_out_style_kind enum
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-08-27 Andrew Burgessgdb: Add new -n flag to some info commands
2019-08-16 Alan HaywardMove [PAC] into a new MI field addr_flags
2019-08-07 Tom TromeyMake struct frame_arg self-managing
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-08-05 Tom TromeyUse _() in calls to build_help
2019-07-29 Philippe WaroquiersImplement 'set print frame-info|frame-arguments presence'.
2019-07-27 Kevin BuettnerPrefer symtab symbol over minsym for function names...
2019-07-17 Tom TromeyRename field_int to field_signed
next