Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Couple issues with DSF

2009/2/25 Dmitry Smirnov <divis1969@xxxxxxxxx>:
> I would like to report one more problem with DSF: a very long time to
> initialize debugger.

Third issue: the list of optimized values of __result$$*.
I've got a long list of such variables in some (long?) functions.

Don't you think it would be better to hide them somehow? Or list only
those that are valid at some execution address?

Here is the example of what can I see (ordinal local variables are
removed, I was lucky they were listed at the top of this list :-) )
__result$$27$$tmc_wait	rex_sigs_type	<value optimized out>	
__result$$46$$rex_set_sigs	rex_sigs_type	<value optimized out>	
__result$$49$$rex_clr_sigs	rex_sigs_type	<value optimized out>	
__result$$13$$rex_self	rex_tcb_type *	<value optimized out>	
__result$$50$$rex_set_sigs	rex_sigs_type	<value optimized out>	
__result$$53$$rex_clr_sigs	rex_sigs_type	<value optimized out>	
__result$$54$$rex_set_sigs	rex_sigs_type	<value optimized out>	
__result$$57$$rex_clr_sigs	rex_sigs_type	<value optimized out>	
__result$$58$$rex_set_sigs	rex_sigs_type	<value optimized out>	
__result$$64$$rex_self	rex_tcb_type *	<value optimized out>	
__result$$68$$rex_self	rex_tcb_type *	<value optimized out>	
__result$$10$$rex_clr_sigs	rex_sigs_type	<value optimized out>	
__result$$11$$rex_set_sigs	rex_sigs_type	<value optimized out>	
__result$$14$$rex_clr_sigs	rex_sigs_type	<value optimized out>	
__result$$29$$rex_clr_sigs	rex_sigs_type	<value optimized out>	
__result$$32$$rex_self	rex_tcb_type *	<value optimized out>	
__result$$36$$rex_self	rex_tcb_type *	<value optimized out>	
__result$$43$$tmc_wait	rex_sigs_type	<value optimized out>	
__result$$47$$tmc_wait	rex_sigs_type	<value optimized out>	
__result$$61$$rex_clr_sigs	rex_sigs_type	<value optimized out>	
__result$$62$$rex_set_sigs	rex_sigs_type	<value optimized out>	
__result$$65$$rex_clr_sigs	rex_sigs_type	<value optimized out>	
__result$$12$$tmc_wait	rex_sigs_type	<value optimized out>	
__result$$67$$tmc_wait	rex_sigs_type	<value optimized out>	
__result$$1$$rex_self	rex_tcb_type *	<value optimized out>	
__result$$5$$rex_self	rex_tcb_type *	<value optimized out>	
__result$$9$$rex_self	rex_tcb_type *	<value optimized out>	
__result$$28$$rex_self	rex_tcb_type *	<value optimized out>	
__result$$35$$tmc_wait	rex_sigs_type	<value optimized out>	
__result$$39$$tmc_wait	rex_sigs_type	<value optimized out>	
__result$$60$$rex_self	rex_tcb_type *	<value optimized out>	
__result$$2$$rex_clr_sigs	rex_sigs_type	<value optimized out>	
__result$$3$$rex_set_sigs	rex_sigs_type	<value optimized out>	
__result$$6$$rex_clr_sigs	rex_sigs_type	<value optimized out>	
__result$$26$$rex_set_sigs	rex_sigs_type	<value optimized out>	
__result$$66$$rex_set_sigs	rex_sigs_type	<value optimized out>	
__result$$69$$rex_clr_sigs	rex_sigs_type	<value optimized out>	
__result$$30$$rex_set_sigs	rex_sigs_type	<value optimized out>	
__result$$33$$rex_clr_sigs	rex_sigs_type	<value optimized out>	
__result$$34$$rex_set_sigs	rex_sigs_type	<value optimized out>	
__result$$37$$rex_clr_sigs	rex_sigs_type	<value optimized out>	
__result$$38$$rex_set_sigs	rex_sigs_type	<value optimized out>	
__result$$4$$tmc_wait	rex_sigs_type	<value optimized out>	
__result$$8$$tmc_wait	rex_sigs_type	<value optimized out>	
__result$$41$$rex_clr_sigs	rex_sigs_type	<value optimized out>	
__result$$42$$rex_set_sigs	rex_sigs_type	<value optimized out>	
__result$$45$$rex_clr_sigs	rex_sigs_type	<value optimized out>	
__result$$52$$rex_self	rex_tcb_type *	<value optimized out>	
__result$$56$$rex_self	rex_tcb_type *	<value optimized out>	
__result$$63$$tmc_wait	rex_sigs_type	<value optimized out>	
__result$$31$$tmc_wait	rex_sigs_type	<value optimized out>	
__result$$7$$rex_set_sigs	rex_sigs_type	<value optimized out>	
__result$$40$$rex_self	rex_tcb_type *	<value optimized out>	
__result$$44$$rex_self	rex_tcb_type *	<value optimized out>	
__result$$48$$rex_self	rex_tcb_type *	<value optimized out>	
__result$$51$$tmc_wait	rex_sigs_type	<value optimized out>	
__result$$55$$tmc_wait	rex_sigs_type	<value optimized out>	
__result$$59$$tmc_wait	rex_sigs_type	<value optimized out>


Back to the top