Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Question about usage of memory view

I am not sure that I understand what do you mean, but there are "Copy to clipboard" and "Print" actions in CDT 2.1.
Hi,
I mean that could I input a big range of memory & dump the memory contens to a file? For example, when I input 0x40000000 in one memory tab, it shows only 0x40000000~0x4000027F.
Could it display a bigger range in one memory tab?
&
I can't do "Ctrl+C" to copy the contents in memory view.
And I can't find "Copy to clipboard" and "Print" actions when I am in debug perspective.
The CDT I use is version 2.1.0
Do I miss out something to configure the Eclipse?
Thank you.



From: "Mikhail Khodjaiants" <mikhailk@xxxxxxx>
Reply-To: cdt-debug-dev@xxxxxxxxxxx
To: <cdt-debug-dev@xxxxxxxxxxx>
Subject: Re: [cdt-debug-dev] Question about usage of memory view
Date: Mon, 14 Mar 2005 11:53:49 -0500

If I want to change the memory view display with big-endian order.
What's part of source code should I modify?

The "isBigEndian" method of "CMemoryBlockExtension" if you are using CDT 2.1.x. You may also want to submit an enhancement request to Bugzilla.

I think the CDT debug could add memory dump function to
dump a range of memory(user input) to file for debugging analysis.

I am not sure that I understand what do you mean, but there are "Copy to clipboard" and "Print" actions in CDT 2.1.

----- Original Message ----- From: "Lu Aron" <kafe_aron@xxxxxxx>
To: <cdt-debug-dev@xxxxxxxxxxx>
Sent: Monday, March 14, 2005 4:06 AM
Subject: [cdt-debug-dev] Question about usage of memory view


Hi all,

If I want to change the memory view display with big-endian order.
What's part of source code should I modify?

I think the CDT debug could add memory dump function to
dump a range of memory(user input) to file for debugging analysis.

Any comment about this!?

Thanks!

_________________________________________________________________
?曉�典停�? MSN ?����?桅?嚗���函���?蝯�鈭�?唳??��??曉��?�頞�?豢??�憭乩�
?>http://members.msn.com?pgmarket=zh-tw

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

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

_________________________________________________________________
MSN Messenger 7.0 搶鮮版熱烈下載中:別錯過超酷的動畫快遞 http://messenger.msn.com.tw/beta

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

_________________________________________________________________
現在就上 MSN 台灣網站:與親朋好友緊密聯繫,即時掌握新聞、財經、娛樂的最新訊
http://msn.com.tw


Back to the top