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>
This commit is contained in:
Simon Marchi
2023-01-03 12:48:48 -05:00
committed by Simon Marchi
parent 1298c32f01
commit 43e8c9ce20
9 changed files with 230 additions and 284 deletions

View File

@@ -25,6 +25,7 @@ struct ui_file;
struct language_arch_info;
struct type_print_options;
struct parser_state;
struct compile_instance;
#include "compile/compile.h"
#include "value.h"