[lldb-dev] Patch to Attach pid successfully from different dir

2017-04-19 Thread vignesh balu via lldb-dev
Hi, Firstly, I am new to the community, So please bear with my mistakes and guide me to be on your wavelength. While using lldb we found the small bug with attaching to the running process. "attach" works fine when we run the lldb on the same dir where we ran the executable but not if the dir chan

Re: [lldb-dev] Patch to Attach pid successfully from different dir

2017-04-19 Thread vignesh balu via lldb-dev
Created Review : https://reviews.llvm.org/D32271 Do i need to assign the reviewers ? if so please let me know how to get reviewers list. -vbalu On Wed, Apr 19, 2017 at 7:59 PM, Kamil Rytarowski wrote: > On 19.04.2017 16:15, vignesh balu via lldb-dev wrote: > > Hi, > > First

[lldb-dev] PTYPE replacement in LLDB

2017-09-11 Thread vignesh balu via lldb-dev
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