Turn off gdb disable-randomization when testing
ClosedPublic

Authored by qi437103 on Jul 15 2016, 10:01 PM.

Details

Summary

On our CI server, gdb doesn't have the permission to disable ASLR when starting inferior and exits early. The patch turns off this feature for gdb when doing automated testing.

Test Plan

gdb unit tests

Diff Detail

Repository
R32 KDevelop
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
qi437103 updated this revision to Diff 5218.Jul 15 2016, 10:01 PM
qi437103 retitled this revision from to Turn off gdb disable-randomization when testing.
qi437103 updated this object.
qi437103 edited the test plan for this revision. (Show Details)
qi437103 added reviewers: kfunk, KDevelop.
qi437103 set the repository for this revision to R32 KDevelop.
Restricted Application added a subscriber: kdevelop-devel. · View Herald TranscriptJul 15 2016, 10:01 PM
kfunk accepted this revision.Jul 15 2016, 11:02 PM
kfunk edited edge metadata.

-> 5.0

This revision is now accepted and ready to land.Jul 15 2016, 11:02 PM
This revision was automatically updated to reflect the committed changes.
kfunk added a comment.Jul 26 2016, 9:38 AM

@qi437103: Note: Please re-apply in master. Couldn't merge that change.