This repository was archived by the owner on Nov 1, 2020. It is now read-only.
  
  
  - 
                Notifications
    
You must be signed in to change notification settings  - Fork 505
 
OSX unwind workaround #2166
          
     Merged
      
      
            jkotas
  merged 11 commits into
  dotnet:master
from
christianscheuer:osx-unwind-workaround
  
      
      
   
  Nov 26, 2016 
      
    
  
     Merged
                    OSX unwind workaround #2166
Changes from 7 commits
      Commits
    
    
            Show all changes
          
          
            11 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      f8d1421
              
                RegDisplay saves FP
              
              
                 6185860
              
                Clean up
              
              
                 710bd0f
              
                Fix for Windows build
              
              
                 f83fcf2
              
                Merge branch 'master' into osx-unwind-workaround
              
              
                 16f9662
              
                Undo changes in this PR
              
              
                 0a07b56
              
                impl PAL_LIMITED_CONTEXT in REG
              
              
                 b2c1a2d
              
                Impl. pointer assignments in UnwindCursorToRegDisplay
              
              
                 a2fb7c0
              
                Rollback changes
              
              
                 d5366a8
              
                Add UNWIND_WORKAROUND define to CMakeLists.txt
              
              
                 b510d30
              
                ifdef around GET_CONTEXT_POINTER
              
              
                 bdeb6b7
              
                Revert to simpler ifdef for workaround
              
              
                 File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Could you please change the define to something like
UNWIND_WORKAROUNDthat is defined for__APPLE__so that all places related to this are easy to find?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes! Which header file would be the appropriate place to make this define?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src\Native\CMakeLists.txtmay be a good place