I want to make gdb-wrapper. As you know, GDB has only CLI interface. but I hate debugging on CLI interface :( So I want to made GUI-Wrapper that use GDB debugger.
Like a OllyDBG, Down-side shows memory dump, Right-side shows Register, and Left-side shows Disassembled code.
But to this works, My program, GUI Wrapper, can communicate with gdb. but I have no idea to communicate GDB without Pipe. (Communicating with pipe is not so good idea)
Is there no way to communicate with gdb?