commit | c471bdb19858ad0e7a0d5f5017fd5e1892525da8 | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@polymtl.ca> | Wed Dec 01 11:41:31 2021 -0500 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Fri Dec 03 16:48:23 2021 -0500 |
tree | 4573ba65482f0a7af9542860167a4f97f0b79a71 | |
parent | 46680d22de34be5057a1033eb489c1453e70eecc [diff] |
gdb: use intrusive_list for cmd_list_element aliases list Change the manually-implemented linked list to use intrusive_list. This is not strictly necessary, but it makes the code much simpler. Change-Id: Idd08090ebf2db8bdcf68e85ef72a9635f1584ccc