aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/python.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-23Return gdbpy_ref<> from gdbarch_to_arch_objectTom Tromey1-1/+1
2026-02-23Return gdbpy_ref<> from type_to_type_objectTom Tromey1-1/+1
2026-02-23Return gdbpy_ref<> from value_to_value_objectTom Tromey1-2/+2
2026-02-23Return gdbpy_ref<> from symtab_and_line_to_sal_objectTom Tromey1-4/+4
2026-01-28Python limited API: migrate PyImport_ExtendInittabMatthieu Longo1-8/+2
2026-01-28Python limited API: migrate Py_CompileStringExFlags and PyRun_SimpleStringMatthieu Longo1-9/+8
2026-01-05Update copyright dates to include 2026Tom Tromey1-1/+1
2025-12-18Don't use "module" nameTom Tromey1-8/+8
2025-10-24gdb: add gdb_rl_tilde_expand utilSimon Marchi1-1/+0
2025-10-23Remove Python API checker definesTom Tromey1-2/+1
2025-10-17[gdb/python] Use PyConfig for python 3.9Tom de Vries1-5/+15
2025-10-05gdb/python: extend gdb.write to support styled outputAndrew Burgess1-5/+25
2025-09-09Use gnulib c-ctype module in gdbTom Tromey1-1/+0
2025-08-29gdb: use kill() in gdbpy_interrupt for hosts with signal supportAndrew Burgess1-3/+10
2025-08-24gdb: allow gdb.Color to work correctly with paginationAndrew Burgess1-9/+9
2025-06-26Change file initialization to use INIT_GDB_FILE macroTom Tromey1-3/+1
2025-06-19gdb/python: introduce gdb.warning() functionAndrew Burgess1-0/+40
2025-05-15gdb: rename ldirname to gdb_ldirnameAndreas Schwab1-1/+1
2025-04-29[gdb] Handle nullptr gdb_std{err,out} in {gdbpy,ioscm}_flushTom de Vries1-3/+6
2025-04-08Update copyright dates to include 2025Tom Tromey1-1/+1
2025-04-07[gdb/cli] Use debug info language to pick pygments lexerTom de Vries1-2/+12
2025-03-19gdb/python: new styling argument to gdb.executeAndrew Burgess1-6/+33
2025-03-15gdb/python: handle non-utf-8 character from gdb.execute()Andrew Burgess1-1/+2
2025-02-27gdb, gdbserver, gdbsupport: fix some namespace comment formattingSimon Marchi1-1/+1
2025-01-13Fix AIX CI build break.Aditya Vidyadhar Kamath1-1/+1
2025-01-12Add an option with a color type.Andrei Pikas1-0/+7
2024-12-03[gdb/python] Issue warning if python fails to initializeTom de Vries1-0/+35
2024-12-03[gdb/python] Handle empty PYTHONDONTWRITEBYTECODETom de Vries1-6/+16
2024-12-03[gdb/python] Warn and ignore ineffective python settingsTom de Vries1-25/+51
2024-12-03[gdb/python] Drop ATTRIBUTE_UNUSED on py_initialize_catch_abortTom de Vries1-6/+8
2024-12-03[gdb/python] Factor out and refactor py_initializeTom de Vries1-30/+49
2024-11-22[gdb/python] Handle failure to initialize without exitingTom de Vries1-2/+18
2024-11-22[gdb/python] Fix abort on Py_InitializeTom de Vries1-3/+42
2024-11-22[gdb/python] Handle !Py_IsInitialized () in gdbpy_initializeTom de Vries1-2/+9
2024-11-22[gdb/python] Ensure locale is restored in do_start_initializationTom de Vries1-11/+14
2024-11-14gdb/python: remove PyObject_IsTrue call in gdbpy_handle_missing_debuginfoAndrew Burgess1-1/+3
2024-11-10gdb/python: implement Python find_exec_by_build_id hookAndrew Burgess1-1/+107
2024-11-10gdb: rename ext_lang_missing_debuginfo_resultAndrew Burgess1-6/+6
2024-09-24[gdb/python] Eliminate GDB_PY_HANDLE_EXCEPTIONTom de Vries1-5/+5
2024-09-23Automatically add types to Python modulesTom Tromey1-1/+1
2024-08-27[gdb/python] Use GDB_PY_HANDLE_EXCEPTION more oftenTom de Vries1-2/+1
2024-08-14btrace, python: Enable ptwrite filter registration.Felix Willgerodt1-0/+2
2024-07-15gdb: pass program space to get_current_source_symtab_and_lineSimon Marchi1-1/+1
2024-06-10Make global_symbol_searcher::filenames privateTom Tromey1-8/+1
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-23gdb: change return type of check_quit_flag to boolSimon Marchi1-3/+3
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-18Set __file__ when source'ing a Python scriptTom Tromey1-10/+63
2024-02-27Add extension_language_ops::shutdownTom Tromey1-3/+3
2024-02-27Rewrite final cleanupsTom Tromey1-2/+2