summaryrefslogtreecommitdiff
path: root/gdb/python
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect use of 'is' operator for comparison in python/lib/gdb/command/p...Raul Tambre2019-05-041-2/+2
* gdb: Introduce 'print max-depth' featureAndrew Burgess2019-04-292-3/+19
* Make exception handling more efficientTom Tromey2019-04-255-14/+14
* Remove exception_noneTom Tromey2019-04-253-6/+6
* Rename python function thread_from_thread_handle to thread_from_handleKevin Buettner2019-04-081-3/+9
* Support buffer objects as handles in Inferior.thread_from_thread_handle()Kevin Buettner2019-04-081-3/+22
* Add python method InferiorThread.handleKevin Buettner2019-04-081-0/+33
* Rename gdb exception typesTom Tromey2019-04-0823-124/+124
* Rewrite TRY/CATCHTom Tromey2019-04-0823-372/+248
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-1/+1
* Add gdb.Value.format_string ()Marco Barisione2019-04-011-0/+164
* More block constificationTom Tromey2019-03-242-5/+5
* gdb: Move value_from_host_double into value.c and make more use of itAndrew Burgess2019-03-071-5/+1
* Remove some Python 3 #ifsTom Tromey2019-03-052-14/+2
* Remove Python 2.4 and 2.5 supportTom Tromey2019-02-278-178/+10
* Use Python 2.[67] / 3.X / PEP 3118 buffer protocolKevin Buettner2019-02-271-56/+8
* Define gdb.Value(bufobj, type) constructorKevin Buettner2019-02-261-10/+62
* Define unique_ptr specialization for Py_buffer.Kevin Buettner2019-02-261-0/+13
* Normalize include guards in gdbTom Tromey2019-02-0710-30/+30
* Release the GIL while running a gdb command or expressionTom Tromey2019-01-302-0/+28
* Normalize includes to use common/Tom Tromey2019-01-253-3/+3
* Do not include py-ref.h in most filesTom Tromey2019-01-2225-25/+0
* Remove duplicate or commented-out #includesTom Tromey2019-01-211-1/+0
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-174-5/+5
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-093-29/+21
* Remove ALL_PSPACE_OBJFILESTom Tromey2019-01-091-3/+1
* Fix crash in "finish"Tom Tromey2019-01-061-1/+1
* Avoid questionable casts in py-symtab.cTom Tromey2019-01-031-16/+23
* Improve reference counting in py-type.cTom Tromey2019-01-031-32/+23
* Simplify gdbpy_stop_recordingTom Tromey2019-01-031-6/+2
* Remove more uses of explicit reference counting in PythonTom Tromey2019-01-036-57/+26
* Use a wrapper for PyErr_FetchTom Tromey2019-01-036-73/+103
* Change inferior_to_inferior_object to return a gdbpy_refTom Tromey2019-01-024-16/+18
* Style improvements in gdb/pythonTom Tromey2019-01-025-10/+7
* 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