Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3695)

Issue 644002: Augment mach_vm_compat.h to support compiling for 64-bit on iOS. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 6 months ago by blundell
Modified:
10 years, 5 months ago
Reviewers:
qsr
CC:
google-breakpad-dev_googlegroups.com
Base URL:
http://google-breakpad.googlecode.com/svn/trunk
Visibility:
Public.

Description

Augment mach_vm_compat.h to support compiling for 64-bit on iOS.

When compiling for 64-bit on iOS, the vm_map function vm_region_recurse_64 must
be used in place of vm_region_recurse.

Patch by blundell@chromium.org

BUG=542

Patch Set 1 #

Patch Set 2 : Remove unwanted changes #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/client/mac/handler/mach_vm_compat.h View 1 1 chunk +6 lines, -2 lines 0 comments Download

Messages

Total messages: 3
blundell
The usage of __LP64__ comes from https://developer.apple.com/library/ios/documentation/General/Conceptual/CocoaTouch64BitGuide/Major64-BitChanges/Major64-BitChanges.html#//apple_ref/doc/uid/TP40013501-CH2-SW1.
10 years, 6 months ago #1
qsr
It seems that vm_region_recurse and vm_region_recurse_64 do not take exactly the same parameters (vm_region_info_t vs ...
10 years, 6 months ago #2
blundell
10 years, 5 months ago #3
Folding this change into https://breakpad.appspot.com/664002/, closing this
issue.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted