Remove path name from test case
[binutils-gdb.git] / gdb / python /
2023-11-14 Tom TromeyHandle the static link in FrameDecorator
2023-11-14 Tom TromeyFix a bug in DAP scopes code
2023-11-14 Tom TromeyAdd gdb.Frame.static_link method
2023-11-14 Andrew Burgessgdb: implement missing debug handler hook for Python
2023-11-06 Hannes DomaniFix resizing of TUI python windows
2023-11-03 Tom TromeyRemove unused declaration
2023-10-31 Tom TromeyImplement DAP setVariable request
2023-10-26 Andrew Burgessgdb/python: Add new gdb.Value.bytes attribute
2023-10-23 Tom de Vries[gdb/python] Only include gdbsupport/selftest.h if...
2023-10-16 Tom TromeyHave DAP handle non-Value results from 'children'
2023-10-16 Tom TromeyHandle gdb.LazyString in DAP
2023-10-16 Tom TromeyFix register-setting response from DAP
2023-10-16 Tom TromeyAdd DAP scope cache
2023-10-16 Andrew Burgessgdb: replace architecture_changed with new_architecture...
2023-10-10 Simon Marchigdb: remove target_gdbarch
2023-10-10 Simon Marchigdb: add inferior parameter to architecture_changed...
2023-10-10 Simon Marchigdb: add inferior::{arch, set_arch}
2023-10-10 Jan Vranygdb/python: implement support for sending custom MI...
2023-10-10 Jan Vranygdb/python: generalize serialize_mi_result()
2023-10-05 Simon Marchigdb: add all_objfiles_removed observer
2023-10-05 Simon Marchigdb: add program_space parameters to some auto-load...
2023-10-05 Simon Marchigdb: add program_space parameter to emit_clear_objfiles...
2023-10-02 Andrew Burgessgdb: add Python events for program space addition and...
2023-09-28 Andrew Burgessgdb/python: make the executable_changed event available...
2023-09-28 Andrew Burgessgdb/python: new Progspace.executable_filename attribute
2023-09-28 Andrew Burgessgdb/python: new Progspace.symbol_file attribute
2023-09-28 Andrew Burgessgdb/doc: extend the description for Progspace.filename
2023-09-26 Tom TromeyRemove some unnecessary qualification from printing.py
2023-09-26 Tom TromeyAdd two new pretty-printer methods
2023-09-26 Tom TromeyIntroduce gdb.ValuePrinter
2023-09-26 Tom de Vries[gdb/dap] Fix dap for python < 3.8
2023-09-20 Tom TromeyRemove stray trailing "," from DAP breakpoint.py
2023-09-20 Tom TromeyRemove explanatory comments from includes
2023-09-20 Gregory Andersgdb/dap: only include sourceReference if file path...
2023-09-20 Gregory Andersgdb/dap: use breakpoint fullname to resolve source
2023-09-20 Gregory Andersgdb/dap: ignore unused keyword args in step_out
2023-09-20 Gregory Andersgdb/dap: check for breakpoint source before unpacking
2023-09-20 Tom TromeyRun 'black' on printing.py
2023-09-19 Tom TromeyHandle pointers and references correctly in DAP
2023-09-19 Tom TromeyGive a language to a type
2023-09-19 Tom TromeyUse gdb::checked_static_cast for watchpoints
2023-09-12 Tom TromeyAvoid spurious breakpoint-setting failure in DAP
2023-09-06 Tom de Vries[gdb/symtab] Fix too many symbols in gdbpy_lookup_stati...
2023-09-05 Tom TromeyHandle array- and string-like values in no-op pretty...
2023-09-05 Tom TromeyAdd new Python APIs to support DAP value display
2023-09-05 Tom TromeySelect frame when fetching a frame variable in DAP
2023-09-05 Tom TromeyUse ada_value_subscript in valpy_getitem
2023-08-31 Simon Marchigdb: remove TYPE_FIELD_BITSIZE
2023-08-31 Simon Marchigdb: remove TYPE_FIELD_ARTIFICIAL
2023-08-24 Tom de Vries[gdb/build] Return gdb::array_view in thread_info_to_th...
2023-08-23 Pedro Alvesgdb: centralize "[Thread ...exited]" notifications
2023-08-23 Andrew Burgessgdb: remove mi_parse::make functions
2023-08-23 Andrew Burgessgdb: add gdb::make_unique function
2023-08-22 Tom TromeyRemove value::copy call from gdbpy_get_varobj_pretty_pr...
2023-08-17 Andrew Burgessgdb: add inferior-specific breakpoints
2023-08-16 Tom TromeyImplement DAP module-removed event
2023-08-14 Tom de Vries[gdb/build] Fix enum param_types odr violation
2023-08-14 Tom de Vries[gdb/build] Remove superfluous variable param_types...
2023-08-03 Tom TromeyRemove f-string from DAP
2023-08-03 Tom TromeyUse frame.name() in FrameDecorator
2023-08-02 Tom de Vries[gdb/dap] Disable DAP for python <= 3.5
2023-08-01 Tom TromeyImplement DAP "source" request
2023-08-01 Tom TromeyHandle Source in DAP breakpointLocations
2023-08-01 Tom TromeyIntroduce sourceReference handling in DAP
2023-08-01 Tom TromeyDon't supply DAP 'path' for non-file shared libraries
2023-08-01 Tom TromeyImplement ValueFormat for DAP
2023-08-01 Tom TromeyRespect supportsMemoryReferences in DAP
2023-08-01 Tom TromeyAdd DAP support for C++ exceptions
2023-08-01 Tom TromeyImplement DAP 'terminated' event
2023-08-01 Tom TromeyDo not send "new breakpoint" event when breakpoint...
2023-08-01 Tom TromeyMove DAP breakpoint event code to breakpoint.py
2023-08-01 Tom TromeyFull paths in DAP stackTrace responses
2023-08-01 Tom TromeyAdd "cwd" parameter to DAP launch request
2023-08-01 Tom TromeyRename private member of FrameDecorator
2023-08-01 Simon FarreAdd thread exited event
2023-07-31 Tom TromeyRestore previous sigmask in gdb.block_signals
2023-07-28 Tom TromeyRe-acquire GIL earlier in gdbpy_parse_and_eval
2023-07-27 Tom TromeyReport supportsBreakpointLocationsRequest
2023-07-26 Tom de Vries[gdb/tui] Fix assert in ~gdbpy_tui_window_maker
2023-07-23 Tom TromeyUse 'name' in DAP start_thread function
2023-07-23 Tom TromeyExport gdb.block_signals and create gdb.Thread
2023-07-21 Tom TromeyImplement DAP modules request
2023-07-21 Tom TromeyAdd Progspace.objfile_for_address
2023-07-21 Tom TromeyRemove unused imports
2023-07-21 Tom TromeyFix typo in py-type.c docstring
2023-07-21 Tom TromeyAdd instruction bytes to DAP disassembly response
2023-07-19 Pedro AlvesFix gdb.Inferior.read_memory without execution (PR...
2023-07-15 Andrew Burgessgdb/tui: make tui_win_info::title private
2023-07-14 Tom TromeyUse correct inferior in Inferior.read_memory et al
2023-07-10 Tom TromeyUpdate TUI window title when changed
2023-07-10 Tom TromeyHandle typedefs in no-op pretty printers
2023-07-10 Tom TromeyReimplement DAP stack traces using frame filters
2023-07-10 Tom TromeySimplify FrameVars
2023-07-10 Tom TromeyFix oversights in frame decorator code
2023-07-10 Tom TromeyAdd new interface to frame filter iteration
2023-07-10 Tom TromeyFix execute_frame_filters doc string
2023-07-07 Tom TromeyFix result of DAP setExpression
2023-07-04 Matheus Branco Borellagdb: add __repr__() implementation to a few Python...
2023-07-03 Tom TromeyFix two Python calls that don't check for errors
2023-06-28 Tom TromeyRemove some Python 2 code
next