[all-commits] [llvm/llvm-project] f05dc4: Fix SBDebugger::CreateTargetWithFileAndArch to acc...
jimingham via All-commits
all-commits at lists.llvm.org
Mon Jan 25 12:58:50 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f05dc40c31d1883b46b8bb60547087db2f4c03e3
https://github.com/llvm/llvm-project/commit/f05dc40c31d1883b46b8bb60547087db2f4c03e3
Author: Jim Ingham <jingham at apple.com>
Date: 2021-01-25 (Mon, 25 Jan 2021)
Changed paths:
M lldb/source/API/SBDebugger.cpp
M lldb/test/API/python_api/target/TestTargetAPI.py
Log Message:
-----------
Fix SBDebugger::CreateTargetWithFileAndArch to accept LLDB_ARCH_DEFAULT.
The API docs in SBDebugger.i claim this should work but it doesn't. This
should fix it.
Differential Revision: https://reviews.llvm.org/D95164
More information about the All-commits
mailing list