commit | ebb8507cee4edcb6b355a04159a4d4822f756e1c | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Wed Apr 17 16:54:07 2024 -0400 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Fri Apr 19 15:30:41 2024 -0400 |
tree | db7517bf86ae2290f33c694232ca871423154f3f | |
parent | f74d62a1bc832bd87c35e9f7b612042d0fc104f1 [diff] |
gdb: convert target debug macros to functions Convert all the macros to static functions. Some macros were unused, and now that they are functions, got flagged by the compiler, so I omitted them. No behavior change expected. Change-Id: Ia88e61d95e29a0378901c71aa50df7c37d16bebe Approved-By: Tom Tromey <tom@tromey.com>