From 43e8c9ce20357a12dc5ccaf9ac84eea2cb6aa39b Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 3 Jan 2023 12:48:48 -0500 Subject: 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 --- gdb/dwarf2/call-site.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/dwarf2/call-site.h') diff --git a/gdb/dwarf2/call-site.h b/gdb/dwarf2/call-site.h index f5bee967..c8a1e8b 100644 --- a/gdb/dwarf2/call-site.h +++ b/gdb/dwarf2/call-site.h @@ -23,8 +23,8 @@ #define CALL_SITE_H #include "dwarf2/types.h" +#include "../frame.h" #include "gdbsupport/function-view.h" -#include "frame-info.h" struct dwarf2_locexpr_baton; struct dwarf2_per_cu_data; -- cgit v1.1