aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2023-11-28gdb/python: display errors from command completionAndrew Burgess1-24/+26
2023-11-28Emit DAP "process" eventTom Tromey2-1/+39
2023-11-27Fix bug in DAP handling of 'pause' requestsTom Tromey1-2/+24
2023-11-27gdb/python: handle completion returning a non-sequenceAndrew Burgess1-1/+1
2023-11-23[gdb/python] Reformat missing_debug.py using blackTom de Vries1-0/+4
2023-11-22[gdb/python] Don't import curses.ascii module unless necessaryTom de Vries1-2/+12
2023-11-21Refactor DAP queue handlingTom Tromey2-10/+11
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six7-26/+26
2023-11-21gdb: Use C++17's std::make_unique instead of gdb::make_uniqueLancelot Six2-2/+2
2023-11-17Ignore static members in NoOpStructPrinterTom Tromey1-1/+1
2023-11-17Implement the notStopped DAP responseTom Tromey3-4/+52
2023-11-17Remove ExecutionInvokerTom Tromey4-31/+16
2023-11-17Automatically run (most) DAP requests in gdb threadTom Tromey14-130/+116
2023-11-17Handle StackFrameFormat in DAPTom Tromey3-47/+215
2023-11-16gdb/python: remove use of str.isascii()Andrew Burgess1-1/+2
2023-11-15Check gdb_python_module in gdbpy_handle_missing_debuginfoTom Tromey1-1/+1
2023-11-14Handle the static link in FrameDecoratorTom Tromey1-13/+51
2023-11-14Fix a bug in DAP scopes codeTom Tromey1-2/+6
2023-11-14Add gdb.Frame.static_link methodTom Tromey1-0/+26
2023-11-14gdb: implement missing debug handler hook for PythonAndrew Burgess5-1/+569
2023-11-06Fix resizing of TUI python windowsHannes Domani1-0/+10
2023-11-03Remove unused declarationTom Tromey1-1/+0
2023-10-31Implement DAP setVariable requestTom Tromey3-21/+100
2023-10-26gdb/python: Add new gdb.Value.bytes attributeAndrew Burgess1-19/+103
2023-10-23[gdb/python] Only include gdbsupport/selftest.h if GDB_SELF_TESTTom de Vries1-1/+4
2023-10-16Have DAP handle non-Value results from 'children'Tom Tromey1-2/+7
2023-10-16Handle gdb.LazyString in DAPTom Tromey2-2/+28
2023-10-16Fix register-setting response from DAPTom Tromey1-1/+7
2023-10-16Add DAP scope cacheTom Tromey1-9/+29
2023-10-16gdb: replace architecture_changed with new_architecture observerAndrew Burgess1-3/+2
2023-10-10gdb: remove target_gdbarchSimon Marchi6-14/+16
2023-10-10gdb: add inferior parameter to architecture_changed observableSimon Marchi1-1/+1
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi2-2/+2
2023-10-10gdb/python: implement support for sending custom MI async notificationsJan Vrany3-0/+83
2023-10-10gdb/python: generalize serialize_mi_result()Jan Vrany3-176/+181
2023-10-05gdb: add all_objfiles_removed observerSimon Marchi1-13/+17
2023-10-05gdb: add program_space parameters to some auto-load functionsSimon Marchi1-1/+2
2023-10-05gdb: add program_space parameter to emit_clear_objfiles_eventSimon Marchi3-6/+6
2023-10-02gdb: add Python events for program space addition and removalAndrew Burgess3-0/+75
2023-09-28gdb/python: make the executable_changed event available from PythonAndrew Burgess3-0/+60
2023-09-28gdb/python: new Progspace.executable_filename attributeAndrew Burgess1-0/+21
2023-09-28gdb/python: new Progspace.symbol_file attributeAndrew Burgess1-0/+23
2023-09-28gdb/doc: extend the description for Progspace.filenameAndrew Burgess1-1/+1
2023-09-26Remove some unnecessary qualification from printing.pyTom Tromey1-5/+5
2023-09-26Add two new pretty-printer methodsTom Tromey2-11/+27
2023-09-26Introduce gdb.ValuePrinterTom Tromey3-28/+94
2023-09-26[gdb/dap] Fix dap for python < 3.8Tom de Vries1-1/+5
2023-09-20Remove stray trailing "," from DAP breakpoint.pyTom Tromey1-1/+1
2023-09-20Remove explanatory comments from includesTom Tromey4-4/+4
2023-09-20gdb/dap: only include sourceReference if file path does not existGregory Anders1-5/+11