This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/17785] GDB ignores "disable-randomization" setting once its set to off once


https://sourceware.org/bugzilla/show_bug.cgi?id=17785

--- Comment #2 from dman79 at gmail dot com ---
Reproducing the problem is simple  gdb myprogram
show disable-randomization
set disable-randomization on
quit

gdb myprogram
b *main
r
x/x $esp
r
x/x $esp
show disable-randomization

which will be on but $esp will be randomized on each single run.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]