]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/python.c
Update year range in copyright notice of all files owned by the GDB project.
[thirdparty/binutils-gdb.git] / gdb / python / python.c
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-12  Doug EvansNew python function gdb.lookup_objfile.
2014-12-02  Nick BullNew python events: inferior call, register/memory changed.
2014-12-02  Doug Evansrevert previous patch so that I can re-commit with...
2014-12-02  Doug EvansNew python events: infcall, register/memory changed.
2014-10-17  Doug EvansNew python event "clear_objfiles".
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-08-07  Gary BensonMove libiberty.h to common-defs.h
2014-06-03  Siva ChandraXmethod support in Python.
2014-02-06  Doug EvansExtension Language API
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-12  Pedro AlvesEliminate UNSUPPORTED_ERROR.
2013-11-29  Doug EvansRemove trailing whitespace.
2013-11-28  Doug EvansRename breakpoint_object to gdbpy_breakpoint_object.
2013-11-11  Phil Muldoon2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2013-10-02  Phil Muldoon2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2013-06-18  Tom Tromey * python/python.c (finish_python_initialization):...
2013-05-30  Tom Tromeyuse explicit returns to avoid checker confusion
2013-05-20  Tom Tromey * python/py-arch.c (gdbpy_initialize_arch): Use
2013-05-20  Tom Tromey * python/py-cmd.c (cmdpy_completer): Use explicit...
2013-05-20  Tom Tromey * python/python.c (gdbpy_run_events): Decref the result
2013-05-20  Tom Tromey * mi/mi-main.c: Include python-internal.h.
2013-05-20  Tom Tromey * python/py-arch.c (gdbpy_initialize_arch): Return...
2013-05-20  Tom Tromey * python/python.c (before_prompt_hook): Add cleanup to
2013-05-10  Phil Muldoon2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2013-03-28  Doug Evans * python/python.c (finish_python_initialization):...
2013-03-12  Keith Seitz * ada-lang.c (ada_read_renaming_var_value): Pass const
2013-03-07  Keith Seitz * breakpoint.c (catch_syscall_split_args): Use skip_sp...
2013-02-28  Doug Evans * python/py-finishbreakpoint.c (bpfinishpy_init):...
2013-02-28  Tom Tromey * python/python.c (gdbpy_print_stack): Call begin_line and
2013-02-28  Tom Tromey * python/python.c (gdbpy_find_pc_line): Call find_pc_line
2013-01-31  Aleksandar Ristovski2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2013-01-23  Siva Chandra Reddy Add a new class gdb.Architecture which exposes GDB's
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-12  Paul KoningAdd support for Python 3.
2012-11-29  Ulrich Weigand * python/python.c (finalize_python): Cast unused PyGIL...
2012-11-12  Tom Tromey * python/python.c (start_type_printers): Initialize...
2012-11-12  Tom Tromey * NEWS: Update.
2012-11-09  Tom Tromey * gdbarch.sh (target_gdbarch): Remove macro.
2012-09-21  Andreas Schwab* python/python.c (finalize_python): Only define if...
2012-09-20  Tom Tromey * NEWS: Update.
2012-09-13  Yit Phang KhooRefactor Python "gdb" module into a proper Python packa...
2012-08-23  Yit Phang Khoo Document how to return from "python-interactive" to...
2012-08-22  Yit Phang Khoo Enable readline in Python in a GDB-specific way and...
2012-08-22  Yit Phang Khoo Add a new "python-interactive" command that starts...
2012-08-22  Tom Tromey * defs.h (quit_flag): Don't declare.
2012-06-25  Michael EagerPR14291: KeyboardInterrupt not caught for Python output
2012-05-18  Sergio Durigan Junior2012-05-18 Sergio Durigan Junior <sergiodj@redhat...
2012-05-15  Tom Tromey * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulo...
2012-05-14  Siva Chandra Reddy2012-05-14 Siva Chandra Reddy <sivachandra@google...
2012-05-13  Siva Chandra Reddy2012-05-13 Siva Chandra Reddy <sivachandra@google...
2012-03-30  Tom Tromey * python/python.c (gdbpy_decode_line): Move cleanup...
2012-01-28  Jan Kratochvilgdb/
2012-01-26  Jan Kratochvilgdb/
2012-01-10  Tom Tromey PR python/13199:
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-23  Kevin Pouget Introduce gdb.FinishBreakpoint in Python
2011-12-16  Phil Muldoon2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
2011-12-06  Tom Tromeythe "ambiguous linespec" series
2011-11-28  Phil Muldoon2011-11-28 Phil Muldoon <pmuldoon@redhat.com>
2011-11-04  Phil Muldoon2011-11-04 Phil Muldoon <pmuldoon@redhat.com>
2011-10-27  Doug Evans * cli/cli-cmds.c (source_script_with_search): Pass...
2011-10-07  Kevin Pouget Allow Python notification of new object-file loadings.
2011-10-03  Joel BrobeckerCrash sourcing Python script on Windows
2011-09-19  Doug Evans * python/py-auto-load.c (source_section_scripts):...
2011-09-15  Kevin Pouget2011-09-15 Kevin Pouget <kevin.pouget@st.com>
2011-09-06  Pedro Alves2011-09-06 Pedro Alves <pedro@codesourcery.com>
2011-09-02  Pedro Alves2011-09-02 Pedro Alves <pedro@codesourcery.com>
2011-08-09  Phil Muldoon2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
2011-07-22  Phil Muldoon2011-07-22 Phil Muldoon <pmuldoon@redhat.com>
2011-07-21  Phil Muldoon2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2011-07-11  Phil Muldoon2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2011-06-24  Tom Tromey * varobj.c (update_dynamic_varobj_children): Make...
2011-04-04  Tom Tromey * tracepoint.c (scope_info): Update.
2011-03-18  Phil Muldoon2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
2011-03-14  Phil Muldoon2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
2011-02-28  Tom Tromey * python/python.c (gdbpy_value_cst): New global.
2011-02-22  Doug Evans Add gdb.lookup_global_symbol python function.
2011-02-04  Sami WagiaallaAdd Python support for GDB events.
2011-01-31  Tom Tromey PR python/12216:
2011-01-26  Tom Tromey * python/python.c (gdbpy_solib_name): Use gdb_py_longe...
2011-01-06  Tom Tromeygdb
2011-01-06  Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
2010-11-12  Tom Tromeygdb
2010-11-02  Doug Evans * top.c: #include "python/python.h".
2010-10-13  Jan Kratochvilgdb/
2010-10-04  Doug Evans * python/python.c (_initialize_python): Define new...
2010-08-20  Pedro Alves * python/python.c: Include "serial.h".
2010-08-13  Ken Wernergdb:
2010-08-11  Phil Muldoon2010-08-11 Tom Tromey <tromey@redhat.com>
2010-08-11  Phil Muldoon2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2010-08-07  Jan Kratochvilgdb/
2010-06-28  Phil Muldoon2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2010-06-25  Tom Tromeygdb
2010-06-24  Joel BrobeckerAdd support for gdb.PYTHONDIR as $gdb_datadir/python.
2010-06-04  Doug Evans Add support for enabling/disabling individual pretty...
2010-05-27  Doug Evans Allow python to find its files if moved from original...
2010-05-25  Doug Evans Add python gdb.GdbError and gdb.string_to_argv.
2010-05-19  Doug Evans * python.c (gdbpy_print_stack): Ensure output ends...
next