Files
binutils-gdb/gdb/python
Tom Tromey fee9737afc Use run_on_main_thread in gdb.post_event
This changes gdb.post_event to use the new run_on_main_thread
function.  This is somewhat tricky because the Python GIL must be held
while manipulating reference counts.

2019-09-30  Tom Tromey  <tom@tromey.com>

	* python/python.c (class gdbpy_gil): New.
	(struct gdbpy_event): Add constructor, destructor, operator().
	(gdbpy_post_event): Use run_on_main_thread.
	(gdbpy_initialize_events): Remove.
	(do_start_initialization): Update.
2019-10-01 13:38:26 -06:00
..
2019-09-25 09:37:56 -06:00
2019-09-26 08:26:12 -06:00