diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/pc-not-saved.py')
-rw-r--r-- | gdb/testsuite/gdb.base/pc-not-saved.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/pc-not-saved.py b/gdb/testsuite/gdb.base/pc-not-saved.py index 2e19da8..8090858 100644 --- a/gdb/testsuite/gdb.base/pc-not-saved.py +++ b/gdb/testsuite/gdb.base/pc-not-saved.py @@ -14,7 +14,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. import gdb -from gdb.unwinder import Unwinder, FrameId +from gdb.unwinder import FrameId, Unwinder # Cached FrameId. See set_break_bt_here_frame_id for details. break_bt_here_frame_id = None |