summaryrefslogtreecommitdiff
path: root/gdb/source.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-08-20 15:12:53 +0000
committerTom Tromey <tromey@redhat.com>2013-08-20 15:12:53 +0000
commit356f33e36a0c597769f03dc2ce7b6e5953cab85c (patch)
treecc90cae7495eeb12922cd8cd78d5eae1d96438b9 /gdb/source.c
parentc68c091dc292c9df749bfdbc9f9e455c4768dfcf (diff)
downloadgdb-356f33e36a0c597769f03dc2ce7b6e5953cab85c.tar.gz
fix PR python/15816
This fixes PR python/15816. The bug here is that python-selftest.exp can fail: No symbol "RETURN_MASK_ALL" in current context. RETURN_MASK_ALL is a macro, so if macros do not end up in the debuginfo (very typical) then the test fails. It seemed simplest to me to simply turn the RETURN_MASK_ defines into enum constants. This way they end up in the debuginfo and all is well. PR python/15816: * exceptions.h (return_mask): Now an enum. (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now enum constants. Built and regtested on x86-64 Fedora 18.
Diffstat (limited to 'gdb/source.c')
0 files changed, 0 insertions, 0 deletions