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