[Lldb-commits] [PATCH] D29144: LLDB: fix for TestCallThatThrows.py test fail

2017-01-26 Thread Jim Ingham via Phabricator via lldb-commits
jingham added a comment. Something else is going on then. The run to break point plan is just the subsidiary plan that implements the call function plan. The way the function call plan works is that finds some code which we know isn't going to get executed (_start or something like it), write

[Lldb-commits] [PATCH] D29078: This patch implements a command to access and manipulate the Intel(R) MPX Boundary Tables.

2017-01-26 Thread Valentina Giusti via Phabricator via lldb-commits
valentinagiusti updated this revision to Diff 85906. valentinagiusti marked an inline comment as done. valentinagiusti added a comment. used GetAddress() instead of GetUnsignedIntXX() https://reviews.llvm.org/D29078 Files: tools/CMakeLists.txt tools/intel-mpx/CMakeLists.txt tools/intel-mp

[Lldb-commits] [PATCH] D29078: This patch implements a command to access and manipulate the Intel(R) MPX Boundary Tables.

2017-01-26 Thread Valentina Giusti via Phabricator via lldb-commits
valentinagiusti marked 2 inline comments as done. valentinagiusti added inline comments. Comment at: tools/intel-mpx/IntelMPXTablePlugin.cpp:219 +} + +static std::vector uIntToU8(uint64_t input, size_t size) { clayborg wrote: > I'll fix SBData and this should wor

[Lldb-commits] [lldb] r293161 - Removed an unneccesary #if now that debugserver-mini links Foundation.

2017-01-26 Thread Sean Callanan via lldb-commits
Author: spyffe Date: Thu Jan 26 02:51:32 2017 New Revision: 293161 URL: http://llvm.org/viewvc/llvm-project?rev=293161&view=rev Log: Removed an unneccesary #if now that debugserver-mini links Foundation. Modified: lldb/trunk/tools/debugserver/source/MacOSX/MachProcess.mm Modified: lldb/trunk