Introduce command_line_up
[deliverable/binutils-gdb.git] / gdb / python / python.c
2017-04-12  Tom TromeyIntroduce command_line_up
2017-04-12  Tom TromeyIntroduce event_location_up
2017-04-06  Thomas Preud'hommeFix Windows gdb build failure with Python 2 support
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-04-05  Pedro Alves-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords...
2017-03-27  Pedro Alvesgdb: Make ldirname return a std::string
2017-03-23  Andreas ArnezRemove constness of libdir in do_start_initialization
2017-03-23  Philipp RudoFix memory leak in python.c:do_start_initialization
2017-02-14  Tom TromeyPR python/13598 - add before_prompt event
2017-02-14  Tim Wiederhakepython: Implement btrace Python bindings for record...
2017-02-14  Tim Wiederhakepython: Create Python bindings for record history.
2017-02-10  Tom TromeyRemove some gotos from Python
2017-02-10  Tom TromeyTurn gdbpy_ref into a template
2017-01-11  Tom TromeyRemove cleanups from execute_gdb_command
2017-01-11  Tom TromeyUse gdbpy_ref in python.c
2017-01-11  Tom TromeyChange python_run_simple_file to use gdbpy_ref
2017-01-11  Tom TromeyRemove ensure_python_env
2017-01-11  Tom TromeyUse gdbpy_enter in python.c
2017-01-11  Tom TromeyUse gdbpy_enter in python_interactive_command
2017-01-11  Tom TromeyUse gdbpy_enter in gdbpy_before_prompt_hook
2017-01-11  Tom TromeyUse gdbpy_enter in python.c
2017-01-11  Tom TromeyIntroduce gdbpy_enter
2017-01-11  Tom TromeyUse gdbpy_ref in python.c
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-10  Tom TromeyUse unique_xmalloc_ptr in Python code
2016-11-08  Pedro AlvesUse ui_file_as_string in execute_command_to_string
2016-10-21  Tom TromeyRemove make_cleanup_restore_current_uiout
2016-10-21  Tom TromeyUse RAII to save and restore scalars
2016-10-07  Markus Metzgerpython: accept address and explicit locations in gdb...
2016-09-16  Simon MarchiIntroduce cleanup to restore current_uiout
2016-07-12  Tom TromeyPR python/19293 - invalidate frame cache when unwinders...
2016-06-24  Tom TromeyMake gdbpy_parameter static
2016-06-21  Pedro AlvesMake instream be per UI
2016-06-21  Pedro AlvesIntroduce interpreter factories
2016-06-21  Pedro AlvesMake the interpreters be per UI
2016-06-02  Tom TromeyFix PR python/18984
2016-05-03  Pedro AlvesFix gdb/python/python.c use-after-free
2016-05-03  Pedro AlvesRemove gdb/python/python.c code that handles strlen...
2016-04-21  Pedro AlvesAdd missing sentinel 'char *' casts in concat/reconcat...
2016-04-12  Pedro AlvesEliminate clear_quit_flag
2016-04-12  Pedro AlvesMake Python use a struct serial event
2016-03-31  Catalin Udmapython: Use console format for output of gdb.execute...
2016-03-30  Doug Evanspython/py-utils.c (host_string_to_python_string): New...
2016-01-19  Pedro AlvesLimit breakpoint re-set to the current program space
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-22  Simon MarchiAdd cast in python.c
2015-09-25  Simon MarchiAdd some more casts (2/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-12  Keith SeitzInitialize `location' in gdbpy_decode_line
2015-08-12  Keith SeitzExplicit locations: use new location API
2015-04-29  Doug EvansPR python/18285
2015-04-29  Doug EvansPR python/18089
2015-04-01  Sasha SmundakAdd support for writing unwinders in Python.
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-02-27  Simon MarchiFix Python 3 build: rename GdbMethods
2015-02-27  Pedro AlvesMake array object extern
2015-02-11  Tom TromeyFix redefinition errors in C++ mode
2015-01-31  Doug EvansAdd support for inlining scripts into .debug_gdb_scripts.
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.
next
This page took 0.667298 seconds and 107 git commands to generate.