Author: nitesh.jain
Date: Mon Oct 10 04:02:41 2016
New Revision: 283728
URL: http://llvm.org/viewvc/llvm-project?rev=283728&view=rev
Log:
[LLDB][MIPS] Fix register read/write for 32 bit big endian system
Reviewers: clayborg, labath
Subscribers: jaydeep, bhushan, mohit.bhakkad, slthakur, llvm-com
Author: nitesh.jain
Date: Mon Oct 10 04:16:20 2016
New Revision: 283729
URL: http://llvm.org/viewvc/llvm-project?rev=283729&view=rev
Log:
[LLDB][MIPS] Fix TestReturnValue failure for MIPS
Reviewers: clayborg, labath, bhushan
Subscribers: jaydeep, slthakur, llvm-commits
Differential Revision: ht
nitesh.jain added a comment.
Hi Greg,
The diff is update as per suggestion so should I commit this ?
Thanks
https://reviews.llvm.org/D24603
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/ll
nitesh.jain added a comment.
Hi Greg,
Please could you find some time to review this ?
Thanks
https://reviews.llvm.org/D25021
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: nitesh.jain
Date: Mon Oct 10 05:02:09 2016
New Revision: 283732
URL: http://llvm.org/viewvc/llvm-project?rev=283732&view=rev
Log:
[LLDB][MIPS] Skip some test case which were causing LLDB to go into infinite
loop
Reviewers: clayborg, labath
Subscribers: jaydeep, bhushan, slthakur, llvm-c
Author: nitesh.jain
Date: Mon Oct 10 05:47:53 2016
New Revision: 283739
URL: http://llvm.org/viewvc/llvm-project?rev=283739&view=rev
Log:
[LLDB][MIPS] All tests get errors in dotest after this test.
Subscribers: jaydeep, bhushan, slthakur, llvm-commits
Modified:
lldb/trunk/packages/Python/l
clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.
Use "llvm::StringRef::contains". See inline comment.
Comment at: source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp:1408-1409
llvm::StringRef path(cstr)
Hello everyone,
LLVM buildmaster will be updated and restarted after 6 PM Pacific time
today.
Thanks
Galina
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
clayborg added a comment.
Commit anytime.
https://reviews.llvm.org/D24603
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: jingham
Date: Mon Oct 10 17:21:47 2016
New Revision: 283813
URL: http://llvm.org/viewvc/llvm-project?rev=283813&view=rev
Log:
Add the radar number on our end.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointComm
Author: jingham
Date: Mon Oct 10 18:29:01 2016
New Revision: 283820
URL: http://llvm.org/viewvc/llvm-project?rev=283820&view=rev
Log:
Add the related radar on our end for llvm.org/pr15824.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/thread/multi_break/TestMultipleBrea
Author: jingham
Date: Mon Oct 10 18:31:36 2016
New Revision: 283821
URL: http://llvm.org/viewvc/llvm-project?rev=283821&view=rev
Log:
Adding radar number on our end for llvm.org/pr15824.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/thread/state/TestThreadStates.py
Mod
Author: jingham
Date: Mon Oct 10 19:35:41 2016
New Revision: 283835
URL: http://llvm.org/viewvc/llvm-project?rev=283835&view=rev
Log:
This test was failing because /bin/ls is no longer debuggable on OS X.
Add an executable that we can debug.
Added:
lldb/trunk/packages/Python/lldbsuite/test/fu
Author: jingham
Date: Mon Oct 10 20:53:43 2016
New Revision: 283843
URL: http://llvm.org/viewvc/llvm-project?rev=283843&view=rev
Log:
Fixing the bug number for darwin on this failure.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py
Modified:
Author: jmolenda
Date: Mon Oct 10 21:24:00 2016
New Revision: 283847
URL: http://llvm.org/viewvc/llvm-project?rev=283847&view=rev
Log:
Add a first unit test for the arm64 instruction profiled unwind
plan generator.
Fix a small bug in EmulateInstructionARM64::GetFramePointerRegister
which was retu
On Mon, Oct 10, 2016 at 7:33 PM Jason Molenda via lldb-commits <
lldb-commits@lists.llvm.org> wrote:
>
> +if (process_sp->GetTarget().ReadMemory(
>
> +range.GetBaseAddress(), prefer_file_cache,
> function_text.data(),
>
> +range.GetByteSize(), error) != range.GetByteSiz
Author: jmolenda
Date: Mon Oct 10 22:44:48 2016
New Revision: 283849
URL: http://llvm.org/viewvc/llvm-project?rev=283849&view=rev
Log:
Add a second, more complicated, arm64 example program to
the arm64 assembly unwind tests.
Modified:
lldb/trunk/unittests/UnwindAssembly/InstEmulation/TestArm6
On Mon, Oct 10, 2016 at 8:53 PM Jason Molenda via lldb-commits <
lldb-commits@lists.llvm.org> wrote:
> Author: jmolenda
>
> Date: Mon Oct 10 22:44:48 2016
>
> New Revision: 283849
>
>
>
> URL: http://llvm.org/viewvc/llvm-project?rev=283849&view=rev
>
> Log:
>
> Add a second, more complicated, arm6
18 matches
Mail list logo