diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-06-15 23:10:55 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-06-15 23:10:55 +0000 |
commit | 10312cc4d25cc384e349900124dacff806955797 (patch) | |
tree | 8374ffa3ffdc22353254f7aa9fc6e3dccb986038 /gdb/arch-utils.h | |
parent | dd80620e6b85a692434015686adb5e0242734089 (diff) | |
download | gdb-10312cc4d25cc384e349900124dacff806955797.zip gdb-10312cc4d25cc384e349900124dacff806955797.tar.gz gdb-10312cc4d25cc384e349900124dacff806955797.tar.bz2 |
Multi-arch INIT_FRAME_PC() and INIT_FRAME_PC_FIRST().
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r-- | gdb/arch-utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h index 51ad1e4..69365d2 100644 --- a/gdb/arch-utils.h +++ b/gdb/arch-utils.h @@ -111,4 +111,8 @@ extern int default_prepare_to_proceed (int select_it); extern int generic_prepare_to_proceed (int select_it); +/* Version of init_frame_pc() that does nothing. */ + +void init_frame_pc_noop (int fromleaf, struct frame_info *prev); + #endif |