summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2018-07-12 22:28:52 +0000
committerRaphael Isemann <teemperor@gmail.com>2018-07-12 22:28:52 +0000
commit4d51a90297d34389b53c00c5cd6fa6f73998c298 (patch)
treefb8d42ce62a2a5e7bff1c397626c774ce51e3fee /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
parent3a1347721454c50c0f06cdf99388b8d38a49c408 (diff)
downloadbcm5719-llvm-4d51a90297d34389b53c00c5cd6fa6f73998c298.tar.gz
bcm5719-llvm-4d51a90297d34389b53c00c5cd6fa6f73998c298.zip
Get rid of the C-string parameter in DoExecute
Summary: This patch gets rid of the C-string parameter in the RawCommandObject::DoExecute function, making the code simpler and less memory unsafe. There seems to be a assumption in some command objects that this parameter could be a nullptr, but from what I can see the rest of the API doesn't actually allow this (and other command objects and related code pieces dereference this parameter without any checks). Especially CommandObjectRegexCommand has error handling code for a nullptr that is now gone. Reviewers: davide, jingham, teemperor Reviewed By: teemperor Subscribers: jingham, lldb-commits Differential Revision: https://reviews.llvm.org/D49207 llvm-svn: 336955
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud