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
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
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
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
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:
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
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
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