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
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
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