aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2012-01-16gdbTom Tromey1-0/+50
2012-01-10 PR python/13199:Tom Tromey1-0/+3
2012-01-04 * python/py-value.c (valpy_binop): Initialize 'res_val'.Tom Tromey1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker41-41/+41
2012-01-03 PR python/12533:Tom Tromey1-24/+78
2011-12-27remove use of sprintf in py-finishbreakpoint.c...Joel Brobecker1-1/+1
2011-12-23 Introduce gdb.FinishBreakpoint in PythonKevin Pouget5-56/+537
2011-12-22 PR python/12533:Tom Tromey1-2/+2
2011-12-20 * python/py-auto-load.c (info_auto_load_scripts): Pass address ofDoug Evans1-3/+4
2011-12-162011-12-16 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-73/+69
2011-12-10 * python/py-auto-load.c (source_section_scripts): Call xfreeDoug Evans1-1/+1
2011-12-06the "ambiguous linespec" seriesTom Tromey2-7/+9
2011-12-06 * python/lib/gdb/command/pretty_printers.pyTom Tromey1-1/+1
2011-12-02 * python/py-type.c (type_object_methods): Fix "array" doc string.Doug Evans1-2/+4
2011-11-282011-11-28 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon6-21/+43
2011-11-15* python/py-type.c (typy_get_composite): New function.Paul Koning1-29/+126
2011-11-10 * python/py-type.c (typy_fields_items): Call check_typedef.Doug Evans1-7/+26
2011-11-042011-11-04 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-4/+14
2011-11-042011-11-04 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-8/+21
2011-10-28* python/lib/gdb/types.py (deep_items): Rename from deepitems.Paul Koning1-2/+2
2011-10-27 * cli/cli-cmds.c (source_script_with_search): Pass full path toDoug Evans4-20/+14
2011-10-27Move unwind reasons to an external .def fileKevin Pouget1-13/+8
2011-10-272011-10-27 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-9/+23
2011-10-272011-10-27 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon5-50/+118
2011-10-26* python/lib/gdb/types.py (deepitems): New function.Paul Koning1-0/+20
2011-10-25PR python/13327Paul Koning1-8/+43
2011-10-242011-10-24 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+2
2011-10-202011-10-20 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2-6/+10
2011-10-202011-10-20 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon5-20/+100
2011-10-13 * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Ensure GIL isTom Tromey1-8/+8
2011-10-13 * python/py-type.c (typy_has_key): Make 'field' const.Tom Tromey1-1/+1
2011-10-09gdb/Jan Kratochvil1-0/+1
2011-10-09gdb/Jan Kratochvil1-0/+17
2011-10-07 * python/lib/gdb/printing.py (register_pretty_printer): New argumentDoug Evans1-5/+13
2011-10-07 * python/lib/gdb/printing.py: Whitespace cleanup.Doug Evans1-9/+11
2011-10-07 * python/py-value.c (valpy_call): Initialize ftype to avoid compilerDoug Evans1-1/+1
2011-10-072011-10-07 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-42/+78
2011-10-07Add missing files to previous commit (Allow Python notification of new object...Kevin Pouget1-0/+70
2011-10-07 Allow Python notification of new object-file loadings.Kevin Pouget6-0/+28
2011-10-04* python/py-type.c (typy_make_iter): Add forward declaration.Paul Koning1-32/+10
2011-10-042011-10-04 Kevin Pouget <kevin.pouget@st.com>Kevin Pouget3-5/+12
2011-10-03Crash sourcing Python script on WindowsJoel Brobecker1-2/+41
2011-10-03* python/py-value.c (valpy_get_address): Use Py_XINCREF.Paul Koning1-1/+9
2011-09-28* python/py-type.c (make_fielditem, typy_field_names, typy_items)Paul Koning2-24/+398
2011-09-19 * python/py-auto-load.c (source_section_scripts): Fix fileDoug Evans2-11/+12
2011-09-15* python/py-cmd.c (gdbpy_string_to_argv): Decrement referencePaul Koning2-4/+3
2011-09-152011-09-15 Kevin Pouget <kevin.pouget@st.com>Kevin Pouget3-0/+18
2011-09-152011-09-15 Kevin Pouget <kevin.pouget@st.com>Kevin Pouget3-12/+42
2011-09-08 * py-cmd.c: Some minor formatting fixes.Doug Evans3-31/+23
2011-09-08gdb/Jan Kratochvil1-8/+0