aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2023-01-03 12:48:48 -0500
committerSimon Marchi <simon.marchi@efficios.com>2023-01-20 14:48:57 -0500
commit43e8c9ce20357a12dc5ccaf9ac84eea2cb6aa39b (patch)
treee215166063e113d280e3e119cc7429e9ea5604b4 /gdb/gdbtypes.h
parent1298c32f01b3ae90fb17665f9b9b01c932767fd5 (diff)
downloadgdb-43e8c9ce20357a12dc5ccaf9ac84eea2cb6aa39b.zip
gdb-43e8c9ce20357a12dc5ccaf9ac84eea2cb6aa39b.tar.gz
gdb-43e8c9ce20357a12dc5ccaf9ac84eea2cb6aa39b.tar.bz2
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>
Diffstat (limited to 'gdb/gdbtypes.h')
-rw-r--r--gdb/gdbtypes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h
index 6b643fc..18ea1bc 100644
--- a/gdb/gdbtypes.h
+++ b/gdb/gdbtypes.h
@@ -56,7 +56,6 @@
#include "dwarf2.h"
#include "gdbsupport/gdb_obstack.h"
#include "gmp-utils.h"
-#include "frame-info.h"
/* Forward declarations for prototypes. */
struct field;
@@ -1734,7 +1733,6 @@ struct func_type
struct type *self_type;
};
-
/* The type-specific info for TYPE_CODE_FIXED_POINT types. */
struct fixed_point_type_info