aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2014-09-08Replace use of magic number with named constant.Doug Evans1-1/+1
2014-09-07Fix crash on Python frame filters with unreadable argJan Kratochvil1-15/+18
2014-09-06PR 15276: Add $_caller_is, $_caller_matches, $_any_caller_is, $_any_caller_ma...Doug Evans1-0/+160
2014-09-03Add support for reading frame registers to Python API.Sasha Smundak1-0/+38
2014-09-03PR python/16699: GDB Python command completion with overriden complete vs. co...Sergio Durigan Junior1-28/+148
2014-08-15Fix xmethod Python so that it works with Python3.Siva Chandra1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson2-3/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson2-2/+0
2014-08-07Move libiberty.h to common-defs.hGary Benson1-1/+0
2014-08-07Move stddef.h to common-defs.hGary Benson1-2/+0
2014-08-07Move stdio.h to common-defs.hGary Benson1-2/+0
2014-07-24constify command docsTom Tromey1-1/+1
2014-07-24constify command prefixTom Tromey1-1/+1
2014-06-23Align behavior of xmethod commands with that of pretty-printer commands.Siva Chandra1-4/+6
2014-06-18constify some blockvector APIsTom Tromey1-2/+2
2014-06-18constify struct block in some placesTom Tromey2-2/+2
2014-06-12Iterate over 'struct varobj_item' instead of PyObjectYao Qi1-1/+19
2014-06-12Generalize varobj iteratorYao Qi2-0/+191
2014-06-10Wrap PyObject_Get/HasAttrString in a function with second arg having const qu...Siva Chandra2-2/+27
2014-06-03Xmethod support in Python.Siva Chandra8-2/+1268
2014-05-30Rename frame_stop_reason_string to unwind_stop_reason_to_string.Andrew Burgess1-1/+1
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-05-20Fix gdb.multi/base.exp failures.Doug Evans1-1/+10
2014-05-13* python/py-cmd.c (cmdpy_completer): Add comment.Doug Evans1-2/+4
2014-04-07[python] Fix gdb.Value.dynamic_type for reference values.Siva Chandra1-1/+4
2014-03-16Fix Python 2.4 build breakUlrich Weigand1-1/+2
2014-02-26change minsym representationTom Tromey1-1/+1
2014-02-26[Python] Make regexp collection printers work with typedefs as well.Joel Brobecker1-0/+2
2014-02-19Call overloaded operators to perform operations on gdb.Value objects.Siva Chandra1-11/+29
2014-02-09Fix Python stack corruptionJan Kratochvil1-2/+2
2014-02-05Extension Language APIDoug Evans8-456/+422
2014-01-23avoid python exception in FrameDecorator.pyTom Tromey1-2/+10
2014-01-23fix erroneous error-handling in frame filter codeTom Tromey1-3/+3
2014-01-23fix crash in frame filtersTom Tromey1-4/+4
2014-01-15Fix small style violation in py-value.c:get_field_typeJoel Brobecker1-5/+3
2014-01-15Add missing empty line after declarations in "if" block (py-type.c).Joel Brobecker1-0/+1
2014-01-13Use bitpos and type to lookup a gdb.Field object when its name is 'None'.Siva Chandra2-18/+77
2014-01-07[python] Add gdb.Type.name attribute.Joel Brobecker1-0/+14
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker55-55/+55
2013-12-122013-12-12 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra3-2/+140
2013-12-12Eliminate UNSUPPORTED_ERROR.Pedro Alves2-2/+16
2013-11-29Move .debug_gdb_script processing to auto-load.c.Doug Evans2-177/+22
2013-11-29 * python/py-auto-load.c (source_section_scripts): Move comment toDoug Evans1-8/+8
2013-11-29Remove trailing whitespace.Doug Evans16-106/+106
2013-11-28Rename breakpoint_object to gdbpy_breakpoint_object.Doug Evans5-47/+47
2013-11-23 * python/py-frame.c (gdbpy_initialize_frames): Remove FIRST_ERROR,Doug Evans1-4/+0
2013-11-23 * python/py-frame.c (frapy_block): Fix error message text.Doug Evans1-1/+1
2013-11-21Move types_deeply_equal from py-type.c to gdbtypes.c.Doug Evans1-187/+4
2013-11-20get rid of py-value.c:is_intlike (use is_integral_type instead)Joel Brobecker1-15/+3
2013-11-20Add pretty-printer for MPX bnd registers.Walfred Tedeschi1-0/+45