summaryrefslogtreecommitdiff
path: root/gdb/python/python.c
Commit message (Expand)AuthorAgeFilesLines
* Add a new class gdb.Architecture which exposes GDB'sSiva Chandra Reddy2013-01-231-0/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Add support for Python 3.Paul Koning2012-12-121-4/+78
* * python/python.c (finalize_python): Cast unused PyGILState_EnsureUlrich Weigand2012-11-291-1/+1
* * python/python.c (start_type_printers): Initialize 'result_obj'.Tom Tromey2012-11-121-1/+1
* * NEWS: Update.Tom Tromey2012-11-121-0/+136
* * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey2012-11-091-1/+1
* * python/python.c (finalize_python): Only define if HAVE_PYTHON.Andreas Schwab2012-09-211-0/+3
* * NEWS: Update.Tom Tromey2012-09-201-0/+19
* Refactor Python "gdb" module into a proper Python package, by introducingYit Phang Khoo2012-09-131-94/+61
* Document how to return from "python-interactive" to GDB.Yit Phang Khoo2012-08-231-1/+4
* Enable readline in Python in a GDB-specific way and block theYit Phang Khoo2012-08-221-0/+1
* Add a new "python-interactive" command that starts a standardYit Phang Khoo2012-08-221-2/+102
* * defs.h (quit_flag): Don't declare.Tom Tromey2012-08-221-0/+25
* PR14291: KeyboardInterrupt not caught for Python outputMichael Eager2012-06-251-13/+18
* 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-05-181-2/+0
* * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.Tom Tromey2012-05-151-1/+1
* 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra Reddy2012-05-141-1/+1
* 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra Reddy2012-05-131-0/+21
* * python/python.c (gdbpy_decode_line): Move cleanup creation outTom Tromey2012-03-301-8/+21
* gdb/Jan Kratochvil2012-01-281-1/+1
* gdb/Jan Kratochvil2012-01-261-32/+32
* PR python/13199:Tom Tromey2012-01-101-0/+3
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-1/+1
* Introduce gdb.FinishBreakpoint in PythonKevin Pouget2011-12-231-0/+1
* 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-12-161-73/+69
* the "ambiguous linespec" seriesTom Tromey2011-12-061-1/+1
* 2011-11-28 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-11-281-1/+1
* 2011-11-04 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-11-041-4/+14
* * cli/cli-cmds.c (source_script_with_search): Pass full path toDoug Evans2011-10-271-16/+10
* Allow Python notification of new object-file loadings.Kevin Pouget2011-10-071-0/+1
* Crash sourcing Python script on WindowsJoel Brobecker2011-10-031-2/+41
* * python/py-auto-load.c (source_section_scripts): Fix fileDoug Evans2011-09-191-3/+4
* 2011-09-15 Kevin Pouget <kevin.pouget@st.com>Kevin Pouget2011-09-151-0/+3
* 2011-09-06 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-09-061-1/+1
* 2011-09-02 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-09-021-0/+8
* 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-08-091-2/+2
* 2011-07-22 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-07-221-1/+1
* 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-07-211-0/+80
* 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-07-111-13/+68
* * varobj.c (update_dynamic_varobj_children): Make 'name' const.Tom Tromey2011-06-241-9/+13
* * tracepoint.c (scope_info): Update.Tom Tromey2011-04-041-1/+1
* 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-03-181-13/+82
* 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-03-141-1/+17
* * python/python.c (gdbpy_value_cst): New global.Tom Tromey2011-02-281-0/+2
* Add gdb.lookup_global_symbol python function.Doug Evans2011-02-221-0/+4
* Add Python support for GDB events.Sami Wagiaalla2011-02-041-0/+10
* PR python/12216:Tom Tromey2011-01-311-0/+1
* * python/python.c (gdbpy_solib_name): Use gdb_py_longest andTom Tromey2011-01-261-9/+2
* gdbTom Tromey2011-01-061-0/+3