[Lldb-commits] test/lldbtest.py fix

2014-10-24 Thread Oleksiy Vyalov
Hello, I'm new to LLDB community and recently started to dive into LLDB. I was running tests on my Ubuntu and noticed that sometimes lldb and inferior process remained in process list after test run is completed: ps -elf | grep lldb 0 S ovyalov 13653 4457 0 80 0 - 125362 futex_ 11:09 ?

[Lldb-commits] [lldb] r220574 - Make ProcessWindows just use Host::LaunchProcess.

2014-10-24 Thread Zachary Turner
Author: zturner Date: Fri Oct 24 12:51:56 2014 New Revision: 220574 URL: http://llvm.org/viewvc/llvm-project?rev=220574view=rev Log: Make ProcessWindows just use Host::LaunchProcess. Modified: lldb/trunk/source/Host/windows/HostProcessWindows.cpp

[Lldb-commits] [lldb] r220591 - Remove duplicated new file content

2014-10-24 Thread Ed Maste
Author: emaste Date: Fri Oct 24 15:49:50 2014 New Revision: 220591 URL: http://llvm.org/viewvc/llvm-project?rev=220591view=rev Log: Remove duplicated new file content Modified: lldb/trunk/test/python_api/section/Makefile lldb/trunk/test/python_api/section/TestSectionAPI.py

Re: [Lldb-commits] [lldb] r220511 - Fix a problem where an SBType was advertising its static type class even though a dynamic type was available. Solves rdar://18744420

2014-10-24 Thread Enrico Granata
Sean, is there any provision in lldbinline for saying “Darwin-only”? or any other attribute for that matter... On Oct 24, 2014, at 2:18 PM, Ed Maste ema...@freebsd.org wrote: On 23 October 2014 17:15, Enrico Granata egran...@apple.com wrote: Author: enrico Date: Thu Oct 23 16:15:20 2014

[Lldb-commits] [lldb] r220596 - Implement explicit thread stack size specification on Windows.

2014-10-24 Thread Zachary Turner
Author: zturner Date: Fri Oct 24 17:06:29 2014 New Revision: 220596 URL: http://llvm.org/viewvc/llvm-project?rev=220596view=rev Log: Implement explicit thread stack size specification on Windows. Modified: lldb/trunk/source/Core/Debugger.cpp

[Lldb-commits] [lldb] r220602 - Setting breakpoints with name mask eFunctionNameTypeBase was broken for straight C names by 220432. Get

2014-10-24 Thread Jim Ingham
Author: jingham Date: Fri Oct 24 19:33:55 2014 New Revision: 220602 URL: http://llvm.org/viewvc/llvm-project?rev=220602view=rev Log: Setting breakpoints with name mask eFunctionNameTypeBase was broken for straight C names by 220432. Get that working again. Modified: