Re: [Lldb-commits] [PATCH] D15593: Add support for "source info" and use it to fix MI's -symbol-list-lines.

2015-12-21 Thread Dawn Perchik via lldb-commits
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

Re: [Lldb-commits] [PATCH] D15593: Enhance "target modules dump line " and use it to fix MI's -symbol-list-lines.

2015-12-21 Thread Dawn Perchik via lldb-commits
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

[Lldb-commits] [PATCH] D15708: Advance the return-address breakpoint location to the end of the next source line, or the next branching instruction, when stepping over a func call

2015-12-21 Thread Jason Molenda via lldb-commits
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)

Re: [Lldb-commits] [PATCH] D15593: Enhance "target modules dump line " and use it to fix MI's -symbol-list-lines.

2015-12-21 Thread Dawn Perchik via lldb-commits
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

[Lldb-commits] [lldb] r256223 - No need for a custom function here; just use what C provides

2015-12-21 Thread Enrico Granata via lldb-commits
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

[Lldb-commits] [lldb] r256219 - Remove an empty folder

2015-12-21 Thread Enrico Granata via lldb-commits
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

[Lldb-commits] [lldb] r256212 - Reduce code duplication

2015-12-21 Thread Enrico Granata via lldb-commits
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

[Lldb-commits] [PATCH] D15684: Add note about the "thread until" command to the llvm-gdb cheatsheet.

2015-12-21 Thread Justin Lebar via lldb-commits
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

[Lldb-commits] [lldb] r256147 - Fix emulation of the thumb str instruction

2015-12-21 Thread Tamas Berghammer via lldb-commits
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