Bug 57602 - Full command input support in console
Summary: Full command input support in console
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 2.0   Edit
Hardware: PC Linux
: P3 enhancement with 2 votes (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-06 12:56 EDT by Susan Macchia CLA
Modified: 2020-09-04 15:16 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Susan Macchia CLA 2004-04-06 12:56:22 EDT
Having the ability to issue command line debugging commands is important for
accessing advanced capabilities not present in the UI.  It is also a feature
that power debugger users want to have.

There is limited command input support today, but it is inadequate.
Comment 1 Nobody - feel free to take it CLA 2004-04-06 16:10:40 EDT
Alain is working on the gdb console support.
Comment 2 Susan Macchia CLA 2004-04-07 13:47:01 EDT
Will this support be generic so that other debuggers that plug in will be able
to utilize the console?
Comment 3 Kleo Hapitas CLA 2004-07-07 16:54:34 EDT
PR was not targeted to any particular release. Changing target milestone to 2.1
Comment 4 Alain Magloire CLA 2004-11-04 11:57:19 EST
> Will this support be generic so that other debuggers that plug in will be 
able
> to utilize the console?

Yes.

For now it is a decision up to the backend to "add" to the debug launch
a "fake" Process that will allow it to accept command inputs.

Did you want something more abstract like a general Command console facility ?
Comment 5 Susan Macchia CLA 2004-11-08 14:00:30 EST
>For now it is a decision up to the backend to "add" to the debug launch
>a "fake" Process that will allow it to accept command inputs.

I will take a look at this and see if it serves.

>Did you want something more abstract like a general Command console facility ?

In general, that is what I was thinking.  The more work the general class(es) 
do, the less the consumer of that class will have to do (or those that derive 
from it for more specialized purposes).

But as I said, over the next month I will be plugging our debugger into 
Eclipse, so I will see whether the current implementation will serve the 
purpose.
Comment 6 Alain Magloire CLA 2004-11-12 18:31:55 EST
> In general, that is what I was thinking.  The more work the general class
(es) 
> do, the less the consumer of that class will have to do (or those that 
derive 
> from it for more specialized purposes).

Yes, but we do not forsee to do this before CDT-3.0

Comment 7 Doug Schaefer CLA 2007-08-21 11:03:17 EDT
Future means you commit to fix it in the Future. Inboxes can't make committments. Moving to '--'.