]> Git Repo - binutils.git/history - gdb/python/python.c
Automatic date update in version.in
[binutils.git] / gdb / python / python.c
2022-10-18 Markus Metzgergdb, python: use gdbarch_iterate_over_objfiles_in_searc...
2022-07-28 Simon Farregdb/python: Add BreakpointLocation type
2022-07-25 Kevin Buettnerset/show python dont-write-bytecode fixes
2022-07-21 Tom de Vries[gdb/python] Fix typo in test_python
2022-07-21 Tom de Vries[gdb/python] Fix python selftest with python 3.11
2022-07-21 Kevin BuettnerWrap python_write_bytecode with HAVE_PYTHON ifdef
2022-07-20 Kevin BuettnerHandle Python 3.11 deprecation of PySys_SetPath and...
2022-07-15 Tom TromeyExpose current 'print' settings to Python
2022-07-05 Tom TromeyMake 'import gdb.events' work
2022-06-17 Pedro Alvesevent_location -> location_spec
2022-06-15 Tom TromeyCheck for listeners in emit_exiting_event
2022-06-15 Andrew Burgessgdb/python: implement the print_insn extension language...
2022-06-15 Andrew Burgessgdb: add extension language print_insn hook
2022-06-01 Tom TromeyAdd gdb.current_language and gdb.Frame.language
2022-04-20 Tom TromeyReplace symbol_symtab with symbol::symtab
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-23 Simon Marchigdb/python: remove Python 2/3 compatibility macros
2022-03-23 Simon Marchigdb/python: remove Python 2 support
2022-03-22 Andrew Burgessgdb/python: add gdb.format_address function
2022-03-19 Simon Marchigdb/python: remove gdb._mi_commands dict
2022-03-14 Andrew Burgessgdb/python/mi: create MI commands using python
2022-02-14 Andrew Burgessgdb/python: move styling support to gdb.styling
2022-02-14 Andrew Burgessgdb: use python to colorize disassembler output
2022-01-26 Andrew Burgessgdb/python: handle non utf-8 characters when source...
2022-01-26 Andrew Burgessgdb/python: add gdb.history_count function
2022-01-26 Tom TromeyChange how Python architecture and language are handled
2022-01-12 Andrew Burgessgdb/python: add gdb.host_charset function
2022-01-01 Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-11-30 Andrew Burgessgdb/python: introduce gdb.TargetConnection object type
2021-11-25 Enze Ligdb: ensure extension_language_python is always defined
2021-11-25 Andrew Burgessgdb/python: make some global variables static
2021-10-28 Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-22 Andrew Burgessgdb/python: move gdb.Membuf support into a new file
2021-10-22 Andrew Burgessgdb/python: new gdb.architecture_names function
2021-10-19 Tom de Vries[gdb/testsuite] Reimplement gdb.gdb/python-interrupts...
2021-10-09 Tom de Vries[gdb] Make execute_command_to_string return string...
2021-10-05 Andrew Burgessgdb/python: add a new gdb_exiting event
2021-10-03 Simon Marchigdb: make string-like set show commands use std::string...
2021-10-03 Lancelot SIXgdb: Introduce setting construct within cmd_list_element
2021-09-13 Tom TromeyFix no-Python build
2021-09-10 Tom de Vries[gdb/testsuite] Reimplement gdb.gdb/python-selftest...
2021-09-07 Andrew Burgessgdb/python: new function to add values into GDB's history
2021-05-27 Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-04-28 Andrew Burgessgdb: startup commands to control Python extension language
2021-04-28 Andrew Burgessgdb: extension languages finish_initialization to initi...
2021-04-28 Andrew Burgessgdb: delay python initialisation until gdbpy_finish_ini...
2021-03-15 Andrew Burgessgdb: use make_scoped_restore to restore gdbpy_current_o...
2021-02-08 Andrew Burgessgdb/python: reformat an error string
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Tom TromeyMinor Python simplifications
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-15 Tom TromeyDon't use PyLong_FromUnsignedLong
2020-09-15 Tom TromeyDon't use PyLong_FromLong
2020-07-06 Andrew Burgessgdb/python: Add gdb.Architecture.registers method
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
next
This page took 2.037929 seconds and 107 git commands to generate.