[Lldb-commits] [lldb] r309714 - xfail test_get_process_info pending bot fixes

2017-08-01 Thread Sean Callanan via lldb-commits
Author: spyffe Date: Tue Aug 1 10:43:54 2017 New Revision: 309714 URL: http://llvm.org/viewvc/llvm-project?rev=309714=rev Log: xfail test_get_process_info pending bot fixes Modified: lldb/trunk/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py Modified:

[Lldb-commits] [lldb] r309709 - Remember to make API headers Public in the LLDB target.

2017-08-01 Thread Jim Ingham via lldb-commits
Author: jingham Date: Tue Aug 1 10:19:59 2017 New Revision: 309709 URL: http://llvm.org/viewvc/llvm-project?rev=309709=rev Log: Remember to make API headers Public in the LLDB target. Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj

[Lldb-commits] [lldb] r309702 - [build system] Add SBProcessInfo to the xcodeproj

2017-08-01 Thread Sean Callanan via lldb-commits
Author: spyffe Date: Tue Aug 1 10:08:46 2017 New Revision: 309702 URL: http://llvm.org/viewvc/llvm-project?rev=309702=rev Log: [build system] Add SBProcessInfo to the xcodeproj Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj URL:

[Lldb-commits] [PATCH] D35760: Expose active and available platform lists via SBDebugger API

2017-08-01 Thread Vadim Macagon via Phabricator via lldb-commits
enlight marked an inline comment as done. enlight added a comment. I've updated the patch with your suggestions @jingham Repository: rL LLVM https://reviews.llvm.org/D35760 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

[Lldb-commits] [PATCH] D35881: Expose process instance info via SB API

2017-08-01 Thread Vadim Macagon via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL309664: Expose process instance info via SB API (authored by enlight). Changed prior to commit: https://reviews.llvm.org/D35881?vs=108228=109055#toc Repository: rL LLVM

[Lldb-commits] [lldb] r309664 - Expose process instance info via SB API

2017-08-01 Thread Vadim Macagon via lldb-commits
Author: enlight Date: Tue Aug 1 00:34:26 2017 New Revision: 309664 URL: http://llvm.org/viewvc/llvm-project?rev=309664=rev Log: Expose process instance info via SB API Summary: Implement SBProcessInfo to wrap lldb_private::ProcessInstanceInfo, and add SBProcess::GetProcessInfo() to retrieve