aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-062011-09-06 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-1/+1
2011-09-022011-09-02 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-0/+8
2011-08-18 PR c++/12266Keith Seitz1-2/+9
2011-08-172011-08-17 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2-0/+215
2011-08-12 * NEWS: Mention new "type" attribute of python gdb.Symbol objects.Doug Evans1-0/+18
2011-08-092011-08-09 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon3-4/+29
2011-08-05 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Move theEli Zaretskii6-6/+6
2011-08-042011-08-04 Pedro Alves <pedro@codesourcery.com>Pedro Alves2-3/+5
2011-07-252011-07-25 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-5/+5
2011-07-252011-07-25 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-1/+2
2011-07-222011-07-22 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-1/+1
2011-07-212011-07-21 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+80
2011-07-112011-07-11 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-13/+68
2011-07-112011-07-11 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2-13/+47
2011-06-28 * python/python-internal.h (PY_SSIZE_T_CLEAN): Define.Tom Tromey1-0/+3
2011-06-27 * valops.c (find_overload_match): Call do_cleanups before earlyTom Tromey2-10/+7
2011-06-24 * varobj.c (update_dynamic_varobj_children): Make 'name' const.Tom Tromey8-26/+46
2011-06-162011-06-16 Tristan Gingold <gingold@adacore.com>Tristan Gingold2-1/+3
2011-06-03gdbTom Tromey3-15/+12
2011-05-272011-05-27 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-0/+1
2011-05-23 * python/lib/gdb/printing.py (register_pretty_printer): Add missingDoug Evans1-0/+1
2011-05-19 * python/py-inferior.c (python_inferior_exit): UseTom Tromey1-2/+2
2011-05-16 * python/py-auto-load.c (source_section_scripts): Mention objfileDoug Evans1-2/+3
2011-05-15 * python/py-autoload.c (print_script): Print "Missing" instead ofDoug Evans1-2/+2
2011-05-13 * NEWS: Mention "info auto-load-scripts".Doug Evans1-71/+200
2011-04-27 * python/py-breakpoint.c (gdbpy_breakpoint_created): FixVladimir Prus1-1/+1
2011-04-27 MI breakpoint notifications.Vladimir Prus1-8/+4
2011-04-17gdb/Jan Kratochvil2-3/+3
2011-04-04 * tracepoint.c (scope_info): Update.Tom Tromey1-1/+1
2011-03-31 * python/py-prettyprint.c (print_stack_unless_memory_error): AddTom Tromey1-1/+1
2011-03-222011-03-21 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-2/+49
2011-03-18 * python/py-value.c (valpy_getitem): Fix formatting of error functionPierre Muller1-1/+1
2011-03-182011-03-18 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-13/+82
2011-03-172011-03-17 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon6-5/+167