mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 07:31:28 +00:00
4112b47335
I was writing an SB API client and it was crashing on: bool DoExecute(SBDebugger dbg, char **command, SBCommandReturnObject &result) { result = subcommand(dbg, "help"); That is because SBCommandReturnObject &result gets initialized inside LLDB by: bool DoExecute(Args &command, CommandReturnObject &result) override { // std::unique_ptr gets initialized here from `&result`!!! SBCommandReturnObject sb_return(&result); DoExecute(...); sb_return.Release(); Differential revision: https://reviews.llvm.org/D67589 llvm-svn: 373775 |
||
---|---|---|
.. | ||
interface | ||
Python | ||
swig_bot_lib | ||
analyze-project-deps.py | ||
buildbot.py | ||
CMakeLists.txt | ||
disasm-gdb-remote.pl | ||
finishSwigWrapperClasses.py | ||
framework-header-fix.sh | ||
get_relative_lib_dir.py | ||
install_custom_python.py | ||
lldb.swig | ||
macos-setup-codesign.sh | ||
swig_bot.py | ||
use_lldb_suite.py | ||
utilsArgsParse.py | ||
utilsDebug.py | ||
utilsOsType.py | ||
verify_api.py |