commit | 43e8c9ce20357a12dc5ccaf9ac84eea2cb6aa39b | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@polymtl.ca> | Tue Jan 03 12:48:48 2023 -0500 |
committer | Simon Marchi <simon.marchi@efficios.com> | Fri Jan 20 14:48:57 2023 -0500 |
tree | e215166063e113d280e3e119cc7429e9ea5604b4 | |
parent | 1298c32f01b3ae90fb17665f9b9b01c932767fd5 [diff] |
gdb: move frame_info_ptr to frame.{c,h} A patch later in this series will make frame_info_ptr access some fields internal to frame_info, which we don't want to expose outside of frame.c. Move the frame_info_ptr class to frame.h, and the definitions to frame.c. Remove frame-info.c and frame-info.h. Change-Id: Ic5949759e6262ea0da6123858702d48fe5673fea Reviewed-By: Bruno Larsen <blarsen@redhat.com>