98 Commits (d9bc85b65b3daab0c3579be0efc3b33c1ef24620)

Author SHA1 Message Date
Simon Marchi d9bc85b65b gdb: remove use of iterate_over_inferiors in py-inferior.c 6 years ago
Joel Brobecker b811d2c292 Update copyright year range in all GDB files. 6 years ago
Philippe Waroquiers 2e953acac2 Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc functions. 6 years ago
Tom Tromey 72ee03ff58 Fix use-after-move bug in add_thread_object 7 years ago
Tom Tromey 05b08ac160 Reduce manual reference counting in py-inferior.c 7 years ago
Tom Tromey 268a13a5a3 Rename common to gdbsupport 7 years ago
Tom Tromey 94aeb44b00 Make exception handling more efficient 7 years ago
Tom Tromey cc06b66897 Remove exception_none 7 years ago
Kevin Buettner 2b0c8b0199 Rename python function thread_from_thread_handle to thread_from_handle 7 years ago
Kevin Buettner 50a82723c4 Support buffer objects as handles in Inferior.thread_from_thread_handle() 7 years ago
Tom Tromey 230d2906b9 Rename gdb exception types 7 years ago
Tom Tromey a70b814420 Rewrite TRY/CATCH 7 years ago
Tom Tromey 6c28e44a35 Remove Python 2.4 and 2.5 support 7 years ago
Kevin Buettner 6ca6222221 Use Python 2.[67] / 3.X / PEP 3118 buffer protocol 7 years ago
Tom Tromey 0747795c08 Normalize includes to use common/ 7 years ago
Tom Tromey 61fd3e7389 Change inferior_to_inferior_object to return a gdbpy_ref 7 years ago
Tom Tromey 8833fbf05c Style improvements in gdb/python 7 years ago
Joel Brobecker 42a4f53d2b Update copyright year range in all GDB files. 7 years ago
Tom Tromey 075c55e0cc Remove more calls to xfree from Python 7 years ago
Pedro Alves 151bb4a505 Avoid find_thread_ptid with null_ptid 7 years ago
Tom Tromey add5ded5e4 Add Inferior.architecture method 8 years ago
Pedro Alves d35da542a7 [gdb/Python] Eliminate find_inferior_object 8 years ago
Tom Tromey 4a137fec2e Simplify uses of thread_to_thread_object 8 years ago
Tom Tromey db1337cc83 Change thread_to_thread_object to return a new reference 8 years ago
Tom Tromey 3c7aa30778 Change pspace_to_pspace_object to return a new reference 8 years ago
Tom Tromey 7d2215128b Make infpy_thread_from_thread_handle static 8 years ago
Simon Marchi a40bf0c2e9 python: Add Inferior.progspace property 8 years ago
Simon Marchi 1256af7d1a python: Provide textual representation for Inferior and Objfile 8 years ago
Pedro Alves d98fc15be2 gdb/python: Use copy-initialization more when possible 8 years ago
Pedro Alves 00431a78b2 Use thread_info and inferior pointers more throughout 8 years ago
Tom Tromey 76727919ce Convert observers to C++ 10 years ago
Joel Brobecker e2882c8578 Update copyright year range in all GDB files 8 years ago
Kevin Buettner fbbe5337a6 Add `thread_from_thread_handle' method to (Python) gdb.Inferior 10 years ago
Tom Tromey 7d221d749c Make it simpler to add events to Python 9 years ago
Tom Tromey 7c96f8c1da Add new_inferior, inferior_deleted, and new_thread events 9 years ago
Simon Marchi 72bc1d2466 Add missing incref when creating Inferior Python object 9 years ago
Pedro Alves a121b7c1ac -Wwrite-strings: The Rest 9 years ago
Pedro Alves 2adadf5170 -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overload 9 years ago
Pedro Alves 0d1f4ceb39 -Wwrite-strings: Wrap PyGetSetDef for construction with string literals 9 years ago
Tom Tromey 88b6faea99 Use gdbpy_ref to simplify some logic 9 years ago
Tom Tromey 7780f18678 Turn gdbpy_ref into a template 9 years ago
Simon Marchi 60685cd0b9 Minor simplification of (Python) find_thread_object 9 years ago
Tom Tromey 9205649a38 Use gdbpy_ref in py-inferior.c 10 years ago
Tom Tromey 07bc732912 Use gdbpy_enter in py-inferior.c 10 years ago
Tom Tromey f59fe7f8e3 Use gdbpy_ref in gdbpy_inferiors 10 years ago
Joel Brobecker 61baf725ec update copyright year range in GDB files 9 years ago
Trevor Saunders 870f88f755 remove trivialy unused variables 10 years ago
Joel Brobecker 618f726fcb GDB copyright headers update after running GDB's copyright.py script. 10 years ago
Simon Marchi 7c543f7b07 Change some void* to gdb_byte* 11 years ago
Simon Marchi 19ba03f495 Add some more casts (2/2) 11 years ago