Bug 74056

Summary: 64-bit support in CDT debug
Product: [Tools] CDT Reporter: Artyom Kuanbekov <artyom.kuanbekov>
Component: cdt-debugAssignee: Alain Magloire <alain>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: nobody
Version: 2.0Keywords: contributed
Target Milestone: 2.1   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on: 69908    
Bug Blocks: 74058    
Attachments:
Description Flags
64bit patch for CDT DEBUG 2.1 build I200409150300
bjorn.freeman-benson: iplog+
64bit patch for CDT DEBUG 2.1 HEAD bjorn.freeman-benson: iplog+

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.