summaryrefslogtreecommitdiff
path: root/gdb/python
Commit message (Expand)AuthorAgeFilesLines
* 2012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves2012-03-016-4/+6
* * NEWS: Mention new python command class gdb.COMMAND_USER.Doug Evans2012-03-011-2/+3
* PR python/12070:Tom Tromey2012-02-174-2/+38
* * python/py-symbol.c (sympy_value): Use _().Tom Tromey2012-02-151-2/+2
* PR python/12027:Tom Tromey2012-02-073-3/+77
* PR python/13599:Tom Tromey2012-02-071-0/+15
* * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans2012-02-072-3/+3
* gdb/Jan Kratochvil2012-01-281-1/+1
* gdb/Jan Kratochvil2012-01-264-37/+37
* gdbTom Tromey2012-01-161-0/+50
* PR python/13199:Tom Tromey2012-01-101-0/+3
* * python/py-value.c (valpy_binop): Initialize 'res_val'.Tom Tromey2012-01-041-1/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-0441-41/+41
* PR python/12533:Tom Tromey2012-01-031-24/+78
* remove use of sprintf in py-finishbreakpoint.c...Joel Brobecker2011-12-271-1/+1
* Introduce gdb.FinishBreakpoint in PythonKevin Pouget2011-12-235-56/+537
* PR python/12533:Tom Tromey2011-12-221-2/+2
* * python/py-auto-load.c (info_auto_load_scripts): Pass address ofDoug Evans2011-12-201-3/+4
* 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-12-161-73/+69
* * python/py-auto-load.c (source_section_scripts): Call xfreeDoug Evans2011-12-101-1/+1
* the "ambiguous linespec" seriesTom Tromey2011-12-062-7/+9
* * python/lib/gdb/command/pretty_printers.pyTom Tromey2011-12-061-1/+1
* * python/py-type.c (type_object_methods): Fix "array" doc string.Doug Evans2011-12-021-2/+4
* 2011-11-28 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-11-286-21/+43
* * python/py-type.c (typy_get_composite): New function.Paul Koning2011-11-151-29/+126
* * python/py-type.c (typy_fields_items): Call check_typedef.Doug Evans2011-11-101-7/+26
* 2011-11-04 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-11-041-4/+14
* 2011-11-04 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-11-041-8/+21
* * python/lib/gdb/types.py (deep_items): Rename from deepitems.Paul Koning2011-10-281-2/+2
* * cli/cli-cmds.c (source_script_with_search): Pass full path toDoug Evans2011-10-274-20/+14
* Move unwind reasons to an external .def fileKevin Pouget2011-10-271-13/+8
* 2011-10-27 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-10-271-9/+23
* 2011-10-27 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-10-275-50/+118
* * python/lib/gdb/types.py (deepitems): New function.Paul Koning2011-10-261-0/+20
* PR python/13327Paul Koning2011-10-251-8/+43
* 2011-10-24 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-10-241-0/+2
* 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-10-202-6/+10
* 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-10-205-20/+100
* * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Ensure GIL isTom Tromey2011-10-131-8/+8
* * python/py-type.c (typy_has_key): Make 'field' const.Tom Tromey2011-10-131-1/+1
* gdb/Jan Kratochvil2011-10-091-0/+1
* gdb/Jan Kratochvil2011-10-091-0/+17
* * python/lib/gdb/printing.py (register_pretty_printer): New argumentDoug Evans2011-10-071-5/+13
* * python/lib/gdb/printing.py: Whitespace cleanup.Doug Evans2011-10-071-9/+11
* * python/py-value.c (valpy_call): Initialize ftype to avoid compilerDoug Evans2011-10-071-1/+1
* 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-10-071-42/+78
* Add missing files to previous commit (Allow Python notification of new object...Kevin Pouget2011-10-071-0/+70
* Allow Python notification of new object-file loadings.Kevin Pouget2011-10-076-0/+28
* * python/py-type.c (typy_make_iter): Add forward declaration.Paul Koning2011-10-041-32/+10
* 2011-10-04 Kevin Pouget <kevin.pouget@st.com>Kevin Pouget2011-10-043-5/+12