[lldb-dev] Can't create Target on MacOS

2018-10-19 Thread Guolong Zheng via lldb-dev
Hello, I am trying to write lldb python script on MacOS. The script looks like: *import lldb debugger = lldb.SBDebugger.Create() debugger.SetAsync(False) target = debugger.CreateTargetWithFileAndArch ("test", lldb.LLDB_ARCH_DEFAULT) target.BreakpointCreateByLocation("test.c", 12)* The script work

[lldb-dev] [Bug 39330] 7.0.1 backport: Assertion failed: (!m_first_die || m_first_die == m_die_array.front())…

2018-10-19 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=39330 Tom Stellard changed: What|Removed |Added CC||tstel...@redhat.com Fixed By Commit(s)|

[lldb-dev] Updates on SVN to GitHub migration

2018-10-19 Thread Tom Stellard via lldb-dev
TLDR: Official monorepo repository will be published on Tuesday, Oct 23, 2018. After this date, you should modify your workflows to use the monorepo ASAP. Current workflows will be supported for at most 1 more year. Hi, We had 2 round-tables this week at the Developer Meeting to discuss the SVN

Re: [lldb-dev] Updates on SVN to GitHub migration

2018-10-19 Thread Tom Stellard via lldb-dev
On 10/19/2018 05:47 PM, Tom Stellard via lldb-dev wrote: > TLDR: Official monorepo repository will be published on > Tuesday, Oct 23, 2018. After this date, you should modify > your workflows to use the monorepo ASAP. Current workflows > will be supported for at most 1 more year. > > Hi, > > We