labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
Looks great.
https://reviews.llvm.org/D29352
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/list
emaste created this revision.
Inspired by https://reviews.llvm.org/rL294145 (https://reviews.llvm.org/D29266)
for NetBSD, this reduces diffs between the FreeBSD and Linux/NetBSD Platform
implementations. Further diff reduction will occur once FreeBSD switches to
using the remote process plugin.
labath accepted this revision.
labath added a comment.
cool
https://reviews.llvm.org/D29667
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: emaste
Date: Tue Feb 7 13:29:10 2017
New Revision: 294340
URL: http://llvm.org/viewvc/llvm-project?rev=294340&view=rev
Log:
Synchronize PlatformFreeBSD with Linux
Inspired by r294145 for NetBSD, this reduces diffs between the FreeBSD
and Linux/NetBSD Platform implementations. Further dif
This revision was automatically updated to reflect the committed changes.
Closed by commit rL294340: Synchronize PlatformFreeBSD with Linux (authored by
emaste).
Changed prior to commit:
https://reviews.llvm.org/D29667?vs=87482&id=87490#toc
Repository:
rL LLVM
https://reviews.llvm.org/D2966
omjavaid created this revision.
Herald added subscribers: mgorny, danalbert, rengolin, aemerson.
This patch implements hardware breakpoint functionality in LLDB for AArch64
targets. AArch64 targets supports hardware breakpoints via ptrace interface
similar to hardware watchpoints. Hardware break
labath added a comment.
Don't be intimidated by the number of comments :) - I think the change looks
reasonable as a whole - most of them are just about style and come from the
fact you were probably working on the patch while I was refactoring this code.
As for tests, what I'd definitely want
Author: cbieneman
Date: Tue Feb 7 17:33:58 2017
New Revision: 294372
URL: http://llvm.org/viewvc/llvm-project?rev=294372&view=rev
Log:
[CMake] Add explicit dependencies for ObjectFileELF tests
Modified:
lldb/trunk/unittests/ObjectFile/ELF/CMakeLists.txt
Modified: lldb/trunk/unittests/Object
beanz added a comment.
Ok. I think this patch is fully ready to go now. I added the missing
dependencies in the ObjectFileELF tests in https://reviews.llvm.org/rL294372.
Thank you @labath for all your patience and help testing this patch. I've
tested it on Darwin and FreeBSD in the current inca
Author: nitesh.jain
Date: Wed Feb 8 01:29:24 2017
New Revision: 294415
URL: http://llvm.org/viewvc/llvm-project?rev=294415&view=rev
Log:
[LLDB][MIPS] Fix TestMiniDumpNew
Reviewers: labath, clayborg
Subscribers: jaydeep, bhushan, lldb-commits, slthakur
Differential Revision: https://reviews.llv
This revision was automatically updated to reflect the committed changes.
Closed by commit rL294415: [LLDB][MIPS] Fix TestMiniDumpNew (authored by
nitesh.jain).
Changed prior to commit:
https://reviews.llvm.org/D29215?vs=86268&id=87598#toc
Repository:
rL LLVM
https://reviews.llvm.org/D29215
Author: nitesh.jain
Date: Wed Feb 8 01:42:56 2017
New Revision: 294418
URL: http://llvm.org/viewvc/llvm-project?rev=294418&view=rev
Log:
[LLDB][MIPS] Fix TestMiExec and TestMiData failures
Subscribers: jaydeep, bhushan, lldb-commits, slthakur
Modified:
lldb/trunk/packages/Python/lldbsuite/t
12 matches
Mail list logo