summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallBuiltinFunction.py
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2018-12-04 00:55:15 +0000
committerLang Hames <lhames@gmail.com>2018-12-04 00:55:15 +0000
commiteca6d4b638ecc27fe9054590ca11148981b5c633 (patch)
tree98d85138f3a5d607eb16890426bd7a993d0be467 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallBuiltinFunction.py
parentdc6403d1331cc49ff208ac28b239148c3f40502d (diff)
downloadbcm5719-llvm-eca6d4b638ecc27fe9054590ca11148981b5c633.tar.gz
bcm5719-llvm-eca6d4b638ecc27fe9054590ca11148981b5c633.zip
[ExecutionEngine] Change NotifyObjectEmitted/NotifyObjectFreed API.
This patch renames both methods (NotifyObjectEmitted -> notifyObjectLoaded, and NotifyObjectFreed -> notifyObjectFreed), adds an abstract "ObjectKey" (uint64_t) parameter to notifyObjectLoaded, and replaces the ObjectFile parameter for notifyObjectFreed with an ObjectKey. Using an ObjectKey to track identify events, rather than a reference to the ObjectFile, allows us to free the ObjectFile after notifyObjectLoaded is called, saving memory. https://reviews.llvm.org/D53773 llvm-svn: 348223
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallBuiltinFunction.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud