]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/python.c
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / python / python.c
6 days ago  Tom TromeyChange file initialization to use INIT_GDB_FILE macro
13 days ago  Andrew Burgessgdb/python: introduce gdb.warning() function
2025-05-15  Andreas Schwabgdb: rename ldirname to gdb_ldirname
2025-04-29  Tom de Vries[gdb] Handle nullptr gdb_std{err,out} in {gdbpy,ioscm...
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-04-07  Tom de Vries[gdb/cli] Use debug info language to pick pygments...
2025-03-19  Andrew Burgessgdb/python: new styling argument to gdb.execute
2025-03-15  Andrew Burgessgdb/python: handle non-utf-8 character from gdb.execute()
2025-02-28  Simon Marchigdb, gdbserver, gdbsupport: fix some namespace comment...
2025-01-13  Aditya Vidyadhar... Fix AIX CI build break.
2025-01-12  Andrei PikasAdd an option with a color type.
2024-12-03  Tom de Vries[gdb/python] Issue warning if python fails to initialize
2024-12-03  Tom de Vries[gdb/python] Handle empty PYTHONDONTWRITEBYTECODE
2024-12-03  Tom de Vries[gdb/python] Warn and ignore ineffective python settings
2024-12-03  Tom de Vries[gdb/python] Drop ATTRIBUTE_UNUSED on py_initialize_cat...
2024-12-03  Tom de Vries[gdb/python] Factor out and refactor py_initialize
2024-11-22  Tom de Vries[gdb/python] Handle failure to initialize without exiting
2024-11-22  Tom de Vries[gdb/python] Fix abort on Py_Initialize
2024-11-22  Tom de Vries[gdb/python] Handle !Py_IsInitialized () in gdbpy_initi...
2024-11-22  Tom de Vries[gdb/python] Ensure locale is restored in do_start_init...
2024-11-14  Andrew Burgessgdb/python: remove PyObject_IsTrue call in gdbpy_handle...
2024-11-10  Andrew Burgessgdb/python: implement Python find_exec_by_build_id...
2024-11-10  Andrew Burgessgdb: rename ext_lang_missing_debuginfo_result
2024-09-24  Tom de Vries[gdb/python] Eliminate GDB_PY_HANDLE_EXCEPTION
2024-09-23  Tom TromeyAutomatically add types to Python modules
2024-08-27  Tom de Vries[gdb/python] Use GDB_PY_HANDLE_EXCEPTION more often
2024-08-14  Felix Willgerodtbtrace, python: Enable ptwrite filter registration.
2024-07-15  Simon Marchigdb: pass program space to get_current_source_symtab_an...
2024-06-10  Tom TromeyMake global_symbol_searcher::filenames private
2024-04-25  Simon Marchigdb: remove gdbcmd.h
2024-04-23  Simon Marchigdb: change return type of check_quit_flag to bool
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-03-18  Tom TromeySet __file__ when source'ing a Python script
2024-02-27  Tom TromeyAdd extension_language_ops::shutdown
2024-02-27  Tom TromeyRewrite final cleanups
2024-02-27  Tom TromeyRewrite "python" command exception handling
2024-02-27  Tom TromeyFix formatting buglet in python.c
2024-02-19  Tankut Baris Aktemurgdb, python: selectively omit enabling stdin in gdb...
2024-02-10  Andrew Burgessgdb/python: fix 'set python ignore-environment' white...
2024-02-07  Hannes DomaniRaise exception if ambiguous name is used in gdb.parameter
2024-01-28  Tom TromeyReplace search_domain with domain_search_flags
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-12-13  Alexandra Hájkovágdb: move gdbpy_gil into python-internal.h
2023-12-11  Tom TromeyIntroduce gdb.interrupt
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-11-15  Tom TromeyCheck gdb_python_module in gdbpy_handle_missing_debuginfo
2023-11-14  Andrew Burgessgdb: implement missing debug handler hook for Python
2023-10-23  Tom de Vries[gdb/python] Only include gdbsupport/selftest.h if...
2023-10-10  Simon Marchigdb: remove target_gdbarch
2023-10-10  Simon Marchigdb: add inferior::{arch, set_arch}
2023-10-10  Jan Vranygdb/python: implement support for sending custom MI...
2023-07-28  Tom TromeyRe-acquire GIL earlier in gdbpy_parse_and_eval
2023-06-03  Tom de Vries[gdb] Fix typos
2023-05-23  Tom TromeyAdd global_context parameter to gdb.parse_and_eval
2023-05-23  Tom TromeyImplement gdb.execute_mi
2023-05-05  Andrew Burgessgdb/python: add mechanism to manage Python initializati...
2023-05-01  Simon Marchigdb: move struct ui and related things to ui.{c,h}
2023-04-06  Tom TromeyUse unique_xmalloc_ptr in apply_ext_lang_type_printers
2023-03-09  Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-02-27  Tom TromeyFix value chain use-after-free
2023-02-27  Tankut Baris Aktemurgdb, python: do minor modernization in execute_gdb_command
2023-02-13  Andrew Burgessgdb/python: deallocate tui window factories at Python...
2023-01-19  Maciej W. RozyckiGDB: Allow arbitrary keywords in integer set commands
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-16  Simon Marchigdb: remove static buffer in command_line_input
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...
next