Is there any function like `isfile`, `exists` or `-e` in gdb? -


i want write subprocess in .gdbinit gdb. need test isfile, exists or -e. there built-in function or other method implement it?

no, there isn't that.

you can either use "shell" invoke shell scripts, or can use "python" command evaluate python code.


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -