aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-19Fix int() builtin with range type gdb.Value objects.Joel Brobecker1-0/+1
2013-11-18remove gdb_string.hTom Tromey2-2/+2
2013-11-14off-by-one fix for py-linetable.cTom Tromey1-2/+2
2013-11-112013-11-11 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon4-1/+643
2013-11-072013-11-07 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+1
2013-11-072013-11-07 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-4/+34
2013-10-032013-10-03 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2-7/+21
2013-10-022013-10-02 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-1/+4
2013-10-02 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-2/+6
2013-10-022013-10-02 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-2/+5
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2-3/+4
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil3-5/+7
2013-08-302013-08-30 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-4/+23
2013-08-292013-08-29 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon5-20/+43
2013-08-292013-08-29 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-1/+23
2013-07-09 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans1-4/+4
2013-06-18 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.Tom Tromey1-6/+1
2013-06-18 * python/python.c (finish_python_initialization): DecrefTom Tromey1-2/+1
2013-06-05 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.Tom Tromey1-1/+2
2013-05-30use explicit returns to avoid checker confusionTom Tromey3-3/+6
2013-05-30fix py-value.cTom Tromey1-2/+8