summaryrefslogtreecommitdiff
path: root/gdb/gdbtk/plugins/intel-pentium/msrselection.ith
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-03-17 16:17:56 +0000
committerAndrew Cagney <cagney@redhat.com>2003-03-17 16:17:56 +0000
commit23972e9cf424a803e619492265f0ec29c1e3a98a (patch)
tree3309294224bc1b41088ea5bbebf82a25ea3d989a /gdb/gdbtk/plugins/intel-pentium/msrselection.ith
parent1557b85d755f3373e232f6c3acb643b1e2992eec (diff)
downloadgdb-cvs/cagney_lazyid-20030317-branch.tar.gz
2003-03-17 Andrew Cagney <cagney@redhat.com>cvs/cagney_lazyid-20030317-branchcagney_lazyid-20030317-branch
* frame.c (get_frame_id): If the frame's ID isn't valid, get it. (get_prev_frame): Validate THIS frame's ID before trying to unwind to prev frame. Don't compute PREV's frame's ID. (get_frame_base): Force the update of frame ID before returning the frame. * frame.h (struct frame_info): Add "id_p".
Diffstat (limited to 'gdb/gdbtk/plugins/intel-pentium/msrselection.ith')
-rw-r--r--gdb/gdbtk/plugins/intel-pentium/msrselection.ith38
1 files changed, 0 insertions, 38 deletions
diff --git a/gdb/gdbtk/plugins/intel-pentium/msrselection.ith b/gdb/gdbtk/plugins/intel-pentium/msrselection.ith
deleted file mode 100644
index 777472be7e6..00000000000
--- a/gdb/gdbtk/plugins/intel-pentium/msrselection.ith
+++ /dev/null
@@ -1,38 +0,0 @@
-# Implements MSR selection dialog class for Insight.
-# Copyright 1999, 2000, 2001 Red Hat, Inc.
-#
-# Written by Fernando Nasser <fnasser@redhat.com>
-#
-# This program is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License (GPL) as published by
-# the Free Software Foundation; either version 2 of the License, or (at
-# your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-
-class MsrSelDlg {
- inherit ModalDialog PluginWindow
-
- public {
- method constructor {args}
- proc last_button {} {return $last_button}
- proc msr {} {return $last_msr}
- }
-
- protected {
- method build_win {args}
- method cancel {}
- method doit {}
- method list_msrs {{expr {}}}
- method select_msr {}
- method clear_msr_selection {}
-
- variable msr_list
-
- common last_button 0
- common last_msr {}
- }
-}