-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debuginfo: Don't mark struct fields as artificial.
LLDB doesn't allow for reading 'artifical' fields (fields that are generated by the compiler). So do not mark, slice fields, enum discriminants, and GcBox value fields as artificial.
- Loading branch information
1 parent
895aac9
commit 98a0f91
Showing
13 changed files
with
57 additions
and
45 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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 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 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 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 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 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
98a0f91
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.
saw approval from alexcrichton
at michaelwoerister@98a0f91
98a0f91
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.
merging michaelwoerister/rust/lldb-versioning = 98a0f91 into auto
98a0f91
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.
michaelwoerister/rust/lldb-versioning = 98a0f91 merged ok, testing candidate = d569dfe
98a0f91
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.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/1719
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/1716
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/1710
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/1716
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/1713
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/1712
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/1712
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/1716
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/1710
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/1709
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/1712
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/1370
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/1366
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/1370
success: http://buildbot.rust-lang.org/builders/auto-win-64-opt/builds/203
success: http://buildbot.rust-lang.org/builders/auto-win-64-nopt-t/builds/203
success: http://buildbot.rust-lang.org/builders/auto-win-64-nopt-c/builds/201
98a0f91
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.
fast-forwarding master to auto = d569dfe