Author: nitesh.jain
Date: Wed Jun 14 05:02:56 2017
New Revision: 305378
URL: http://llvm.org/viewvc/llvm-project?rev=305378&view=rev
Log:
[LLDB][MIPS] Fix TestRegisterVariables.py.
Clang does not accept regparm attribute on these platforms.
Fortunately, the default calling convention passes argum
labath created this revision.
Herald added subscribers: kristof.beyls, javed.absar, aemerson.
The motivation for this is to make sure the first row of the plan
compares equal to the first row of a generic debug_frame unwind plan.
Right now, the code in FuncUnwinders::GetUnwindPlanAtNonCallSite
con
Author: nitesh.jain
Date: Wed Jun 14 05:47:25 2017
New Revision: 305380
URL: http://llvm.org/viewvc/llvm-project?rev=305380&view=rev
Log:
[LLDB][MIPS] Fix TestNoreturnUnwind.py.
bugnumber=llvm.org/pr33452
Subscribers: jaydeep, bhushan, lldb-commits, slthakur
Modified:
lldb/trunk/packages/P
Author: nitesh.jain
Date: Wed Jun 14 07:21:26 2017
New Revision: 305383
URL: http://llvm.org/viewvc/llvm-project?rev=305383&view=rev
Log:
[LLDB][MIPS] Skip TestGdbRemoteSingleStep and TestGdbRemote_vCont.py.
The step count depends on code generated by compiler (GCC/Clang).
It will also vary for d
ravitheja updated this revision to Diff 102540.
ravitheja marked 29 inline comments as done.
ravitheja added a comment.
Changes suggested in previous round of feedback.
https://reviews.llvm.org/D33674
Files:
include/lldb/Host/common/NativeProcessProtocol.h
include/lldb/Host/linux/Support.h
ravitheja added inline comments.
Comment at: source/Plugins/Process/Linux/NativeProcessLinux.cpp:2847
+
+Status NativeProcessLinux::StopProcessorTracingOnProcess(lldb::user_id_t uid) {
+ Status ret_error;
labath wrote:
> You are calling this function with uid =
Author: spyffe
Date: Wed Jun 14 18:01:43 2017
New Revision: 305424
URL: http://llvm.org/viewvc/llvm-project?rev=305424&view=rev
Log:
[testsuite] xfailed two tests that depend on NSString conforming to NSCopying.
NSString is loaded from the DWARF, which doesn't have the concept of protocols.
When
Author: jmolenda
Date: Wed Jun 14 20:42:48 2017
New Revision: 305441
URL: http://llvm.org/viewvc/llvm-project?rev=305441&view=rev
Log:
Change how LocateDSYMInVincinityOfExecutable strips off path
components to not depend on "." characters in the fileanme
(e.g. "Foundation.framework") but instead t