http://llvm.org/bugs/show_bug.cgi?id=20658
Todd Fiala <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] OS|All |Linux --- Comment #1 from Todd Fiala <[email protected]> --- Implementation note: This link shows a response that indicates how to disable via shell execution: https://stackoverflow.com/questions/5194666/disable-randomization-of-memory-addresses So a shell wrapping the inferior with proper flags set is one way to go about it for per-process-level ASLR setting (rather than the whole-system kernel flag). I'll look at getting the disable aslr support in after my next task wraps up. As for making it the default, great thing to discuss on lldb-dev. At the very least I'm good with making it the default on Linux. If everyone else agrees, we can get it working as a global default. -Todd -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
