summaryrefslogtreecommitdiff
path: root/gdb/python
Commit message (Expand)AuthorAgeFilesLines
* [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
* get rid of py-value.c:is_intlike (use is_integral_type instead)Joel Brobecker2013-11-201-15/+3
* Add pretty-printer for MPX bnd registers.Walfred Tedeschi2013-11-201-0/+45
* Fix int() builtin with range type gdb.Value objects.Joel Brobecker2013-11-191-0/+1
* remove gdb_string.hTom Tromey2013-11-182-2/+2
* off-by-one fix for py-linetable.cTom Tromey2013-11-141-2/+2
* 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-11-114-1/+643
* 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-11-071-0/+1
* 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-11-071-4/+34
* 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-10-032-7/+21
* 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-10-021-1/+4
* 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-10-021-2/+6
* 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-10-021-2/+5
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-302-3/+4
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-243-5/+7
* 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-08-301-4/+23
* 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-08-295-20/+43
* 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-08-291-1/+23
* * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans2013-07-091-4/+4
* * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.Tom Tromey2013-06-181-6/+1
* * python/python.c (finish_python_initialization): DecrefTom Tromey2013-06-181-2/+1
* * python/py-utils.c (gdb_pymodule_addobject): Cast away const.Tom Tromey2013-06-051-1/+2
* use explicit returns to avoid checker confusionTom Tromey2013-05-303-3/+6
* fix py-value.cTom Tromey2013-05-301-2/+8
* fix py-prettyprint.cTom Tromey2013-05-301-2/+0
* fix py-frame.cTom Tromey2013-05-301-1/+6
* fix py-breakpoint.cTom Tromey2013-05-301-1/+5