Bug 74056 - 64-bit support in CDT debug
Summary: 64-bit support in CDT debug
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 2.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 2.1   Edit
Assignee: Alain Magloire CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on: 69908
Blocks: 74058
  Show dependency tree
 
Reported: 2004-09-16 08:12 EDT by Artyom Kuanbekov CLA
Modified: 2008-06-18 18:48 EDT (History)
1 user (show)

See Also:


Attachments
64bit patch for CDT DEBUG 2.1 build I200409150300 (74.41 KB, patch)
2004-09-16 08:15 EDT, Artyom Kuanbekov CLA
bjorn.freeman-benson: iplog+
Details | Diff
64bit patch for CDT DEBUG 2.1 HEAD (72.41 KB, patch)
2004-09-17 05:40 EDT, Artyom Kuanbekov CLA
bjorn.freeman-benson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Artyom Kuanbekov CLA 2004-09-16 08:12:05 EDT
Initial request was done in bug 69908.

This PR will hold patches for CDT debug
Comment 1 Artyom Kuanbekov CLA 2004-09-16 08:15:42 EDT
Created attachment 14568 [details]
64bit patch for CDT DEBUG 2.1 build I200409150300

This patch introduces concept of IAddress in debug model and CDI model.

This patch is done against CDT 2.1 buld I200409150300. The build is available
at http://download.eclipse.org/tools/cdt/builds/2.1.0/I200409150300. 

To apply the patch do the following
1. Import  org.eclipse.cdt.debug.core and org.eclipse.cdt.debug.ui plug-ins CDT
from CDT 2.1 build I200409150300 to your workspace with sources
2. Copy cdt64bit-debug.patch file to your workspace directory
3. Change dir to your workspace directory
4. Apply patch using the following command
   patch -p1 < cdt64bit-debug.patch
5. Refresh exported projects in Eclipse

NOTE: The following plug-ins will not compile (or will not work) against new
CDT CORE:
   org.eclipse.cdt.debug.mi.core
   org.eclipse.cdt.debug.mi.ui
Comment 2 Artyom Kuanbekov CLA 2004-09-17 05:40:31 EDT
Created attachment 14604 [details]
64bit patch for CDT DEBUG 2.1 HEAD

I had a look into CVS and found that source directory structure is different
than in CDT 2.1 build. So I decided to produce patch against today&#8217;s HEAD
from CVS

To apply the patch
1. Import org.eclipse.cdt.debug.core and org.eclipse.cdt.debug.ui plug-in from
CVS to your workspace with sources
2. Apply the same patch using "Team->Apply Patch" context menu for each
project(Ignore path segments should be 2)
Comment 3 Alain Magloire CLA 2004-09-17 15:05:30 EDT
I'll deal with this since all patches from Artyom has to be
sync 8-)


Patch apply to the head.

Comment 4 Alain Magloire CLA 2004-11-03 10:57:10 EST
schedule for 2.1
Comment 5 Alain Magloire CLA 2004-11-03 10:57:54 EST
patch commited for 2.1

Please address specific issues in different PR.