summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2016-01-20 23:20:10 +0000
committerEnrico Granata <egranata@apple.com>2016-01-20 23:20:10 +0000
commit35e0639018f3d57ae47bb8d0de5b6ef855cda450 (patch)
tree46a4a58bcced8564fc7f00ce38817c3a97027382 /lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py
parent760bef5e508c985bf9216d81adfc20a657d77611 (diff)
downloadbcm5719-llvm-35e0639018f3d57ae47bb8d0de5b6ef855cda450.tar.gz
bcm5719-llvm-35e0639018f3d57ae47bb8d0de5b6ef855cda450.zip
Fix a problem where we were not calling fcntl() with the correct arguments for F_DUPFD
On Mac OS X, this was working just fine in debug builds (presumably, because the right value ended up being at the right location for the variadic ABI), but not in Release builds As a result, we were seeing failures with commands that set their own immediate output stream - only in Release builds, which always makes for a fun little investigation I have removed those fcntl() calls and replaced them with dup() calls. This fixes the issue in both Debug and Release builds llvm-svn: 258367
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud