Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Conf. call details about bug 88546 - "Serious issues while debugging in Remote Development scenario"

> 
> Hi All,
> 
> I have setup a conference call to discuss issue
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=88546
> 
> Logistics:
> Date: Tuesday, March 22nd 2005 
> Time: 8:30am PST ( 11:30am EST)
> Duration: 1 hour
> Dial-in: 1-866-448-1302 (toll-free)
>            1-763-315-6910 (toll)
> Participant id: 4470994#
> 
> Agenda:
>    1. Brainstorm the issues listed in the above bug.
>    2. Come up with a solution for future implementation.
> 

Quick followup, for this list.

It was a very "fructueux"(translation:fruitfull ??) session.

The scenario: in HP's environment the dialog between gdb is over the net.

The concerns:  The MI exchange is to verbose and it feels that we can be
more efficient.  a few areas were targeted:

(1) Variables
(2) Registers
(3) Memory


(1) Variables: a solution is to use 
	-var-update *
    instead of doing for each variables.  Old version of gdb would crash
    if you have a mixed of variables object(Register, variable, memory).
    Action: Look at this again for CDT-3.0.

(2) Registers:  possible solutions with the coming of RegisterGroups

(3) Memory:  Possible solutions to use again varobj from GDB, that 
    will send us back the diffs instead of fetching the entire memory block
    at each steps.

to follow this, Sumit will schedule another conf call later.

Many thanks to the HP folks




Back to the top