[Lldb-commits] [lldb] r309772 - Fix a mis-feature with propagation of breakpoint options -> location options.

2017-08-01 Thread Jim Ingham via lldb-commits
Author: jingham Date: Tue Aug 1 17:16:10 2017 New Revision: 309772 URL: http://llvm.org/viewvc/llvm-project?rev=309772&view=rev Log: Fix a mis-feature with propagation of breakpoint options -> location options. When an option was set at on a location, I was just copying the whole option set to

[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&view=rev Log: xfail test_get_process_info pending bot fixes Modified: lldb/trunk/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py Modified: lldb/trunk/p

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

2017-08-01 Thread Sean Callanan via lldb-commits
Vadim, this patch is breaking http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/11601 http://lab.llvm.org:8011/builders/lldb-windows7-android/builds/5560 http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-android/builds/6022 http://lab.llvm.org:8011/builders/lldb

[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&view=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.pbxpro

[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&view=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 http://lists.ll

[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&id=109055#toc Repository: rL LLVM https://reviews.llvm.org/D

[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&view=rev Log: Expose process instance info via SB API Summary: Implement SBProcessInfo to wrap lldb_private::ProcessInstanceInfo, and add SBProcess::GetProcessInfo() to retrieve