binutils-gdb/gdb/tui
Simon Marchi 4aeddc50d7 gdb: remove symbol value macros
Remove all macros related to getting and setting some symbol value:

    #define SYMBOL_VALUE(symbol)           (symbol)->value.ivalue
    #define SYMBOL_VALUE_ADDRESS(symbol)                         \
    #define SET_SYMBOL_VALUE_ADDRESS(symbol, new_value)    \
    #define SYMBOL_VALUE_BYTES(symbol)     (symbol)->value.bytes
    #define SYMBOL_VALUE_COMMON_BLOCK(symbol) (symbol)->value.common_block
    #define SYMBOL_BLOCK_VALUE(symbol)     (symbol)->value.block
    #define SYMBOL_VALUE_CHAIN(symbol)     (symbol)->value.chain
    #define MSYMBOL_VALUE(symbol)          (symbol)->value.ivalue
    #define MSYMBOL_VALUE_RAW_ADDRESS(symbol) ((symbol)->value.address + 0)
    #define MSYMBOL_VALUE_ADDRESS(objfile, symbol)                         \
    #define BMSYMBOL_VALUE_ADDRESS(symbol) \
    #define SET_MSYMBOL_VALUE_ADDRESS(symbol, new_value)   \
    #define MSYMBOL_VALUE_BYTES(symbol)    (symbol)->value.bytes
    #define MSYMBOL_BLOCK_VALUE(symbol)    (symbol)->value.block

Replace them with equivalent methods on the appropriate objects.

Change-Id: Iafdab3b8eefc6dc2fd895aa955bf64fafc59ed50
2022-04-11 10:45:36 -04:00
..
ChangeLog-1998-2003
tui-command.c gdb/tui: relax restrictions on window max height and width 2022-04-03 15:31:47 +01:00
tui-command.h gdb/tui: relax restrictions on window max height and width 2022-04-03 15:31:47 +01:00
tui-data.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
tui-data.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
tui-disasm.c gdb: remove symbol value macros 2022-04-11 10:45:36 -04:00
tui-disasm.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
tui-file.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
tui-file.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
tui-hooks.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
tui-hooks.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
tui-interp.c gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification' 2022-02-07 08:26:56 +01:00
tui-io.c Change the pager to a ui_file 2022-03-29 12:46:24 -06:00
tui-io.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
tui-layout.c gdb/tui: fair split of delta after a resize 2022-04-03 15:31:47 +01:00
tui-layout.h gdb/tui: support placing the cmd window into a horizontal layout 2022-04-03 15:31:47 +01:00
tui-location.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
tui-location.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
tui-out.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
tui-out.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
tui-regs.c gdb: move struct reggroup into reggroups.h header 2022-04-07 16:01:18 +01:00
tui-regs.h gdb: switch to using 'const reggroup *' in tui-regs.{c,h} 2022-04-07 16:01:17 +01:00
tui-source.c gdb: remove symtab::objfile 2022-04-07 13:05:22 -04:00
tui-source.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
tui-stack.c gdb: add string_file::release method 2022-01-26 10:01:40 -05:00
tui-stack.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
tui-win.c gdb/tui: relax restrictions on window max height and width 2022-04-03 15:31:47 +01:00
tui-win.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
tui-wingeneral.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
tui-wingeneral.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
tui-winsource.c gdb: remove symtab::objfile 2022-04-07 13:05:22 -04:00
tui-winsource.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
tui.c gdb/tui: add a tui debugging flag 2022-04-03 15:31:46 +01:00
tui.h gdb/tui: add a tui debugging flag 2022-04-03 15:31:46 +01:00