aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2-9/+9
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans1-2/+2
2014-11-18symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans1-10/+10
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans3-13/+14
2014-11-18Use SYMBOL_OBJFILE more.Doug Evans1-3/+3
2014-11-06Rename lookup_symbol_global to lookup_global_symbol.Doug Evans1-1/+1
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans2-3/+3
2014-10-30Add ability to add attributes to gdb.Objfile and gdb.Progspace objects.Doug Evans2-2/+18
2014-10-30Don't replace '\' with '\\' in before_prompt_hookYao Qi1-2/+1
2014-10-17New python event "clear_objfiles".Doug Evans7-7/+79
2014-10-17Add gdb.Objfile.progspace attribute.Doug Evans1-0/+20
2014-10-15PR python/17364Doug Evans4-16/+36
2014-10-13Remove some code duplication in py-objfile.c, py-progspace.c.Doug Evans2-100/+63
2014-10-08Remove spurious exceptions.h inclusionsGary Benson19-20/+0
2014-09-18New "producer" attribute of python gdb.Symtab.Doug Evans1-0/+21
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