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 threads/11580] scheduler-locking breaks re-runs


------- Additional Comments From pedro at codesourcery dot com  2010-05-13 17:12 -------
Note that if gdb was more permissive with allowing disabling schedlock when
the target is exec (you can't _disable_ it currently, that's dumb),
you could just add this to .gdbinit:

define hook-run
 set scheduler-locking off
end

and so every "run" would disable schedlock.

(do the same for "attach" and "start")


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11580

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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