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
Post a Comment