summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2018-12-18 23:12:08 +0000
committerZachary Turner <zturner@google.com>2018-12-18 23:12:08 +0000
commitcb67fad44a59cb783d2047a27ad387ed3ec2a466 (patch)
treec825fbf12b153d09538022c08634672d2dbefa2b /lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py
parent61b189e06f7e968090357cb77c6b22e2be79fb1b (diff)
downloadbcm5719-llvm-cb67fad44a59cb783d2047a27ad387ed3ec2a466.tar.gz
bcm5719-llvm-cb67fad44a59cb783d2047a27ad387ed3ec2a466.zip
[NativePDB] Correctly reconstruct DeclContext for nested enums.
We reconstruct the AST hierarchy by trying to hack up a mangled name for the parent type using the child type's mangled name. This was failing for enums because their tag type is represented with two letters ("W4") instead of one letter ("T", "U", etc) as it is with classes, structs, and unions. After accounting for this we can now correctly determine when an enum is nested inside of a namespace or a class. llvm-svn: 349565
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud