0

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?

1
  • Why is using a pipe (with gdb in MI mode) not ok? Commented Nov 19, 2014 at 9:51

1 Answer 1

2

https://sourceware.org/gdb/wiki/GDB%20Front%20Ends explains what to do, apparently ddd which i suggested earlier, uses outdated interface

Sign up to request clarification or add additional context in comments.

1 Comment

He actually wants sourceware.org/gdb/onlinedocs/gdb/GDB_002fMI.html, but I think your link also is a good idea, as there is a number of "wrappers" already available, including Eclipse & Netbeans.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.