[Lldb-commits] PTYPE replacement in LLDB

2017-09-11 Thread vignesh balu via lldb-commits
Hi All, I see in the command Mapping Documnet, we can use "image lookup -type" in place of "ptype" from gdb. Currently, this can be used only for Type(link int, char) , or gloal, static variable or function symbol. This is not as efficient as GDB, where it will whole structure if we point to var

Re: [Lldb-commits] [PATCH] D32732: "target variable" not showing all global variable if we print any global variable before execution starts

2017-05-30 Thread vignesh balu via lldb-commits
Any suggestions ? thanks, vbalu On Tue, May 16, 2017 at 12:51 PM, vignesh balu via Phabricator < revi...@reviews.llvm.org> wrote: > vbalu added a comment. > > In https://reviews.llvm.org/D32732#753348, @jingham wrote: > > > That looks like the right way to do it. What was your thinking behind >

Re: [Lldb-commits] [PATCH] D32522: Test case for the issue raised in D32271

2017-05-09 Thread vignesh balu via lldb-commits
you mean like this "exe = os.path.join('./newdir/','proc_attach')". I can't use "os.getcwd" as it will become the absolute path which we should not use. thanks, vbalu On Wed, May 3, 2017 at 11:51 AM, Zachary Turner wrote: > Can you rewrite the exe path computation to use os.path.join so we're n