-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix(native-image): macOS source-level debugging #12796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application. When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated. If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public. |
|
Account creation flow is currently tossing |
Address code review feedback: - Extract isClassFile() helper method in ClassEntry to eliminate duplicated file matching logic between ClassEntry and DwarfLineSectionImpl - Handle edge case where class fileEntry is null or empty - Document the invariant that class file is always at position 0 in files list - Remove commented debug code from NativeImageDebugInfoStripFeature - Improve documentation for hardcoded 0x100004000 text address with TODO Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
This PR is related to (fixes?) #4599 |
|
Account creation is unbusted, OCA signed. |
|
Thank you for signing the OCA. |
tested a few scenarios on my local lldb. seems working :)
mach-O is just a little bit different than ELF dwarf, with its "dsym" bundles. now
dwarfdumpis warning-free andlldbcan break on lines and display source.