An address breakpoint of the form "b 0x1000" won't resolve if it's created while the process isn't running. This patch deletes Address::SectionWasDeleted, renames Address::SectionWasDeletedPrivate to SectionWasDeleted (and makes it public), and changes the section check in Breakpoint::ModulesChanged back to its original form
Details
Details
- Reviewers
jingham - Group Reviewers
Restricted Project - Commits
- rG860bafa07d7b: Fix raw address breakpoints not resolving
rLLDB341849: Fix raw address breakpoints not resolving
rL341849: Fix raw address breakpoints not resolving
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Added a test to TestAddressBreakpoints.py that sets an address breakpoint before launch, launches, and checks to see if the breakpoint was hit.