commit | 7ae24327467750c445733e40d840e502795dbdf3 | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Fri Jan 19 15:32:32 2024 -0500 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Fri Jan 19 21:51:56 2024 -0500 |
tree | 48df8ef02f8194822d45d273ac6c92ae6d281103 | |
parent | 4a2318c9858fdb1899157339f526df3d20e43cfe [diff] |
gdb: remove SYMBOL_*_OPS macros Remove SYMBOL_BLOCK_OPS, SYMBOL_COMPUTED_OPS and SYMBOL_REGISTER_OPS, in favor of methods on struct symbol. More changes could be done here to improve the design and make things safer, but I just wanted to do a straightforward change to remove the macros for now. Change-Id: I27adb74a28ea3c0dc9a85c2953413437cd95ad21 Reviewed-by: Kevin Buettner <kevinb@redhat.com>