https://llvm.org/bugs/show_bug.cgi?id=25071
Bug ID: 25071
Summary: Creating target with default architecture returns
invalid target
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
This worked on lldb-3.6:
target = debugger.CreateTargetWithFileAndArch("./test", lldb.LLDB_ARCH_DEFAULT)
assert target.IsValid()
but doesn't work on lldb 3.8 compiled from trunk, it returns an invalid target.
When I manually set the target ("i386-pc-linux", I'm running on Linux Mint
Rafaela 17.2 32-bit), it works and returns a valid target, but
LLDB_ARCH_DEFAULT doesn't work (nor does LLDB_ARCH_DEFAULT_32BIT). Does this
have to be set manually during the compilation of LLDB itself?
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev