8 Commits

Author SHA1 Message Date
Tom Tromey
7c9b1fb65b Use gdb.Thread
gdb 14 will include gdb.Thread, which handles signal blocking,
so we can remove the local hack for this.
2023-11-22 20:56:23 -07:00
Tom Tromey
e5f4aeaa8b try to choose correct python version using gdb 2017-09-03 12:36:35 -06:00
Tom Tromey
22bdecb10d make it work with both python2 and python3
I ran 2to3, fixed up the output a tiny bit, and fixed the C module as
well.  I smoke tested with both versions of Python but didn't use it in
anger yet.

Fix #29
2015-05-19 09:44:09 -06:00
Tom Tromey
84ea482619 make hack-gdbinit depend on all 2015-05-06 09:15:19 -06:00
Tom Tromey
3bfce4dfb6 rename SourceMe.py to gdb-gui.py 2015-05-04 19:41:32 -06:00
Tom Tromey
199f50ff72 add hack-gdbinit Makefile target
This target adds the needed "source" line to your ~/.gdbinit so that
this extension will always be available.
2013-06-12 09:17:33 -06:00
Tom Tromey
89e1b604c8 fix Makefile
Fix buglet in the new Makefile, and remove gui/Makefile.
2013-06-06 20:15:09 -06:00
Tom Tromey
b17c070954 add a Makefile
This adds a top-level Makefile and fixes up SourceMe.py to
be built by it.
2013-06-06 20:11:09 -06:00