summaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2024-01-12gdb/python: Add gdb.InferiorThread.__dict__ attributeAndrew Burgess
2024-01-12gdb/python: Add gdb.Inferior.__dict__ attributeAndrew Burgess
2024-01-12gdb/python: remove users ability to create gdb.Progspace objectsAndrew Burgess
2024-01-12gdb/python: add gdb.Frame.__repr__() methodAndrew Burgess
2024-01-12gdb/python: add gdb.InferiorThread.__repr__() methodAndrew Burgess
2024-01-12gdb/python: hoist common invalid object repr code into py-utils.cAndrew Burgess
2024-01-12gdb/python: New InferiorThread.ptid_string attributeAndrew Burgess
2023-12-30Add keywords to TuiWindow.writeTom Tromey
2023-12-24gdb: remove VALUE_REGNUM, add value::regnumSimon Marchi
2023-12-22Avoid exception from attach in DAPTom Tromey
2023-12-22Add DAP log level parameterTom Tromey
2023-12-22Introduce and use DAPExceptionTom Tromey
2023-12-22Add 'program' to DAP 'attach' requestTom Tromey
2023-12-21Fix Clang build issue with flexible array member and non-trivial dtorPedro Alves
2023-12-20Make cached_reg_t own its dataPedro Alves
2023-12-14gdb: change value_of_register and value_of_register_lazy to take the next frameSimon Marchi
2023-12-13Use unique_xmalloc_ptr in explicit_location_specTom Tromey
2023-12-13gdb/python: avoid use of _PyOS_ReadlineTStateAndrew Burgess
2023-12-13gdb: move gdbpy_gil into python-internal.hAlexandra Hájková
2023-12-12Fix gdb.FinishBreakpoint when returning to an inlined functionHannes Domani
2023-12-11Implement DAP cancellationTom Tromey
2023-12-11Catch KeyboardInterrupt in send_gdb_with_responseTom Tromey
2023-12-11Introduce gdb.interruptTom Tromey
2023-12-11Move DAP JSON reader to its own threadTom Tromey
2023-12-11Clean up handling of DAP not-stopped responseTom Tromey
2023-12-11Simplify DAP stop-reason codeTom Tromey
2023-12-11Emit stop reason details in Python stop eventsTom Tromey
2023-12-11Move py_ui_out to a new headerTom Tromey
2023-12-05Remove some DAP helper functionsTom Tromey
2023-11-28gdb/python: display errors from command completionAndrew Burgess
2023-11-28Emit DAP "process" eventTom Tromey
2023-11-27Fix bug in DAP handling of 'pause' requestsTom Tromey
2023-11-27gdb/python: handle completion returning a non-sequenceAndrew Burgess
2023-11-23[gdb/python] Reformat missing_debug.py using blackTom de Vries
2023-11-22[gdb/python] Don't import curses.ascii module unless necessaryTom de Vries
2023-11-21Refactor DAP queue handlingTom Tromey
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-11-21gdb: Use C++17's std::make_unique instead of gdb::make_uniqueLancelot Six
2023-11-17Ignore static members in NoOpStructPrinterTom Tromey
2023-11-17Implement the notStopped DAP responseTom Tromey
2023-11-17Remove ExecutionInvokerTom Tromey
2023-11-17Automatically run (most) DAP requests in gdb threadTom Tromey
2023-11-17Handle StackFrameFormat in DAPTom Tromey
2023-11-16gdb/python: remove use of str.isascii()Andrew Burgess
2023-11-15Check gdb_python_module in gdbpy_handle_missing_debuginfoTom Tromey
2023-11-14Handle the static link in FrameDecoratorTom Tromey
2023-11-14Fix a bug in DAP scopes codeTom Tromey
2023-11-14Add gdb.Frame.static_link methodTom Tromey
2023-11-14gdb: implement missing debug handler hook for PythonAndrew Burgess