Discussion:
[Bug python/18302] New: gdb.selected_frame throws exception
tromey at sourceware dot org
2015-04-22 19:41:43 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=18302

Bug ID: 18302
Summary: gdb.selected_frame throws exception
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: python
Assignee: unassigned at sourceware dot org
Reporter: tromey at sourceware dot org

Right now gdb.selected_frame will throw an exception if
there is no selected frame.
It would be more useful if instead it just returned None.
--
You are receiving this mail because:
You are on the CC list for the bug.
tromey at sourceware dot org
2018-09-15 12:40:30 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=18302

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
I wonder if it is too late to change this.
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...