binutils-gdb/gdb/mi
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-1999-2003
mi-cmd-break.c Move gdb obstack code to gdbsupport 2022-01-18 10:14:42 -07:00
mi-cmd-break.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
mi-cmd-catch.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
mi-cmd-disas.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
mi-cmd-env.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
mi-cmd-file.c gdb: remove SYMTAB_COMPUNIT macro, add getter/setter 2022-02-06 15:48:19 -05:00
mi-cmd-info.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
mi-cmd-stack.c gdb/mi: consistently notify user when GDB/MI client uses -thread-select 2022-03-16 15:08:22 +00:00
mi-cmd-target.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
mi-cmd-var.c Unify gdb printf functions 2022-03-29 12:46:24 -06:00
mi-cmds.c gdb/python: remove gdb._mi_commands dict 2022-03-18 20:29:57 -04:00
mi-cmds.h gdb/python: remove gdb._mi_commands dict 2022-03-18 20:29:57 -04:00
mi-common.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
mi-common.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
mi-console.c Unify gdb putc functions 2022-03-29 12:46:24 -06:00
mi-console.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
mi-getopt.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
mi-getopt.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
mi-interp.c Unify gdb printf functions 2022-03-29 12:46:24 -06:00
mi-interp.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
mi-main.c Unify gdb printf functions 2022-03-29 12:46:24 -06:00
mi-main.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
mi-out.c Unify gdb printf functions 2022-03-29 12:46:24 -06:00
mi-out.h Convert wrap_here to use integer parameter 2022-01-26 15:19:13 -07:00
mi-parse.c Remove host_hex_value 2022-02-04 07:37:22 -07:00
mi-parse.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
mi-symbol-cmds.c gdb: remove symbol value macros 2022-04-11 10:45:36 -04:00