gdb: add interp::on_tsv_deleted method
[binutils-gdb.git] / gdb / python /
2023-05-25 Simon Marchigdb: remove breakpoint_pointer_iterator
2023-05-25 Simon Marchigdb: remove bp_location_pointer_iterator
2023-05-24 Tom TromeyAdd "args" and "env" parameters to DAP launch request
2023-05-24 Tom TromeyAdd attributes and methods to gdb.Inferior
2023-05-23 Tom TromeyHandle DAP evaluate request without a frame ID
2023-05-23 Tom TromeyAdd global_context parameter to gdb.parse_and_eval
2023-05-23 Tom TromeyImplement DAP loadedSources request
2023-05-23 Tom TromeyImplement gdb.execute_mi
2023-05-23 Tom TromeyChange mi_parse_argv to a method
2023-05-23 Tom TromeyUse accessor for mi_parse::args
2023-05-23 Tom TromeyUse field_signed from Python MI commands
2023-05-22 Tom TromeyRemove some FIXME comments from DAP
2023-05-16 Andrew Burgessgdb/python: extend the Python Disassembler API to allow...
2023-05-16 Andrew Burgessgdb/python: rework how the disassembler API reads the...
2023-05-12 Tom TromeyAdd dynamic_prop::is_constant
2023-05-12 Tom TromeyImplement DAP register scope
2023-05-12 Andrew Burgessgdb/python: implement DisassemblerResult.__str__ method
2023-05-12 Andrew Burgessgdb/python: implement __repr__ methods for py-disasm...
2023-05-05 Tom TromeyFilter out types from DAP scopes request
2023-05-05 Andrew Burgessgdb/python: add mechanism to manage Python initializati...
2023-05-04 Gareth ReesDon't treat references to compound values as "simple".
2023-05-01 Simon Marchigdb: move struct ui and related things to ui.{c,h}
2023-05-01 Tom TromeyReplace field_is_static with a method
2023-04-06 Tom TromeyUse unique_xmalloc_ptr in apply_ext_lang_type_printers
2023-04-06 Andrew Burgessgdb/python: allow Frame.read_var to accept named arguments
2023-04-06 Andrew Burgessgdb/python: convert Frame.read_register to take named...
2023-04-06 Andrew Burgessgdb/python: have PendingFrame methods accept keyword...
2023-04-06 Andrew Burgessgdb/python: have UnwindInfo.add_saved_register accept...
2023-04-05 Simon Marchigdb: make find_thread_ptid an inferior method
2023-04-03 Tom TromeyAdd readMemory and writeMemory requests to DAP
2023-03-30 Andrew Burgessgdb/python: Add new gdb.unwinder.FrameId class
2023-03-30 Andrew Burgessgdb/python: Allow gdb.UnwindInfo to be created with...
2023-03-30 Andrew Burgessgdb/python: remove Py_TPFLAGS_BASETYPE from gdb.UnwindInfo
2023-03-30 Andrew Burgessgdb/python: add __repr__ for PendingFrame and UnwindInfo
2023-03-30 Andrew Burgessgdb/python: add some additional methods to gdb.PendingFrame
2023-03-30 Andrew Burgessgdb/python: add PENDING_FRAMEPY_REQUIRE_VALID macro...
2023-03-30 Andrew Burgessgdb/python: remove unneeded nullptr check in frapy_block
2023-03-30 Andrew Burgessgdb/python: make the gdb.unwinder.Unwinder class more...
2023-03-24 Tom TromeyImplement repl evaluation for DAP
2023-03-24 Tom TromeyFix race in DAP startup
2023-03-24 Tom de Vries[gdb/dap] Add logging of ignored lines
2023-03-15 Tom TromeyFix formatting in gdb/printing.py
2023-03-14 Tom TromeyImplement DAP variables, scopes, and evaluate requests
2023-03-14 Tom TromeyFix DAP frame bug with older versions of Python
2023-03-11 Tom TromeyConstify linetables
2023-03-11 Tom TromeyChange linetables to be objfile-independent
2023-03-09 Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-03-06 Kévin Le Gouguecgdb/python: Fix --disable-tui build
2023-03-06 Tom TromeyFix DAP stackTrace through frames without debuginfo
2023-03-03 Andrew Burgessgdb/python: replace strlen call with std::string::size...
2023-03-02 Simon Marchigdb: update some copyright years (2022 -> 2023)
2023-02-28 Andrew Burgessgdb: fix mi breakpoint-deleted notifications for thread...
2023-02-27 Kevin BuettnerPython QUIT processing updates
2023-02-27 Tom TromeyFix value chain use-after-free
2023-02-27 Simon Marchigdb: reformat Python files with black 23.1.0
2023-02-27 Tankut Baris Aktemurgdb, python: do minor modernization in execute_gdb_command
2023-02-19 Tom TromeyRemove ALL_BLOCK_SYMBOLS_WITH_NAME
2023-02-19 Tom TromeyConvert block_static_block and block_global_block to...
2023-02-13 Tom TromeyRemove deprecated_lval_hack
2023-02-13 Tom TromeyTurn record_latest_value into a method
2023-02-13 Tom TromeyTurn preserve_one_value into method
2023-02-13 Tom TromeyTurn many optimized-out value functions into methods
2023-02-13 Tom TromeyTurn value_copy into a method
2023-02-13 Tom TromeyTurn remaining value_contents functions into methods
2023-02-13 Tom TromeyTurn value_incref and value_decref into methods
2023-02-13 Tom TromeyTurn value_fetch_lazy into a method
2023-02-13 Tom TromeyTurn value_zero into static "constructor"
2023-02-13 Tom TromeyTurn allocate_optimized_out_value into static "constructor"
2023-02-13 Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13 Tom TromeyTurn value_address and set_value_address functions...
2023-02-13 Tom TromeyTurn value_lazy and set_value_lazy functions into methods
2023-02-13 Tom TromeyTurn value_type into method
2023-02-13 Tom TromeyRemove unused imports from gdb's Python code
2023-02-13 Andrew Burgessgdb/python: deallocate tui window factories at Python...
2023-02-12 Andrew Burgessgdb: use -1 for breakpoint::task default value
2023-02-12 Andrew Burgessgdb: only allow one of thread or task on breakpoints...
2023-02-10 Tom TromeyEnsure all DAP requests are keyword-only
2023-02-08 Pedro AlvesSimplify interp::exec / interp_exec - let exceptions...
2023-01-20 Simon Marchigdb: remove language.h include from frame.h
2023-01-19 Andrew BurgessGDB: Add a character string limiting option
2023-01-19 Maciej W. RozyckiGDB: Allow arbitrary keywords in integer set commands
2023-01-05 Tom de Vries[gdb/python] Avoid queue.SimpleQueue for python 3.6
2023-01-03 Tom TromeyDo not use PyObject_CallNoArgs
2023-01-02 Tom TromeyInitial implementation of Debugger Adapter Protocol
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-31 Tom de Vries[gdb/python] Fix gdb.python/py-finish-breakpoint2.exp...
2022-12-19 Tom TromeyUse bool constants for value_print_options
2022-12-16 Simon Marchigdb: remove static buffer in command_line_input
2022-12-13 Johnson SunReplace gdbpy_should_stop with gdbpy_breakpoint_cond_sa...
2022-12-07 Tom TromeyRemove unnecessary xstrdup from bppy_init
2022-11-28 Andrew Burgessgdb/disasm: mark functions passed to the disassembler...
2022-11-28 Andrew Burgessgdb/python: avoid throwing an exception over libopcodes...
2022-11-18 Johnson SunFix deletion of FinishBreakpoints
2022-11-11 Lancelot SIXgdb/py-inferior: Keep inferior threads in a map
2022-10-31 Tom TromeyAdd missing TYPE_CODE_* constants to Python
2022-10-21 Maciej W. RozyckiGDB/Python: Make `None' stand for `unlimited' in settin...
2022-10-20 Andrew Burgessgdb/python: break more dependencies between gdbpy_initi...
2022-10-20 Andrew Burgessgdb/python: break dependencies between gdbpy_initialize...
2022-10-18 Tom TromeyRemove dead code from py-finishbreakpoint.c
2022-10-18 Markus Metzgergdb, python: use gdbarch_iterate_over_objfiles_in_searc...
next