gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / python / python.c
2020-05-28  Kevin BuettnerFix Python3.9 related runtime problems
2020-05-08  Tom TromeyRemove ALL_PSPACES
2020-04-20  Tom TromeyMark move constructors as "noexcept"
2020-04-18  Tom TromeyChange get_objfile_arch to a method on objfile
2020-04-17  Tom TromeyReplace most calls to help_list and cmd_show_list
2020-04-16  Kevin BuettnerFix compilation of python/python.c for Python 3.9
2020-04-13  Tom TromeyMove event-loop.[ch] to gdbsupport/
2020-02-22  Tom TromeyAllow TUI windows in Python
2020-02-19  Tom TromeyRemove useless NULL check in python.c
2020-01-24  Andrew Burgessgdb: Enable stdin on exception in execute_gdb_command
2020-01-21  Tom TromeyAllow use of Pygments to colorize source code
2020-01-15  Tom TromeyFix valgrind error from gdb.decode_line
2020-01-13  Simon Marchigdb: add declaration to Python init function
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-27  Andrew Burgessgdb: Introduce global_symbol_searcher
2019-11-26  Tom TromeyUse run_on_main_thread in gdb.post_event
2019-11-26  Philippe WaroquiersFix crashes due to python GIL released too early
2019-11-22  Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-22  Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-11-10  Andrew Burgessgdb/python: Introduce gdb.lookup_static_symbols
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-09-11  Christian BiesingerMake relocate_{path,gdb_directory} return std::string
2019-09-09  Philippe WaroquiersFix leak detected in python.c initialization code.
2019-08-27  Andrew Burgessgdb: Add new -n flag to some info commands
2019-08-22  Christian BiesingerMake GDB compile with Python 3 on MinGW
2019-07-30  Christian Biesinger[PR/24474] Add gdb.lookup_static_symbol to the python API
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-28  Sergio Durigan JuniorFix crash when using PYTHONMALLOC=debug (PR python...
2019-06-11  Tom TromeyRemove trailing newlines from help text
2019-06-10  Tom TromeyRemove newlines from warnings
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-02-27  Tom TromeyRemove Python 2.4 and 2.5 support
2019-01-30  Tom TromeyRelease the GIL while running a gdb command or expression
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-23  Tom TromeyDo not include py-ref.h in most files
2019-01-03  Tom TromeyUse a wrapper for PyErr_Fetch
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-27  Tom TromeyConsolidate some Python exception-printing functions
2018-12-27  Tom TromeyRemove more calls to xfree from Python
2018-11-21  Benno FünfstückMake command-repeat work after gdb.execute
2018-11-04  Tom TromeyReturn gdbpy_ref from some Python string functions
2018-10-27  Philippe WaroquiersAdd [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info...
2018-09-24  Tom TromeyReport Python errors coming from gdb.post_event
2018-09-17  Simon Marchipython: Make gdb.execute("show commands") work (PR...
2018-09-16  Tom TromeyChange objfile_to_objfile_object to return a new reference
2018-09-16  Tom TromeyChange pspace_to_pspace_object to return a new reference
2018-09-16  Tom TromeyAdd more methods to gdb.Progspace
2018-09-15  Tom TromeyFix possible exception leak in python.c
2018-09-13  Simon Marchipython: Add Progspace.objfiles method
2018-09-10  Tom TromeyFix help text for "python" command
2018-06-08  Paul KoningFix build issue with Python 3.7
2018-05-31  Tom TromeyAdd basic Python API for convenience variables
2018-05-25  Tom TromeyRemove interp_ui_out
2018-05-04  Tom TromeyLet gdb.execute handle multi-line commands
2018-05-04  Tom TromeyUse counted_command_line everywhere
2018-05-02  Tom TromeyHandle var_zuinteger and var_zuinteger_unlimited from...
2018-04-30  Tom TromeyChange Python code to use new_reference
2018-01-07  Simon MarchiC++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05  Simon MarchiRemove some unused variables
2017-11-29  Pedro AlvesMake "break foo" find "A::foo", A::B::foo", etc. [C...
2017-11-27  Simon Marchipython: Fix memleak in do_start_initialization
2017-11-16  Phil MuldoonAdd Python rbreak command.
2017-11-07  Tom TromeyConstify execute_command
2017-11-07  Tom TromeyConstify add_com
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-09-27  Tom TromeyConstify some linespec functions
2017-09-11  Tom TromeyMake it simpler to add events to Python
2017-09-11  Tom TromeyAdd new_inferior, inferior_deleted, and new_thread...
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-09-04  Pedro Alvesstruct symtabs_and_lines -> std::vector<symtab_and_line>
2017-08-03  Tom TromeyRemove a cleanup in Python
2017-08-03  Tom TromeyAvoid some manual memory management in Python
2017-05-02  Tim WiederhakePython: Introduce gdb.Instruction class
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
next
This page took 0.892511 seconds and 106 git commands to generate.