summaryrefslogtreecommitdiff
path: root/gdb/python
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2019-01-0177-77/+77
* Add output styles to gdbTom Tromey2018-12-281-2/+3
* Translate PyExc_KeyboardInterrupt to gdb "quit"Tom Tromey2018-12-271-1/+3
* Consolidate some Python exception-printing functionsTom Tromey2018-12-274-24/+19
* Use gdbpy_convert_exception in a few more spotsTom Tromey2018-12-274-12/+4
* Remove more calls to xfree from PythonTom Tromey2018-12-277-57/+26
* Avoid find_thread_ptid with null_ptidPedro Alves2018-11-221-2/+2
* Make command-repeat work after gdb.executeBenno Fünfstück2018-11-211-1/+2
* invoke_xmethod & array_viewPedro Alves2018-11-211-23/+17
* Use gdb:array_view in call_function_by_hand & friendsPedro Alves2018-11-211-3/+3
* Fix output indentation for "info pretty-printers"Tom Tromey2018-11-081-1/+1
* Return gdbpy_ref from gdbpy_get_varobj_pretty_printerTom Tromey2018-11-042-16/+14
* Return gdbpy_ref from some Python string functionsTom Tromey2018-11-048-29/+32
* Return gdbpy_ref from gdb_py_object_from_*longestTom Tromey2018-11-046-21/+21
* Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|var...Philippe Waroquiers2018-10-271-2/+2
* gdb/python: Make convert_values_to_python return gdbpy_ref<>Andrew Burgess2018-10-251-3/+6
* gdb/python: Make cmdpy_completer_helper return gdbpy_ref<>Andrew Burgess2018-10-251-8/+8
* Add Inferior.architecture methodTom Tromey2018-10-061-0/+15
* Update symbol domain and location values for PythonTom Tromey2018-10-061-6/+18
* Fix Python gdb.Breakpoint.location crashTom Tromey2018-10-061-1/+6
* Update help text for commands implemented in PythonTom Tromey2018-10-069-218/+173
* [gdb/python] Fix cpychecker error in pspy_solib_nameTom de Vries2018-10-051-1/+1
* [gdb/python] Fix cpychecker error in recpy_bt_gotoTom de Vries2018-10-051-2/+4
* Allow setting a parameter to raise gdb.GdbErrorTom Tromey2018-09-231-4/+1
* Consolidate gdb.GdbError handlingTom Tromey2018-09-234-97/+59
* Check for negative argument in Type.template_argumentTom Tromey2018-09-231-0/+7
* Report Python errors coming from gdb.post_eventTom Tromey2018-09-231-2/+1
* Allow conversion of pointers to Python intTom Tromey2018-09-231-1/+2
* Preserve sign when converting gdb.Value to Python intTom Tromey2018-09-231-1/+4
* Allow more Python scalar conversionsTom Tromey2018-09-231-3/+22
* [OBVIOUS] enable frame-filter short help uses disable instead of enablePhilippe Waroquiers2018-09-181-1/+1
* [gdb/Python] Eliminate find_inferior_objectPedro Alves2018-09-171-14/+0
* python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi2018-09-172-1/+7
* Don't steal references in the gdb Python codeTom Tromey2018-09-162-16/+8
* Simplify uses of thread_to_thread_objectTom Tromey2018-09-162-17/+6
* Remove CPYCHECKER_RETURNS_BORROWED_REFTom Tromey2018-09-161-8/+3
* Change thread_to_thread_object to return a new referenceTom Tromey2018-09-167-47/+34
* Change objfile_to_objfile_object to return a new referenceTom Tromey2018-09-168-51/+33
* Change pspace_to_pspace_object to return a new referenceTom Tromey2018-09-168-39/+30
* Add more methods to gdb.ProgspaceTom Tromey2018-09-165-159/+172
* Fix possible exception leak in python.cTom Tromey2018-09-141-15/+18
* Make infpy_thread_from_thread_handle staticTom Tromey2018-09-131-1/+1
* python: Add Progspace.objfiles methodSimon Marchi2018-09-133-13/+51
* python: Add Inferior.progspace propertySimon Marchi2018-09-131-0/+18
* python: Provide textual representation for Inferior and ObjfileSimon Marchi2018-09-132-2/+32
* Fix help text for "python" commandTom Tromey2018-09-101-1/+1
* python: Make two functions return gdbpy_ref<>Simon Marchi2018-09-092-10/+9
* Allow a pretty-printer without a to_string methodTom Tromey2018-09-081-10/+15
* MI: Fix printing of frame architecture with Python frame filters enabledJan Vrany2018-08-271-0/+3
* Initialize variable in py_get_event_threadSimon Marchi2018-08-251-2/+2