aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/python.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey1-5/+6
2013-05-20 * python/py-cmd.c (cmdpy_completer): Use explicit decref.Tom Tromey1-8/+9
2013-05-20 * python/python.c (gdbpy_run_events): Decref the resultTom Tromey1-1/+5
2013-05-20 * mi/mi-main.c: Include python-internal.h.Tom Tromey1-0/+19
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey1-41/+82
2013-05-20 * python/python.c (before_prompt_hook): Add cleanup toTom Tromey1-0/+2
2013-05-102013-05-10 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+9
2013-03-28 * python/python.c (finish_python_initialization): Provide suggestionDoug Evans1-2/+6
2013-03-12 * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz1-5/+1
2013-03-07 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz1-6/+4
2013-02-28 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.Doug Evans1-1/+1
2013-02-28 * python/python.c (gdbpy_print_stack): Call begin_line andTom Tromey1-10/+19
2013-02-28 * python/python.c (gdbpy_find_pc_line): Call find_pc_lineTom Tromey1-5/+14
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-2/+0
2013-01-23 Add a new class gdb.Architecture which exposes GDB'sSiva Chandra Reddy1-0/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-12Add support for Python 3.Paul Koning1-4/+78
2012-11-29 * python/python.c (finalize_python): Cast unused PyGILState_EnsureUlrich Weigand1-1/+1
2012-11-12 * python/python.c (start_type_printers): Initialize 'result_obj'.Tom Tromey1-1/+1
2012-11-12 * NEWS: Update.Tom Tromey1-0/+136
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-1/+1
2012-09-21* python/python.c (finalize_python): Only define if HAVE_PYTHON.Andreas Schwab1-0/+3
2012-09-20 * NEWS: Update.Tom Tromey1-0/+19
2012-09-13Refactor Python "gdb" module into a proper Python package, by introducingYit Phang Khoo1-94/+61
2012-08-23 Document how to return from "python-interactive" to GDB.Yit Phang Khoo1-1/+4
2012-08-22 Enable readline in Python in a GDB-specific way and block theYit Phang Khoo1-0/+1
2012-08-22 Add a new "python-interactive" command that starts a standardYit Phang Khoo1-2/+102
2012-08-22 * defs.h (quit_flag): Don't declare.Tom Tromey1-0/+25
2012-06-25PR14291: KeyboardInterrupt not caught for Python outputMichael Eager1-13/+18
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-2/+0
2012-05-15 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.Tom Tromey1-1/+1
2012-05-142012-05-14 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra Reddy1-1/+1
2012-05-132012-05-13 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra Reddy1-0/+21
2012-03-30 * python/python.c (gdbpy_decode_line): Move cleanup creation outTom Tromey1-8/+21
2012-01-28gdb/Jan Kratochvil1-1/+1
2012-01-26gdb/Jan Kratochvil1-32/+32
2012-01-10 PR python/13199:Tom Tromey1-0/+3
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-12-23 Introduce gdb.FinishBreakpoint in PythonKevin Pouget1-0/+1
2011-12-162011-12-16 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-73/+69
2011-12-06the "ambiguous linespec" seriesTom Tromey1-1/+1
2011-11-282011-11-28 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-1/+1
2011-11-042011-11-04 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-4/+14
2011-10-27 * cli/cli-cmds.c (source_script_with_search): Pass full path toDoug Evans1-16/+10
2011-10-07 Allow Python notification of new object-file loadings.Kevin Pouget1-0/+1
2011-10-03Crash sourcing Python script on WindowsJoel Brobecker1-2/+41
2011-09-19 * python/py-auto-load.c (source_section_scripts): Fix fileDoug Evans1-3/+4
2011-09-152011-09-15 Kevin Pouget <kevin.pouget@st.com>Kevin Pouget1-0/+3
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