summaryrefslogtreecommitdiff
path: root/gdb/python
Commit message (Expand)AuthorAgeFilesLines
* Remove spurious exceptions.h inclusionsGary Benson2014-10-0819-20/+0
* New "producer" attribute of python gdb.Symtab.Doug Evans2014-09-181-0/+21
* Replace use of magic number with named constant.Doug Evans2014-09-081-1/+1
* Fix crash on Python frame filters with unreadable argJan Kratochvil2014-09-071-15/+18
* PR 15276: Add $_caller_is, $_caller_matches, $_any_caller_is, $_any_caller_ma...Doug Evans2014-09-061-0/+160
* Add support for reading frame registers to Python API.Sasha Smundak2014-09-031-0/+38
* PR python/16699: GDB Python command completion with overriden complete vs. co...Sergio Durigan Junior2014-09-031-28/+148
* Fix xmethod Python so that it works with Python3.Siva Chandra2014-08-151-1/+1
* Include string.h in common-defs.hGary Benson2014-08-072-3/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-072-2/+0
* Move libiberty.h to common-defs.hGary Benson2014-08-071-1/+0
* Move stddef.h to common-defs.hGary Benson2014-08-071-2/+0
* Move stdio.h to common-defs.hGary Benson2014-08-071-2/+0
* constify command docsTom Tromey2014-07-241-1/+1
* constify command prefixTom Tromey2014-07-241-1/+1
* Align behavior of xmethod commands with that of pretty-printer commands.Siva Chandra2014-06-231-4/+6
* constify some blockvector APIsTom Tromey2014-06-181-2/+2
* constify struct block in some placesTom Tromey2014-06-182-2/+2
* Iterate over 'struct varobj_item' instead of PyObjectYao Qi2014-06-121-1/+19
* Generalize varobj iteratorYao Qi2014-06-122-0/+191
* Wrap PyObject_Get/HasAttrString in a function with second arg having const qu...Siva Chandra2014-06-102-2/+27
* Xmethod support in Python.Siva Chandra2014-06-038-2/+1268
* Rename frame_stop_reason_string to unwind_stop_reason_to_string.Andrew Burgess2014-05-301-1/+1
* Add new infrun.h header.Pedro Alves2014-05-221-0/+1
* Fix gdb.multi/base.exp failures.Doug Evans2014-05-201-1/+10
* * python/py-cmd.c (cmdpy_completer): Add comment.Doug Evans2014-05-131-2/+4
* [python] Fix gdb.Value.dynamic_type for reference values.Siva Chandra2014-04-071-1/+4
* Fix Python 2.4 build breakUlrich Weigand2014-03-161-1/+2
* change minsym representationTom Tromey2014-02-261-1/+1
* [Python] Make regexp collection printers work with typedefs as well.Joel Brobecker2014-02-261-0/+2
* Call overloaded operators to perform operations on gdb.Value objects.Siva Chandra2014-02-191-11/+29
* Fix Python stack corruptionJan Kratochvil2014-02-091-2/+2
* Extension Language APIDoug Evans2014-02-058-456/+422
* avoid python exception in FrameDecorator.pyTom Tromey2014-01-231-2/+10
* fix erroneous error-handling in frame filter codeTom Tromey2014-01-231-3/+3
* fix crash in frame filtersTom Tromey2014-01-231-4/+4
* Fix small style violation in py-value.c:get_field_typeJoel Brobecker2014-01-151-5/+3
* Add missing empty line after declarations in "if" block (py-type.c).Joel Brobecker2014-01-151-0/+1
* Use bitpos and type to lookup a gdb.Field object when its name is 'None'.Siva Chandra2014-01-132-18/+77
* [python] Add gdb.Type.name attribute.Joel Brobecker2014-01-071-0/+14
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-0155-55/+55
* 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra2013-12-123-2/+140
* Eliminate UNSUPPORTED_ERROR.Pedro Alves2013-12-122-2/+16
* Move .debug_gdb_script processing to auto-load.c.Doug Evans2013-11-292-177/+22
* * python/py-auto-load.c (source_section_scripts): Move comment toDoug Evans2013-11-291-8/+8
* Remove trailing whitespace.Doug Evans2013-11-2916-106/+106
* Rename breakpoint_object to gdbpy_breakpoint_object.Doug Evans2013-11-285-47/+47
* * python/py-frame.c (gdbpy_initialize_frames): Remove FIRST_ERROR,Doug Evans2013-11-231-4/+0
* * python/py-frame.c (frapy_block): Fix error message text.Doug Evans2013-11-231-1/+1
* Move types_deeply_equal from py-type.c to gdbtypes.c.Doug Evans2013-11-211-187/+4