Author: tberghammer
Date: Mon Dec 21 06:06:36 2015
New Revision: 256147
URL: http://llvm.org/viewvc/llvm-project?rev=256147&view=rev
Log:
Fix emulation of the thumb str instruction
Modified:
lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
Modified: lldb/trunk/source/Plugi
jlebar created this revision.
jlebar added a reviewer: brucem.
jlebar added a subscriber: lldb-commits.
http://reviews.llvm.org/D15684
Files:
www/lldb-gdb.html
Index: www/lldb-gdb.html
===
--- www/lldb-gdb.html
+++ www/lldb-gdb.ht
Author: enrico
Date: Mon Dec 21 17:10:17 2015
New Revision: 256212
URL: http://llvm.org/viewvc/llvm-project?rev=256212&view=rev
Log:
Reduce code duplication
Modified:
lldb/trunk/source/Core/ValueObject.cpp
Modified: lldb/trunk/source/Core/ValueObject.cpp
URL:
http://llvm.org/viewvc/llvm-pro
Author: enrico
Date: Mon Dec 21 18:00:35 2015
New Revision: 256219
URL: http://llvm.org/viewvc/llvm-project?rev=256219&view=rev
Log:
Remove an empty folder
Removed:
lldb/trunk/test/test_runner/
___
lldb-commits mailing list
lldb-commits@lists.llvm
Author: enrico
Date: Mon Dec 21 18:47:36 2015
New Revision: 256223
URL: http://llvm.org/viewvc/llvm-project?rev=256223&view=rev
Log:
No need for a custom function here; just use what C provides
Modified:
lldb/trunk/source/Core/ValueObject.cpp
Modified: lldb/trunk/source/Core/ValueObject.cpp
dawn added a comment.
In http://reviews.llvm.org/D15593#313342, @clayborg wrote:
> Dawn, if you don't understand what I asked you to do,
Sorry for late reply - been recovering from minor surgery. I have a new patch,
but I've not yet gone through all of Ilia's additional comments - will probab
jasonmolenda created this revision.
jasonmolenda added a reviewer: jingham.
jasonmolenda added a subscriber: lldb-commits.
jasonmolenda set the repository for this revision to rL LLVM.
Herald added a subscriber: aemerson.
When lldb is instruction stepping (or fast-stepping / instruction stepping)
dawn marked 4 inline comments as done.
dawn added a comment.
Replies to Ilia's comments...
Comment at: source/Commands/CommandObjectTarget.cpp:1543
@@ +1542,3 @@
+continue;
+CompileUnit *cu = cu_sp.get();
+const FileSpecList &c
dawn retitled this revision from "Enhance "target modules dump line " and
use it to fix MI's -symbol-list-lines." to "Add support for "source info" and
use it to fix MI's -symbol-list-lines.".
dawn updated the summary for this revision.
dawn updated this revision to Diff 43429.
dawn marked 2 inli