summaryrefslogtreecommitdiff
path: root/gdb/python/python.c
Commit message (Expand)AuthorAgeFilesLines
* 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>pmuldoon2013-10-021-1/+4
* * python/python.c (finish_python_initialization): DecrefTom Tromey2013-06-181-2/+1
* use explicit returns to avoid checker confusionTom Tromey2013-05-301-1/+2
* * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey2013-05-201-5/+6
* * python/py-cmd.c (cmdpy_completer): Use explicit decref.Tom Tromey2013-05-201-8/+9
* * python/python.c (gdbpy_run_events): Decref the resultTom Tromey2013-05-201-1/+5
* * mi/mi-main.c: Include python-internal.h.Tom Tromey2013-05-201-0/+19
* * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey2013-05-201-41/+82
* * python/python.c (before_prompt_hook): Add cleanup toTom Tromey2013-05-201-0/+2
* 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>pmuldoon2013-05-101-0/+9
* * python/python.c (finish_python_initialization): Provide suggestionDoug Evans2013-03-281-2/+6
* * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz2013-03-121-5/+1
* * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz2013-03-071-6/+4
* * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.Doug Evans2013-02-281-1/+1
* * python/python.c (gdbpy_print_stack): Call begin_line andTom Tromey2013-02-281-10/+19
* * python/python.c (gdbpy_find_pc_line): Call find_pc_lineTom Tromey2013-02-281-5/+14
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-311-2/+0
* Add a new class gdb.Architecture which exposes GDB'ssivachandra2013-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 introducingkhooyp2012-09-131-94/+61
* Document how to return from "python-interactive" to GDB.khooyp2012-08-231-1/+4
* Enable readline in Python in a GDB-specific way and block thekhooyp2012-08-221-0/+1
* Add a new "python-interactive" command that starts a standardkhooyp2012-08-221-2/+102
* * defs.h (quit_flag): Don't declare.Tom Tromey2012-08-221-0/+25
* PR14291: KeyboardInterrupt not caught for Python outputeager2012-06-251-13/+18
* 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>sergiodj2012-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>sivachandra2012-05-141-1/+1
* 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>sivachandra2012-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 Pythonkpouget2011-12-231-0/+1
* 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>pmuldoon2011-12-161-73/+69
* the "ambiguous linespec" seriesTom Tromey2011-12-061-1/+1
* 2011-11-28 Phil Muldoon <pmuldoon@redhat.com>pmuldoon2011-11-281-1/+1
* 2011-11-04 Phil Muldoon <pmuldoon@redhat.com>pmuldoon2011-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.kpouget2011-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