Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Whether gdb MI commands should work from Eclipse or not?

Currently the gdb console is designed to work with CLI commands only. I don't think it's a big problem to extend it to MI commands, but nobody has requested it so far.

----- Original Message ----- From: "Arora, Ruchi" <ruchi.arora@xxxxxx>
To: <cdt-dev@xxxxxxxxxxx>
Sent: Thursday, May 11, 2006 9:32 AM
Subject: [cdt-dev] Whether gdb MI commands should work from Eclipse or not?





Hi All,

I have a doubt regarding "Running gdb MI commands from Eclipse".

Steps what I followed are:

1. Installed Eclipse and extracted cdt plugin's in plugin folder of
Eclipse.
2. Ran Eclipse as a Work Bench.
3. Created a c++ project in runtime-workbench.
4. Started debugging the project.
5. Entered the MI command in Debugger Process console.
   -break-insert CarTest.cpp:32

 Output was
   Undefined command: "-break-insert".


 My doubt is whether it is supposed to work or not, because gdb CLI
commands like "break CarTest.cpp:32" works perfactly fine while running
on Debugger Process console, On simlar lines whether gdb MI commands
should work or not?

Thanks in Advance.

Regards,
Ruchi Arora

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top